summaryrefslogtreecommitdiffstats
path: root/libavcodec/cavsdsp.c
Commit message (Expand)AuthorAgeFilesLines
* qpeldsp: Mark source pointer in qpel_mc_func function pointer constDiego Biurrun2014-07-251-21/+21
* idct: Convert IDCT permutation #defines to an enumDiego Biurrun2014-07-181-1/+1
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-301-1/+1
* dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.hDiego Biurrun2014-03-221-0/+2
* dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun2014-03-131-4/+4
* avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-301-35/+35
* lavc: Make pointers to ff_cropTbl constMartin Storsjö2013-04-081-4/+4
* dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-121-15/+30
* Drop DCTELEM typedefDiego Biurrun2013-01-221-2/+2
* x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86)Janne Grunau2012-10-081-1/+2
* cavsdsp: set idct permutation independently of dsputilMans Rullgard2012-09-071-0/+1
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Remove duplicate definitions of fullpel MC functionsMåns Rullgård2010-08-251-0/+5
* Move cavs dsp functions to their own structMåns Rullgård2010-08-031-1/+4
* Move some dsp func prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård2010-03-061-5/+0
* More av_cold for infrequently called functions.Zuxy Meng2010-01-131-1/+1
* avoid duplicating dsputil's clear_blockStefan Gehrer2009-02-101-1/+0
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-10/+10
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-121-4/+4
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* some MMX optimizations for the CAVS decoderStefan Gehrer2006-07-291-0/+1
* add rounding bias earlier in the idct, avoids many addsMichael Niedermayer2006-07-041-18/+20
* CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)Michael Niedermayer2006-07-031-24/+54
* new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx de)Michael Niedermayer2006-07-011-0/+511
OpenPOWER on IntegriCloud