| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 1 | -2/+7 |
* | x86: Remove unused inline asm instruction defines | Martin Storsjö | 2013-04-20 | 1 | -3/+0 |
* | x86: dsputil: Refactor some ff_{avg|put}_pixels function declarations | Diego Biurrun | 2013-04-12 | 1 | -6/+0 |
* | x86: h264qpel: int --> ptrdiff_t for some line_size parameters | Diego Biurrun | 2013-04-12 | 1 | -5/+8 |
* | x86: Change a missed occurrance of int to ptrdiff_t for strides | Martin Storsjö | 2013-03-24 | 1 | -1/+1 |
* | dsputil: convert remaining functions to use ptrdiff_t strides | Luca Barbato | 2013-03-12 | 1 | -19/+39 |
* | x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.c | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | 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 | -1/+2 |
* | x86: Simplify some arch conditionals | Diego Biurrun | 2013-01-29 | 1 | -1/+1 |
* | x86: h264qpel: Move stray comment to the right spot and clarify it | Diego Biurrun | 2013-01-26 | 1 | -0/+4 |
* | x86: h264qpel: add cpu flag checks for init function | Janne Grunau | 2013-01-24 | 1 | -72/+75 |
* | dsputil: Separate h264 qpel | Mans Rullgard | 2013-01-24 | 1 | -0/+126 |
* | x86: h264: Convert 8-bit QPEL inline assembly to YASM | Daniel Kang | 2012-11-25 | 1 | -968/+173 |
* | x86: h264: Remove 3dnow QPEL code | Daniel Kang | 2012-11-25 | 1 | -4/+0 |
* | x86: h264qpel: Only define mmxext QPEL functions if H264QPEL is enabled | Diego Biurrun | 2012-11-05 | 1 | -1/+1 |
* | x86: mmx2 ---> mmxext in function names | Diego Biurrun | 2012-10-31 | 1 | -27/+27 |
* | x86: MMX2 ---> MMXEXT in macro names | Diego Biurrun | 2012-10-31 | 1 | -6/+6 |
* | x86: Split inline and external assembly #ifdefs | Diego Biurrun | 2012-08-31 | 1 | -2/+2 |
* | x86: avcodec: Drop silly "_mmx" suffixes from filenames | Diego Biurrun | 2012-08-28 | 1 | -0/+1291 |