summaryrefslogtreecommitdiffstats
path: root/libavcodec/vc1dsp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-2/+2
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-081-1/+1
* Correct rounding values in overlap filteringKostya Shishkov2006-11-261-2/+6
* Optimize overlappingKostya Shishkov2006-11-171-8/+14
* Fix commentsKostya Shishkov2006-11-171-2/+2
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Drop put_vc1_qpel_pixels_tab as they won't be needed anymore.Kostya Shishkov2006-09-021-180/+0
* New qpel MC functions conforming to VC-1 standard.Kostya Shishkov2006-08-311-0/+180
* Fix overflows in bicubic interpolation.Kostya Shishkov2006-07-311-3/+3
* New functions in DSPContext for VC-1 decodingKostya Shishkov2006-07-301-0/+451
OpenPOWER on IntegriCloud