161 Commits (03c09e43993a7c8e4db7930a0e6be736457af494)

Author SHA1 Message Date
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
Kostya Shishkov 8ea780d73d Add debug messages for AP headers 18 years ago
Kostya Shishkov 14f3f3a1ad Off-by-one error fix 18 years ago
Kostya Shishkov 5cca6bc3cd Fail on VC-1 interlaced streams 18 years ago
Alex Beregszaszi fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
Reimar Döffinger 6f3e4e1712 Check mb_pos is big enough before trying to access data left or above. 18 years ago
Måns Rullgård 849f10351d rename always_inline to av_always_inline and move to common.h 18 years ago
Kostya Shishkov 08baa3e0d7 10e6l FastUVMC was done right but in the wrong place 18 years ago
Kostya Shishkov 98ba1cfaf7 100l FastUVMC rounding was incorrect. 18 years ago
Kostya Shishkov 61f5b14a8e Correct rounding values in overlap filtering 18 years ago
Kostya Shishkov 5081f3aad5 B-frames support for adv. profile 18 years ago
Kostya Shishkov b8ce8f15a0 100l: Initialize dc_scale with current quantizer for adv I frames 18 years ago
Kostya Shishkov 25e9c7efa5 Use halfpq in coefficient scaling 18 years ago
Kostya Shishkov b6fa8993fb Overlap filtering was done in reverse order 18 years ago
Diego Biurrun c26abfa541 Rename ABS macro to FFABS. 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 36c32bdddf Remove unused variables and the corresponding warnings along with them. 18 years ago
Måns Rullgård b86216de4c dc_val should be signed 18 years ago
Måns Rullgård 191e8ca752 fix some signedness warnings 18 years ago
Kostya Shishkov a1ef006823 Finally enable B-frame decoding as all known samples work perfect 18 years ago
Kostya Shishkov 6b33eed83f For B-frames if the second reference frame signals intensity compensation 18 years ago
Kostya Shishkov 162f412dec Reorder MV order in B-frames so no swapping in vc1_b_mc() is needed 18 years ago
Kostya Shishkov e179fbc850 Swap back and forward motion vectors to achieve correct picture 18 years ago
Kostya Shishkov 1884a48bee Set motion vectors used in B-frames to zero by default 18 years ago
Kostya Shishkov c8868640c1 Use h264_chroma funcs in B-frames MC too 18 years ago
Kostya Shishkov b116cc7f95 Fix edge emulation for bicubic MC in B frames 18 years ago
Kostya Shishkov f9942ba94b 2989l: Set avctx->has_b_frames value in header and don't change it 18 years ago
Kostya Shishkov dc43482b26 Disable B-frames decoding until they produce correct picture 18 years ago
Kostya Shishkov 34a8dcd031 Drop unneeded checks before av_free() and change to av_freep() where it's more suitable. 18 years ago
Kostya Shishkov 767516533d Support for BI-frames in Advanced Profile 18 years ago