summaryrefslogtreecommitdiffstats
path: root/libavcodec/vc1.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variable.Diego Biurrun2008-07-271-1/+0
* In-loop deblocking filter for VC-1 decoderKostya Shishkov2008-07-231-9/+171
* Fix a mem leak in vc1_decode_frame().Erik Hovland2008-07-181-0/+1
* remove duplicate tablesStefan Gehrer2008-06-251-10/+10
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-2/+2
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-261-2/+2
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-2/+4
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-091-47/+47
* typo fix: inited --> initializedDiego Biurrun2008-02-131-4/+4
* constAurelien Jacobs2008-02-011-5/+7
* some constMichael Niedermayer2008-02-011-2/+2
* Correctly clean up IntraX8Context upon codec close.Zdenek Kabelac2008-01-251-0/+1
* pqindex=0 is forbiddenKostya Shishkov2008-01-161-0/+2
* Select scan tables for 8x4 and 4x8 blocks only once.Christophe Gisquet2008-01-141-12/+10
* Make decode210() common function.Kostya Shishkov2008-01-031-7/+0
* Enable 4x4 IDCT for FASTTX=0 mode in WMV3Kostya Shishkov2007-12-091-1/+1
* add ff_ prefix to all simple_idct symbolsAurelien Jacobs2007-12-081-4/+4
* Use IDCT functions when FASTTX=0Kostya Shishkov2007-12-081-0/+3
* Switch VC-1 decoder to output decoded residual immediately.Kostya Shishkov2007-12-081-17/+15
* Fix alignment broke by my last patchVitor Sessak2007-12-011-1/+1
* spellingVitor Sessak2007-12-011-1/+1
* Use put_signed_pixels_clamped where appropriateChristophe Gisquet2007-11-151-6/+3
* X8 is supported now, so warning is incorrectKostya Shishkov2007-11-101-6/+0
* 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
OpenPOWER on IntegriCloud