198 Commits (147a90a3e59414a98f09d7a61db6664680a7d631)

Author SHA1 Message Date
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 18 years ago
Alex Beregszaszi 5fc32c275e use get_bits1(..) instead get_bits(.., 1) 18 years ago
Alex Beregszaszi 3c2ddb5920 use get_unary from bitstream.h 18 years ago
İsmail Dönmez 63e24954be Replace non-existing @fixme doxygen tags with @todo. 18 years ago
Kostya Shishkov 3662aa766f Drop redundant assignment and variable 18 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 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
Kostya Shishkov 9a44385e1a Zero MV vectors for P frame intra blocks 18 years ago
Kostya Shishkov 7c9712335b indentation 18 years ago
Kostya Shishkov ab47579565 Proper handling of motion vectors for adv. profile 18 years ago
Kostya Shishkov c52ff68852 Looks like I'll work on it this year too 18 years ago
Kostya Shishkov 9d1f80f207 WMV3 Complex Profile initial support 18 years ago
Reimar Döffinger f66e4f5f9e Add av_ prefix to clip functions 18 years ago
Kostya Shishkov 674678b04a Intensity compensation for B-frames in AP was missing 18 years ago
Kostya Shishkov ac91185fb7 Progressive frames disguised as interlaced are supported 18 years ago
Kostya Shishkov 6eda6e37a9 B-frames could not be determined from broken_link/closed_entry, use fixed value 18 years ago
Kostya Shishkov 02c823d4f3 Wrong flag tested 18 years ago
Kostya Shishkov 4305a4ef0d Set codec dimensions in extradata parsing 18 years ago
Kostya Shishkov 93731ff27d Save frame header info in context variables 18 years ago
Kostya Shishkov f0c31621c6 Set frame rate from extradata 18 years ago