140 Commits (03d3cab876cc0dfc4b9d2352653bb3dca64f30f9)

Author SHA1 Message Date
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
Kostya Shishkov f0a85d5f5c These messages are just for debug purposes 18 years ago
Kostya Shishkov e7cf38e556 Set codec dimensions if provided by extradata 18 years ago
Kostya Shishkov 35bffd7f3d VC-1 parser 18 years ago
Kostya Shishkov 8165ee9394 0x00000103 is not an escape marker 18 years ago
Kostya Shishkov 77ccd3ba54 General approach to parsing chunks in VC-1 AP 18 years ago
Kostya Shishkov b956373b6f Check for out-of-bounds access 18 years ago
Kostya Shishkov b024824bed Fix BI-frames decoding for Adv. profile 18 years ago
Kostya Shishkov 74fd63d009 Set aspect ratio if present (for AP only) 18 years ago