summaryrefslogtreecommitdiff
path: root/libavcodec/vc1.c
Commit message (Expand)AuthorAge
* 421l: postproc flag may be present in any VC-1 AP frame typeKostya Shishkov2008-11-16
* Make it possible to disable loop filter in VC-1.Kostya Shishkov2008-09-11
* Remove unused variable.Diego Biurrun2008-07-27
* In-loop deblocking filter for VC-1 decoderKostya Shishkov2008-07-23
* Fix a mem leak in vc1_decode_frame().Erik Hovland2008-07-18
* remove duplicate tablesStefan Gehrer2008-06-25
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-26
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* typo fix: inited --> initializedDiego Biurrun2008-02-13
* constAurelien Jacobs2008-02-01
* some constMichael Niedermayer2008-02-01
* Correctly clean up IntraX8Context upon codec close.Zdenek Kabelac2008-01-25
* pqindex=0 is forbiddenKostya Shishkov2008-01-16
* Select scan tables for 8x4 and 4x8 blocks only once.Christophe Gisquet2008-01-14
* Make decode210() common function.Kostya Shishkov2008-01-03
* Enable 4x4 IDCT for FASTTX=0 mode in WMV3Kostya Shishkov2007-12-09
* add ff_ prefix to all simple_idct symbolsAurelien Jacobs2007-12-08
* Use IDCT functions when FASTTX=0Kostya Shishkov2007-12-08
* Switch VC-1 decoder to output decoded residual immediately.Kostya Shishkov2007-12-08
* Fix alignment broke by my last patchVitor Sessak2007-12-01
* spellingVitor Sessak2007-12-01
* Use put_signed_pixels_clamped where appropriateChristophe Gisquet2007-11-15
* X8 is supported now, so warning is incorrectKostya Shishkov2007-11-10
* add {} to make the else look a little more normalMichael Niedermayer2007-11-09
* indentionMichael Niedermayer2007-11-09
* indentionMichael Niedermayer2007-11-09
* intrax8 decoder patch by "someone"Michael Niedermayer2007-11-09
* Use simple IDCT for nowKostya Shishkov2007-10-22
* Remove incorrect and unneeded codeKostya Shishkov2007-10-22
* WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transformKostya Shishkov2007-10-18
* 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