summaryrefslogtreecommitdiffstats
path: root/libavcodec/vc1dsp.c
Commit message (Expand)AuthorAgeFilesLines
* aarch64: h264 chroma motion compensation NEON optimizationsJanne Grunau2014-01-151-0/+2
* vc1: Add avg_no_rnd_vc1_chroma_mc4_c()Michael Niedermayer2014-01-131-0/+23
* vc1: Factorize out chroma MCLuca Barbato2014-01-131-48/+23
* vc1dsp: K&R formatting cosmeticsLuca Barbato2014-01-121-321/+403
* vc1: arm: Add NEON assemblyMason Carter2013-12-201-0/+2
* cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun2013-08-291-2/+2
* ppc: More consistent arch initializationDiego Biurrun2013-04-301-2/+2
* dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-121-5/+11
* dsputil: Separate h264chromaDiego Biurrun2013-02-061-1/+2
* Drop DCTELEM typedefDiego Biurrun2013-01-221-14/+14
* x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)Janne Grunau2012-10-081-2/+2
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* vc1dsp: mark put/avg_vc1_mspel_mc() always_inlineMans Rullgard2012-06-081-1/+1
* Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje2012-03-061-55/+42
* Remove extraneous semicolonsMans Rullgard2011-12-111-2/+2
* vc1dec: interlaced stream decoding support 3/3Mashiat Sarker Shakkhar2011-10-101-0/+21
* Windows Media Image decoder (WMVP/WVP2)Alberto Delmás2011-08-231-0/+68
* 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
* 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
OpenPOWER on IntegriCloud