summaryrefslogtreecommitdiffstats
path: root/libavcodec/vc1.c
Commit message (Expand)AuthorAgeFilesLines
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-181-0/+1
* Fix 10L in r16670 (broke deblocking code)Jason Garrett-Glaser2009-01-181-1/+1
* Faster VC-1 C loopfilter using lots of xor magicJason Garrett-Glaser2009-01-181-18/+27
* VC-1 display dimensions should affect coded dimensions only (I think)Kostya Shishkov2009-01-131-2/+2
* Print VC-1 aspect ratio in debugKostya Shishkov2009-01-131-0/+1
* 421l: fix loop filter for P-frames in VC-1Kostya Shishkov2009-01-131-8/+16
* Fill range_map* in VC1Context.Carl Eugen Hoyos2009-01-101-4/+4
* Add refdist_flag to VC1Context.Carl Eugen Hoyos2009-01-091-3/+3
* 421l: postproc flag may be present in any VC-1 AP frame typeKostya Shishkov2008-11-161-4/+2
* Make it possible to disable loop filter in VC-1.Kostya Shishkov2008-09-111-2/+6
* 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
OpenPOWER on IntegriCloud