summaryrefslogtreecommitdiff
path: root/libavcodec/vc1.c
Commit message (Collapse)AuthorAge
...
* X8 is supported now, so warning is incorrectKostya Shishkov2007-11-10
| | | | Originally committed as revision 10990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add {} to make the else look a little more normalMichael Niedermayer2007-11-09
| | | | Originally committed as revision 10978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionMichael Niedermayer2007-11-09
| | | | Originally committed as revision 10977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionMichael Niedermayer2007-11-09
| | | | Originally committed as revision 10976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* intrax8 decoder patch by "someone"Michael Niedermayer2007-11-09
| | | | Originally committed as revision 10971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use simple IDCT for nowKostya Shishkov2007-10-22
| | | | Originally committed as revision 10835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove incorrect and unneeded codeKostya Shishkov2007-10-22
| | | | Originally committed as revision 10834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transformKostya Shishkov2007-10-18
| | | | Originally committed as revision 10782 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable error resilience in WMV3/VC-1 decoderKostya Shishkov2007-09-15
| | | | Originally committed as revision 10502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* HALFPQ should be used only for when PQUANT is selectedKostya Shishkov2007-09-15
| | | | Originally committed as revision 10500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In case when any quantizer may occur, HALFPQ should be zeroKostya Shishkov2007-09-15
| | | | Originally committed as revision 10499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move get_unary() to its own fileAurelien Jacobs2007-08-26
| | | | Originally committed as revision 10240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use skip_bits where appropriateAlex Beregszaszi2007-08-09
| | | | Originally committed as revision 10005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-09
| | | | Originally committed as revision 9999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use get_unary from bitstream.hAlex Beregszaszi2007-08-08
| | | | Originally committed as revision 9996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace non-existing @fixme doxygen tags with @todo.İsmail Dönmez2007-07-13
| | | | | | patch by Ismail Dönmez, ismail pardus.org tr Originally committed as revision 9625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop redundant assignment and variableKostya Shishkov2007-07-06
| | | | Originally committed as revision 9502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license header consistency cosmeticsDiego Biurrun2007-07-05
| | | | Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* this prediction direction adjustment is wrongKostya Shishkov2007-06-28
| | | | Originally committed as revision 9450 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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