summaryrefslogtreecommitdiff
path: root/libavcodec/x86/cavsdsp.c
Commit message (Expand)AuthorAge
* x86: cavs: Remove an unneeded scratch bufferMichael Niedermayer2015-05-28
* qpeldsp: Mark source pointer in qpel_mc_func function pointer constDiego Biurrun2014-07-25
* idct: Convert IDCT permutation #defines to an enumDiego Biurrun2014-07-18
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* x86: dsputil: Move fpel declarations to a separate headerDiego Biurrun2014-03-22
* x86: Initialize mmxext after amd3dnow optimizationsDiego Biurrun2013-12-04
* x86: avcodec: Use convenience macros to check for CPU flagsDiego Biurrun2013-08-29
* Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-18
* x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun2013-05-12
* x86: dsputil: Move TRANSPOSE4 macro to the only place it is usedDiego Biurrun2013-05-08
* x86: dsputil: Move constant declarations into separate headerDiego Biurrun2013-05-08
* x86: dsputil: Move cavs and vc1-specific functions where they belongDiego Biurrun2013-05-02
* x86: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* x86: cavs: Refactor duplicate dspfunc macroDiego Biurrun2013-04-22
* x86: cavs: Put mmx-specific code into its own init functionDiego Biurrun2013-04-22
* dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-12
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-05
* x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-31
* x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun2012-10-31
* x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86)Janne Grunau2012-10-08
* cavsdsp: set idct permutation independently of dsputilMans Rullgard2012-09-07
* x86: avcodec: Drop silly "_mmx" suffixes from filenamesDiego Biurrun2012-08-28