summaryrefslogtreecommitdiff
path: root/libavcodec/vc1dsp.c
Commit message (Expand)AuthorAge
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-18
* vc-1: Add platform-specific start code search routine to VC1DSPContext.Ben Avison2014-08-04
* vc1dsp: Add wrappers for {avg|put}_vc1_mspel_mc00_cDiego Biurrun2014-07-25
* dsputil: Split off quarterpel bits into their own contextDiego Biurrun2014-05-29
* Remove a number of unnecessary dsputil.h #includesDiego Biurrun2014-04-04
* aarch64: h264 chroma motion compensation NEON optimizationsJanne Grunau2014-01-15
* vc1: Add avg_no_rnd_vc1_chroma_mc4_c()Michael Niedermayer2014-01-13
* vc1: Factorize out chroma MCLuca Barbato2014-01-13
* vc1dsp: K&R formatting cosmeticsLuca Barbato2014-01-12
* vc1: arm: Add NEON assemblyMason Carter2013-12-20
* cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun2013-08-29
* ppc: More consistent arch initializationDiego Biurrun2013-04-30
* dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-12
* dsputil: Separate h264chromaDiego Biurrun2013-02-06
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)Janne Grunau2012-10-08
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* vc1dsp: mark put/avg_vc1_mspel_mc() always_inlineMans Rullgard2012-06-08
* Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje2012-03-06
* Remove extraneous semicolonsMans Rullgard2011-12-11
* vc1dec: interlaced stream decoding support 3/3Mashiat Sarker Shakkhar2011-10-10
* Windows Media Image decoder (WMVP/WVP2)Alberto Delmás2011-08-23
* vc1: make overlap filter for I-frames bit-exact.Ronald S. Bultje2011-05-04
* Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."Ronald S. Bultje2011-05-04
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* VC1: merge idct8x8, coeff adjustments and put_pixels.Ronald S. Bultje2011-02-21
* dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-17
* VC1: transpose IDCT 8x8 coeffs while reading.Ronald S. Bultje2011-02-17
* Remove duplicate definitions of fullpel MC functionsMåns Rullgård2010-08-25
* Improve some uses of ff_cropTbl with constant offsetMåns Rullgård2010-06-22
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård2010-03-06
* More av_cold for infrequently called functions.Zuxy Meng2010-01-13
* idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.Jason Garrett-Glaser2009-06-16
* Split VC1 loop filter into separate functions for h/v and sizeDavid Conrad2009-04-15
* Move VC1 loop filter to DSPContextDavid Conrad2009-04-15
* VC1: Do qpel when needed for both MVs in a B frameDavid Conrad2009-04-14
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* fix an overflow in vc1 intra overlap filterLoren Merritt2009-01-28
* simplify 4-point transform part a bitKostya Shishkov2008-01-19
* Factor out constant additionKostya Shishkov2008-01-19
* Switch VC-1 decoder to output decoded residual immediately.Kostya Shishkov2007-12-08
* Make bicubic interpolation standard compliantChristophe Gisquet2007-07-29
* Pass modes as parameters instead of calculating them inplace.Christophe Gisquet2007-07-08
* Replace function declarations with macroChristophe Gisquet2007-07-08
* Drop ff_ prefix for static functionsChristophe Gisquet2007-07-08
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* Correct rounding values in overlap filteringKostya Shishkov2006-11-26