| Commit message (Expand) | Author | Age | Files | Lines |
* | Looks like I'll work on it this year too | Kostya Shishkov | 2007-02-28 | 1 | -1/+1 |
* | WMV3 Complex Profile initial support | Kostya Shishkov | 2007-02-28 | 1 | -3/+7 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 1 | -16/+16 |
* | Intensity compensation for B-frames in AP was missing | Kostya Shishkov | 2007-02-13 | 1 | -0/+3 |
* | Progressive frames disguised as interlaced are supported | Kostya Shishkov | 2007-02-06 | 1 | -5/+3 |
* | B-frames could not be determined from broken_link/closed_entry, use fixed value | Kostya Shishkov | 2007-02-06 | 1 | -3/+4 |
* | Wrong flag tested | Kostya Shishkov | 2007-02-06 | 1 | -1/+1 |
* | Set codec dimensions in extradata parsing | Kostya Shishkov | 2007-02-05 | 1 | -0/+2 |
* | Save frame header info in context variables | Kostya Shishkov | 2007-02-04 | 1 | -5/+4 |
* | Set frame rate from extradata | Kostya Shishkov | 2007-02-04 | 1 | -3/+9 |
* | These messages are just for debug purposes | Kostya Shishkov | 2007-02-03 | 1 | -2/+2 |
* | Set codec dimensions if provided by extradata | Kostya Shishkov | 2007-02-03 | 1 | -2/+2 |
* | VC-1 parser | Kostya Shishkov | 2007-02-03 | 1 | -0/+91 |
* | 0x00000103 is not an escape marker | Kostya Shishkov | 2007-02-02 | 1 | -2/+1 |
* | General approach to parsing chunks in VC-1 AP | Kostya Shishkov | 2007-02-02 | 1 | -40/+124 |
* | Check for out-of-bounds access | Kostya Shishkov | 2007-02-01 | 1 | -2/+2 |
* | Fix BI-frames decoding for Adv. profile | Kostya Shishkov | 2007-01-29 | 1 | -4/+7 |
* | Set aspect ratio if present (for AP only) | Kostya Shishkov | 2007-01-27 | 1 | -2/+4 |
* | Add debug messages for AP headers | Kostya Shishkov | 2007-01-24 | 1 | -3/+20 |
* | Off-by-one error fix | Kostya Shishkov | 2007-01-24 | 1 | -2/+2 |
* | Fail on VC-1 interlaced streams | Kostya Shishkov | 2007-01-24 | 1 | -0/+4 |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -2/+2 |
* | Check mb_pos is big enough before trying to access data left or above. | Reimar Döffinger | 2006-12-17 | 1 | -2/+2 |
* | rename always_inline to av_always_inline and move to common.h | Måns Rullgård | 2006-12-08 | 1 | -1/+1 |
* | 10e6l FastUVMC was done right but in the wrong place | Kostya Shishkov | 2006-12-02 | 1 | -15/+12 |
* | 100l FastUVMC rounding was incorrect. | Kostya Shishkov | 2006-12-01 | 1 | -6/+6 |
* | Correct rounding values in overlap filtering | Kostya Shishkov | 2006-11-26 | 1 | -28/+28 |
* | B-frames support for adv. profile | Kostya Shishkov | 2006-11-26 | 1 | -2/+58 |
* | 100l: Initialize dc_scale with current quantizer for adv I frames | Kostya Shishkov | 2006-11-26 | 1 | -4/+3 |
* | Use halfpq in coefficient scaling | Kostya Shishkov | 2006-11-26 | 1 | -12/+12 |
* | Overlap filtering was done in reverse order | Kostya Shishkov | 2006-11-17 | 1 | -24/+24 |
* | Rename ABS macro to FFABS. | Diego Biurrun | 2006-10-11 | 1 | -12/+12 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Remove unused variables and the corresponding warnings along with them. | Diego Biurrun | 2006-10-03 | 1 | -2/+0 |
* | dc_val should be signed | Måns Rullgård | 2006-09-27 | 1 | -7/+7 |
* | fix some signedness warnings | Måns Rullgård | 2006-09-27 | 1 | -7/+7 |
* | Finally enable B-frame decoding as all known samples work perfect | Kostya Shishkov | 2006-09-21 | 1 | -6/+0 |
* | For B-frames if the second reference frame signals intensity compensation | Kostya Shishkov | 2006-09-21 | 1 | -0/+12 |
* | Reorder MV order in B-frames so no swapping in vc1_b_mc() is needed | Kostya Shishkov | 2006-09-21 | 1 | -16/+8 |
* | Swap back and forward motion vectors to achieve correct picture | Kostya Shishkov | 2006-09-12 | 1 | -1/+11 |
* | Set motion vectors used in B-frames to zero by default | Kostya Shishkov | 2006-09-12 | 1 | -0/+4 |
* | Use h264_chroma funcs in B-frames MC too | Kostya Shishkov | 2006-09-12 | 1 | -2/+4 |
* | Fix edge emulation for bicubic MC in B frames | Kostya Shishkov | 2006-09-12 | 1 | -3/+5 |
* | 2989l: Set avctx->has_b_frames value in header and don't change it | Kostya Shishkov | 2006-09-12 | 1 | -2/+1 |
* | Disable B-frames decoding until they produce correct picture | Kostya Shishkov | 2006-09-10 | 1 | -0/+6 |
* | Drop unneeded checks before av_free() and change to av_freep() where it's mor... | Kostya Shishkov | 2006-09-09 | 1 | -8/+8 |
* | Support for BI-frames in Advanced Profile | Kostya Shishkov | 2006-09-09 | 1 | -3/+8 |
* | Don't print header bits by default | Kostya Shishkov | 2006-09-09 | 1 | -1/+1 |
* | [Cosmetics] Remove if(profile < PROFILE_ADVANCED) from decode_sequence_header() | Kostya Shishkov | 2006-09-09 | 1 | -45/+32 |
* | [Cosmetics] Remove some done TODOs/FIXMEs from comments | Kostya Shishkov | 2006-09-09 | 1 | -15/+2 |