summaryrefslogtreecommitdiff
path: root/libavcodec/vc1.c
Commit message (Expand)AuthorAge
* 1000l to myself - get correct quantization for blocks 1 and 2Kostya Shishkov2007-03-25
* Zero MV vectors for P frame intra blocksKostya Shishkov2007-03-18
* indentationKostya Shishkov2007-03-18
* Proper handling of motion vectors for adv. profileKostya Shishkov2007-03-18
* Looks like I'll work on it this year tooKostya Shishkov2007-02-28
* WMV3 Complex Profile initial supportKostya Shishkov2007-02-28
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* Intensity compensation for B-frames in AP was missingKostya Shishkov2007-02-13
* Progressive frames disguised as interlaced are supportedKostya Shishkov2007-02-06
* B-frames could not be determined from broken_link/closed_entry, use fixed valueKostya Shishkov2007-02-06
* Wrong flag testedKostya Shishkov2007-02-06
* Set codec dimensions in extradata parsingKostya Shishkov2007-02-05
* Save frame header info in context variablesKostya Shishkov2007-02-04
* Set frame rate from extradataKostya Shishkov2007-02-04
* These messages are just for debug purposesKostya Shishkov2007-02-03
* Set codec dimensions if provided by extradataKostya Shishkov2007-02-03
* VC-1 parserKostya Shishkov2007-02-03
* 0x00000103 is not an escape markerKostya Shishkov2007-02-02
* General approach to parsing chunks in VC-1 APKostya Shishkov2007-02-02
* Check for out-of-bounds accessKostya Shishkov2007-02-01
* Fix BI-frames decoding for Adv. profileKostya Shishkov2007-01-29
* Set aspect ratio if present (for AP only)Kostya Shishkov2007-01-27
* Add debug messages for AP headersKostya Shishkov2007-01-24
* Off-by-one error fixKostya Shishkov2007-01-24
* Fail on VC-1 interlaced streamsKostya Shishkov2007-01-24
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* Check mb_pos is big enough before trying to access data left or above.Reimar Döffinger2006-12-17
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* 10e6l FastUVMC was done right but in the wrong placeKostya Shishkov2006-12-02
* 100l FastUVMC rounding was incorrect.Kostya Shishkov2006-12-01
* Correct rounding values in overlap filteringKostya Shishkov2006-11-26
* B-frames support for adv. profileKostya Shishkov2006-11-26
* 100l: Initialize dc_scale with current quantizer for adv I framesKostya Shishkov2006-11-26
* Use halfpq in coefficient scalingKostya Shishkov2006-11-26
* Overlap filtering was done in reverse orderKostya Shishkov2006-11-17
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Remove unused variables and the corresponding warnings along with them.Diego Biurrun2006-10-03
* dc_val should be signedMåns Rullgård2006-09-27
* fix some signedness warningsMåns Rullgård2006-09-27
* Finally enable B-frame decoding as all known samples work perfectKostya Shishkov2006-09-21
* For B-frames if the second reference frame signals intensity compensationKostya Shishkov2006-09-21
* Reorder MV order in B-frames so no swapping in vc1_b_mc() is neededKostya Shishkov2006-09-21
* Swap back and forward motion vectors to achieve correct pictureKostya Shishkov2006-09-12
* Set motion vectors used in B-frames to zero by defaultKostya Shishkov2006-09-12
* Use h264_chroma funcs in B-frames MC tooKostya Shishkov2006-09-12
* Fix edge emulation for bicubic MC in B framesKostya Shishkov2006-09-12
* 2989l: Set avctx->has_b_frames value in header and don't change itKostya Shishkov2006-09-12
* Disable B-frames decoding until they produce correct pictureKostya Shishkov2006-09-10
* Drop unneeded checks before av_free() and change to av_freep() where it's mor...Kostya Shishkov2006-09-09