161 Commits (03c09e43993a7c8e4db7930a0e6be736457af494)

Author SHA1 Message Date
Aurelien Jacobs 60b6dbe716 const 17 years ago
Michael Niedermayer 14ff144c1b some const 17 years ago
Zdenek Kabelac e2fdba650d Correctly clean up IntraX8Context upon codec close. 17 years ago
Kostya Shishkov 95e3fdb846 pqindex=0 is forbidden 17 years ago
Christophe Gisquet 750e37eb83 Select scan tables for 8x4 and 4x8 blocks only once. 17 years ago
Kostya Shishkov b44665c4e6 Make decode210() common function. 17 years ago
Kostya Shishkov 3a18218e7b Enable 4x4 IDCT for FASTTX=0 mode in WMV3 17 years ago
Aurelien Jacobs 59e6f60a99 add ff_ prefix to all simple_idct symbols 17 years ago
Kostya Shishkov 8df7cfe97c Use IDCT functions when FASTTX=0 17 years ago
Kostya Shishkov d2e45f33a4 Switch VC-1 decoder to output decoded residual immediately. 17 years ago
Vitor Sessak f87d2632b3 Fix alignment broke by my last patch 17 years ago
Vitor Sessak 52b541ad79 spelling 17 years ago
Christophe Gisquet 1a625dce18 Use put_signed_pixels_clamped where appropriate 17 years ago
Kostya Shishkov 63d2bad846 X8 is supported now, so warning is incorrect 17 years ago
Michael Niedermayer 732cb5fd5a add {} to make the else look a little more normal 17 years ago
Michael Niedermayer dd2111bdb7 indention 17 years ago
Michael Niedermayer 8590bcc3cd indention 17 years ago
Michael Niedermayer 9abc7e0fdc intrax8 decoder patch by "someone" 17 years ago
Kostya Shishkov bf672ac73f Use simple IDCT for now 17 years ago
Kostya Shishkov c6137a61f4 Remove incorrect and unneeded code 17 years ago
Kostya Shishkov bbfc038f09 WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transform 17 years ago
Kostya Shishkov 2a898132a2 Enable error resilience in WMV3/VC-1 decoder 17 years ago
Kostya Shishkov a9d78ac51a HALFPQ should be used only for when PQUANT is selected 17 years ago
Kostya Shishkov f7d2a43707 In case when any quantizer may occur, HALFPQ should be zero 17 years ago
Aurelien Jacobs 28296f9c9e move get_unary() to its own file 17 years ago
Alex Beregszaszi 3a5729eae1 use skip_bits where appropriate 17 years ago
Alex Beregszaszi 5fc32c275e use get_bits1(..) instead get_bits(.., 1) 17 years ago
Alex Beregszaszi 3c2ddb5920 use get_unary from bitstream.h 17 years ago
İsmail Dönmez 63e24954be Replace non-existing @fixme doxygen tags with @todo. 17 years ago
Kostya Shishkov 3662aa766f Drop redundant assignment and variable 17 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 17 years ago
Kostya Shishkov 26bdc6bc6e this prediction direction adjustment is wrong 18 years ago
Kostya Shishkov c294d7c6ba Typo 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Aurelien Jacobs 82dc348bd1 those tables don't need to be extern 18 years ago
Aurelien Jacobs 5ecb0677a2 use header instead of copying table declarations 18 years ago
Diego Biurrun 2029f312e8 Remove redundant #inclusion of common.h, avcodec.h already #includes it. 18 years ago
Kostya Shishkov a5c14fcaef Add ff_ prefix to (externally) visible variables 18 years ago
Kostya Shishkov 2a2072fe1e Use correct dequantizer value 18 years ago
Kostya Shishkov 660e83f815 Add prefix to some variables for consistency 18 years ago
Kostya Shishkov 22c3029da1 Move variables to vc1data.h 18 years ago
Kostya Shishkov 7d9a6a0fc3 Move some declarations into header 18 years ago
Diego Biurrun 5982ae94ee Move VC1 parser to its own file. 18 years ago
Diego Biurrun 7f3f0dc221 Remove unused variable. 18 years ago
Kostya Shishkov a61456152d Pullback should be performed on scaled motion vectors in B-frames 18 years ago
Kostya Shishkov 44942d52b6 Set C predictor to zero if unavailable (should fix B-frame border artifacts) 18 years ago
Kostya Shishkov 047549d382 vc1_split should be static 18 years ago
Kostya Shishkov 351f6b4e91 FASTTX==0 means additional 16 bits in extradata 18 years ago
Kostya Shishkov 6b27f3b87f One more FASTTX-related hack 18 years ago
Kostya Shishkov b666151045 1000l to myself - get correct quantization for blocks 1 and 2 18 years ago