summaryrefslogtreecommitdiff
path: root/libavcodec/vc1.c
Commit message (Expand)AuthorAge
* Enable error resilience in WMV3/VC-1 decoderKostya Shishkov2007-09-15
* HALFPQ should be used only for when PQUANT is selectedKostya Shishkov2007-09-15
* In case when any quantizer may occur, HALFPQ should be zeroKostya Shishkov2007-09-15
* move get_unary() to its own fileAurelien Jacobs2007-08-26
* use skip_bits where appropriateAlex Beregszaszi2007-08-09
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-09
* use get_unary from bitstream.hAlex Beregszaszi2007-08-08
* Replace non-existing @fixme doxygen tags with @todo.İsmail Dönmez2007-07-13
* Drop redundant assignment and variableKostya Shishkov2007-07-06
* license header consistency cosmeticsDiego Biurrun2007-07-05
* this prediction direction adjustment is wrongKostya Shishkov2007-06-28
* 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