summaryrefslogtreecommitdiff
path: root/libavcodec/vc1.c
Commit message (Collapse)AuthorAge
* TypoKostya Shishkov2007-06-12
| | | | Originally committed as revision 9290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* those tables don't need to be externAurelien Jacobs2007-05-10
| | | | Originally committed as revision 8972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use header instead of copying table declarationsAurelien Jacobs2007-05-10
| | | | Originally committed as revision 8970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
| | | | Originally committed as revision 8967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ff_ prefix to (externally) visible variablesKostya Shishkov2007-05-09
| | | | Originally committed as revision 8951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use correct dequantizer valueKostya Shishkov2007-05-09
| | | | Originally committed as revision 8950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add prefix to some variables for consistencyKostya Shishkov2007-05-06
| | | | Originally committed as revision 8916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move variables to vc1data.hKostya Shishkov2007-05-06
| | | | Originally committed as revision 8913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move some declarations into headerKostya Shishkov2007-05-04
| | | | | | | Based on patch by Denis Fortin (cons (car '(fortin NOSPAM)) '(nerim net)) Originally committed as revision 8884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move VC1 parser to its own file.Diego Biurrun2007-05-04
| | | | Originally committed as revision 8882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable.Diego Biurrun2007-04-21
| | | | Originally committed as revision 8769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pullback should be performed on scaled motion vectors in B-framesKostya Shishkov2007-04-18
| | | | Originally committed as revision 8750 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set C predictor to zero if unavailable (should fix B-frame border artifacts)Kostya Shishkov2007-04-10
| | | | Originally committed as revision 8702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vc1_split should be staticKostya Shishkov2007-04-04
| | | | Originally committed as revision 8626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FASTTX==0 means additional 16 bits in extradataKostya Shishkov2007-03-27
| | | | Originally committed as revision 8533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* One more FASTTX-related hackKostya Shishkov2007-03-27
| | | | Originally committed as revision 8532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l to myself - get correct quantization for blocks 1 and 2Kostya Shishkov2007-03-25
| | | | | | P.S. This condition could be also written as if(n==3 || n==(2-dc_pred_dir)) Originally committed as revision 8508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Zero MV vectors for P frame intra blocksKostya Shishkov2007-03-18
| | | | Originally committed as revision 8440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationKostya Shishkov2007-03-18
| | | | Originally committed as revision 8437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper handling of motion vectors for adv. profileKostya Shishkov2007-03-18
| | | | Originally committed as revision 8436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Looks like I'll work on it this year tooKostya Shishkov2007-02-28
| | | | Originally committed as revision 8160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WMV3 Complex Profile initial supportKostya Shishkov2007-02-28
| | | | Originally committed as revision 8159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
| | | | Originally committed as revision 8122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Intensity compensation for B-frames in AP was missingKostya Shishkov2007-02-13
| | | | Originally committed as revision 7962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Progressive frames disguised as interlaced are supportedKostya Shishkov2007-02-06
| | | | Originally committed as revision 7849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* B-frames could not be determined from broken_link/closed_entry, use fixed valueKostya Shishkov2007-02-06
| | | | Originally committed as revision 7848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Wrong flag testedKostya Shishkov2007-02-06
| | | | Originally committed as revision 7847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set codec dimensions in extradata parsingKostya Shishkov2007-02-05
| | | | Originally committed as revision 7820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Save frame header info in context variablesKostya Shishkov2007-02-04
| | | | Originally committed as revision 7815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set frame rate from extradataKostya Shishkov2007-02-04
| | | | Originally committed as revision 7814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* These messages are just for debug purposesKostya Shishkov2007-02-03
| | | | Originally committed as revision 7811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set codec dimensions if provided by extradataKostya Shishkov2007-02-03
| | | | Originally committed as revision 7810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VC-1 parserKostya Shishkov2007-02-03
| | | | Originally committed as revision 7809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 0x00000103 is not an escape markerKostya Shishkov2007-02-02
| | | | Originally committed as revision 7807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* General approach to parsing chunks in VC-1 APKostya Shishkov2007-02-02
| | | | Originally committed as revision 7803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for out-of-bounds accessKostya Shishkov2007-02-01
| | | | Originally committed as revision 7797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix BI-frames decoding for Adv. profileKostya Shishkov2007-01-29
| | | | Originally committed as revision 7758 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set aspect ratio if present (for AP only)Kostya Shishkov2007-01-27
| | | | Originally committed as revision 7720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add debug messages for AP headersKostya Shishkov2007-01-24
| | | | Originally committed as revision 7695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Off-by-one error fixKostya Shishkov2007-01-24
| | | | Originally committed as revision 7694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fail on VC-1 interlaced streamsKostya Shishkov2007-01-24
| | | | Originally committed as revision 7693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
| | | | Originally committed as revision 7587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check mb_pos is big enough before trying to access data left or above.Reimar Döffinger2006-12-17
| | | | | | Fixes out-of-bound access for http://samples.mplayerhq.hu/V-codecs/WMV9/nokia_n90.wmv Originally committed as revision 7324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
| | | | Originally committed as revision 7256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10e6l FastUVMC was done right but in the wrong placeKostya Shishkov2006-12-02
| | | | Originally committed as revision 7207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l FastUVMC rounding was incorrect.Kostya Shishkov2006-12-01
| | | | | | This should also improve quality on WMV9Drifting.asf Originally committed as revision 7190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct rounding values in overlap filteringKostya Shishkov2006-11-26
| | | | Originally committed as revision 7171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* B-frames support for adv. profileKostya Shishkov2006-11-26
| | | | Originally committed as revision 7170 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l: Initialize dc_scale with current quantizer for adv I framesKostya Shishkov2006-11-26
| | | | Originally committed as revision 7169 to svn://svn.ffmpeg.org/ffmpeg/trunk