summaryrefslogtreecommitdiff
path: root/libavcodec/rv40dsp.c
Commit message (Expand)AuthorAge
* Drop unnecessary av_unused attributes.Diego Biurrun2014-09-05
* qpeldsp: Mark source pointer in qpel_mc_func function pointer constDiego Biurrun2014-07-25
* dsputil: Move RV40-specific bits into rv40dspDiego Biurrun2014-03-26
* dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.hDiego Biurrun2014-03-22
* dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun2014-03-13
* aarch64: h264 chroma motion compensation NEON optimizationsJanne Grunau2014-01-15
* cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun2013-08-29
* lavc: Make pointers to ff_cropTbl constMartin Storsjö2013-04-08
* dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-12
* rv34: Drop now unnecessary dsputil dependenciesDiego Biurrun2013-02-06
* dsputil: Separate h264 qpelMans Rullgard2013-01-24
* arm: call arm-specific rv34dsp init functions under if (ARCH_ARM)Jean-Baptiste Kempf2012-10-10
* x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-08
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* rv40dsp: implement prescaled versions for biweight.Christophe GISQUET2012-04-10
* rv34: change most "int stride" into "ptrdiff_t stride".Ronald S. Bultje2012-02-20
* rv40: rearrange loop filter functionsMans Rullgard2011-12-14
* rv40: NEON optimised chroma MCJanne Grunau2011-12-06
* rv40: move loop filter to rv34dsp contextJanne Grunau2011-11-30
* rv34: move inverse transform functions to DSP contextJanne Grunau2011-10-12
* RV40: reuse some H.264 motion compensation functions in RV40.Kostya Shishkov2011-08-30
* Add weighted motion compensation for RV40 B-framesKostya Shishkov2011-08-11
* Move RV3/4-specific DSP functions into their own contextKostya Shishkov2011-08-11
* Pretty-print RV3/4 decoder sourceKostya Shishkov2011-08-09
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* RV40 MC functionsKostya Shishkov2008-12-01