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