summaryrefslogtreecommitdiffstats
path: root/libavcodec/vc1.c
Commit message (Expand)AuthorAgeFilesLines
...
* add {} to make the else look a little more normalMichael Niedermayer2007-11-091-1/+2
* indentionMichael Niedermayer2007-11-091-19/+19
* indentionMichael Niedermayer2007-11-091-9/+9
* intrax8 decoder patch by "someone"Michael Niedermayer2007-11-091-2/+13
* Use simple IDCT for nowKostya Shishkov2007-10-221-1/+2
* Remove incorrect and unneeded codeKostya Shishkov2007-10-221-3/+0
* WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transformKostya Shishkov2007-10-181-3/+1
* Enable error resilience in WMV3/VC-1 decoderKostya Shishkov2007-09-151-4/+11
* HALFPQ should be used only for when PQUANT is selectedKostya Shishkov2007-09-151-1/+1
* In case when any quantizer may occur, HALFPQ should be zeroKostya Shishkov2007-09-151-0/+2
* move get_unary() to its own fileAurelien Jacobs2007-08-261-0/+1
* use skip_bits where appropriateAlex Beregszaszi2007-08-091-8/+8
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-091-55/+55
* use get_unary from bitstream.hAlex Beregszaszi2007-08-081-55/+9
* Replace non-existing @fixme doxygen tags with @todo.İsmail Dönmez2007-07-131-3/+3
* Drop redundant assignment and variableKostya Shishkov2007-07-061-3/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* this prediction direction adjustment is wrongKostya Shishkov2007-06-281-3/+1
* TypoKostya Shishkov2007-06-121-1/+1
* misc spelling fixesDiego Biurrun2007-06-121-1/+2
* those tables don't need to be externAurelien Jacobs2007-05-101-2/+0
* use header instead of copying table declarationsAurelien Jacobs2007-05-101-3/+1
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
* Add ff_ prefix to (externally) visible variablesKostya Shishkov2007-05-091-93/+93
* Use correct dequantizer valueKostya Shishkov2007-05-091-1/+1
* Add prefix to some variables for consistencyKostya Shishkov2007-05-061-15/+15
* Move variables to vc1data.hKostya Shishkov2007-05-061-1/+1
* Move some declarations into headerKostya Shishkov2007-05-041-327/+0
* Move VC1 parser to its own file.Diego Biurrun2007-05-041-106/+1
* Remove unused variable.Diego Biurrun2007-04-211-1/+1
* Pullback should be performed on scaled motion vectors in B-framesKostya Shishkov2007-04-181-0/+6
* Set C predictor to zero if unavailable (should fix B-frame border artifacts)Kostya Shishkov2007-04-101-0/+2
* vc1_split should be staticKostya Shishkov2007-04-041-1/+1
* FASTTX==0 means additional 16 bits in extradataKostya Shishkov2007-03-271-0/+2
* One more FASTTX-related hackKostya Shishkov2007-03-271-0/+1
* 1000l to myself - get correct quantization for blocks 1 and 2Kostya Shishkov2007-03-251-2/+6
* Zero MV vectors for P frame intra blocksKostya Shishkov2007-03-181-1/+12
* indentationKostya Shishkov2007-03-181-36/+36
* Proper handling of motion vectors for adv. profileKostya Shishkov2007-03-181-0/+28
* Looks like I'll work on it this year tooKostya Shishkov2007-02-281-1/+1
* WMV3 Complex Profile initial supportKostya Shishkov2007-02-281-3/+7
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-16/+16
* Intensity compensation for B-frames in AP was missingKostya Shishkov2007-02-131-0/+3
* Progressive frames disguised as interlaced are supportedKostya Shishkov2007-02-061-5/+3
* B-frames could not be determined from broken_link/closed_entry, use fixed valueKostya Shishkov2007-02-061-3/+4
* Wrong flag testedKostya Shishkov2007-02-061-1/+1
* Set codec dimensions in extradata parsingKostya Shishkov2007-02-051-0/+2
* Save frame header info in context variablesKostya Shishkov2007-02-041-5/+4
* Set frame rate from extradataKostya Shishkov2007-02-041-3/+9
* These messages are just for debug purposesKostya Shishkov2007-02-031-2/+2
OpenPOWER on IntegriCloud