| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: cavs: Remove an unneeded scratch buffer | Michael Niedermayer | 2015-05-28 | 1 | -15/+13 |
* | qpeldsp: Mark source pointer in qpel_mc_func function pointer const | Diego Biurrun | 2014-07-25 | 1 | -19/+19 |
* | idct: Convert IDCT permutation #defines to an enum | Diego Biurrun | 2014-07-18 | 1 | -1/+1 |
* | dsputil: Split off IDCT bits into their own context | Diego Biurrun | 2014-06-30 | 1 | -1/+2 |
* | x86: dsputil: Move fpel declarations to a separate header | Diego Biurrun | 2014-03-22 | 1 | -0/+1 |
* | x86: Initialize mmxext after amd3dnow optimizations | Diego Biurrun | 2013-12-04 | 1 | -4/+4 |
* | x86: avcodec: Use convenience macros to check for CPU flags | Diego Biurrun | 2013-08-29 | 1 | -3/+3 |
* | Consistently use "cpu_flags" as variable/parameter name for CPU flags | Diego Biurrun | 2013-07-18 | 1 | -4/+4 |
* | x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h | Diego Biurrun | 2013-05-12 | 1 | -1/+1 |
* | x86: dsputil: Move TRANSPOSE4 macro to the only place it is used | Diego Biurrun | 2013-05-08 | 1 | -0/+11 |
* | x86: dsputil: Move constant declarations into separate header | Diego Biurrun | 2013-05-08 | 1 | -0/+1 |
* | x86: dsputil: Move cavs and vc1-specific functions where they belong | Diego Biurrun | 2013-05-02 | 1 | -4/+28 |
* | x86: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 1 | -15/+17 |
* | x86: cavs: Refactor duplicate dspfunc macro | Diego Biurrun | 2013-04-22 | 1 | -22/+14 |
* | x86: cavs: Put mmx-specific code into its own init function | Diego Biurrun | 2013-04-22 | 1 | -7/+23 |
* | dsputil: convert remaining functions to use ptrdiff_t strides | Luca Barbato | 2013-03-12 | 1 | -4/+8 |
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | Add av_cold attributes to arch-specific init functions | Diego Biurrun | 2013-02-05 | 1 | -2/+6 |
* | x86: mmx2 ---> mmxext in function names | Diego Biurrun | 2012-10-31 | 1 | -14/+15 |
* | x86: MMX2 ---> MMXEXT in macro names | Diego Biurrun | 2012-10-31 | 1 | -2/+2 |
* | x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86) | Janne Grunau | 2012-10-08 | 1 | -12/+22 |
* | cavsdsp: set idct permutation independently of dsputil | Mans Rullgard | 2012-09-07 | 1 | -0/+2 |
* | x86: avcodec: Drop silly "_mmx" suffixes from filenames | Diego Biurrun | 2012-08-28 | 1 | -0/+492 |