summaryrefslogtreecommitdiffstats
path: root/libavcodec/vc1dsp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-14/+14
|\
| * Drop DCTELEM typedefDiego Biurrun2013-01-221-14/+14
* | vc1dsp: fix the warning fix, make it work with --disable-asmMichael Niedermayer2012-12-261-5/+7
* | vc1dsp: fix pointer type warningsMichael Niedermayer2012-12-261-2/+11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-081-2/+2
|\ \ | |/
| * x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)Janne Grunau2012-10-081-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+2
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | vc1dsp: use av_assert2Michael Niedermayer2012-07-021-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-081-1/+1
|\ \ | |/
| * vc1dsp: mark put/avg_vc1_mspel_mc() always_inlineMans Rullgard2012-06-081-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-071-36/+26
|\ \ | |/
| * Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje2012-03-061-55/+42
* | vc1: fix out of array reads in vc1_inv_trans_4x4_c()Michael Niedermayer2012-03-011-5/+4
* | vc1: fix out of array reads in vc1_inv_trans_4x8_c()Michael Niedermayer2012-03-011-9/+8
* | vc1: fix out of array reads in vc1_inv_trans_8x4_c()Michael Niedermayer2012-03-011-5/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-121-2/+2
|\ \ | |/
| * Remove extraneous semicolonsMans Rullgard2011-12-111-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-111-0/+21
|\ \ | |/
| * vc1dec: interlaced stream decoding support 3/3Mashiat Sarker Shakkhar2011-10-101-0/+21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-231-0/+68
|\ \ | |/
| * Windows Media Image decoder (WMVP/WVP2)Alberto Delmás2011-08-231-0/+68
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-051-44/+64
|\ \ | |/
| * vc1: make overlap filter for I-frames bit-exact.Ronald S. Bultje2011-05-041-0/+54
| * Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."Ronald S. Bultje2011-05-041-44/+10
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * VC1: merge idct8x8, coeff adjustments and put_pixels.Ronald S. Bultje2011-02-211-10/+44
| * dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-171-2/+59
| * VC1: transpose IDCT 8x8 coeffs while reading.Ronald S. Bultje2011-02-171-12/+12
* | VC1: merge idct8x8, coeff adjustments and put_pixels.Ronald S. Bultje2011-02-221-10/+44
* | dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-181-2/+59
* | VC1: transpose IDCT 8x8 coeffs while reading.Ronald S. Bultje2011-02-181-12/+12
|/
* Remove duplicate definitions of fullpel MC functionsMåns Rullgård2010-08-251-2/+2
* Improve some uses of ff_cropTbl with constant offsetMåns Rullgård2010-06-221-28/+32
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård2010-03-061-4/+0
* More av_cold for infrequently called functions.Zuxy Meng2010-01-131-1/+1
* idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.Jason Garrett-Glaser2009-06-161-0/+76
* Split VC1 loop filter into separate functions for h/v and sizeDavid Conrad2009-04-151-2/+37
* Move VC1 loop filter to DSPContextDavid Conrad2009-04-151-0/+68
* VC1: Do qpel when needed for both MVs in a B frameDavid Conrad2009-04-141-54/+82
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* fix an overflow in vc1 intra overlap filterLoren Merritt2009-01-281-4/+4
* simplify 4-point transform part a bitKostya Shishkov2008-01-191-34/+26
* Factor out constant additionKostya Shishkov2008-01-191-64/+64
* Switch VC-1 decoder to output decoded residual immediately.Kostya Shishkov2007-12-081-41/+35
* Make bicubic interpolation standard compliantChristophe Gisquet2007-07-291-16/+65
* Pass modes as parameters instead of calculating them inplace.Christophe Gisquet2007-07-081-7/+5
* Replace function declarations with macroChristophe Gisquet2007-07-081-54/+18
* Drop ff_ prefix for static functionsChristophe Gisquet2007-07-081-30/+30
OpenPOWER on IntegriCloud