summaryrefslogtreecommitdiff
path: root/libavcodec/vc1.c
Commit message (Expand)AuthorAge
* TypoKostya Shishkov2007-06-12
* misc spelling fixesDiego Biurrun2007-06-12
* those tables don't need to be externAurelien Jacobs2007-05-10
* use header instead of copying table declarationsAurelien Jacobs2007-05-10
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* Add ff_ prefix to (externally) visible variablesKostya Shishkov2007-05-09
* Use correct dequantizer valueKostya Shishkov2007-05-09
* Add prefix to some variables for consistencyKostya Shishkov2007-05-06
* Move variables to vc1data.hKostya Shishkov2007-05-06
* Move some declarations into headerKostya Shishkov2007-05-04
* Move VC1 parser to its own file.Diego Biurrun2007-05-04
* Remove unused variable.Diego Biurrun2007-04-21
* Pullback should be performed on scaled motion vectors in B-framesKostya Shishkov2007-04-18
* Set C predictor to zero if unavailable (should fix B-frame border artifacts)Kostya Shishkov2007-04-10
* vc1_split should be staticKostya Shishkov2007-04-04
* FASTTX==0 means additional 16 bits in extradataKostya Shishkov2007-03-27
* One more FASTTX-related hackKostya Shishkov2007-03-27
* 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