]> git.sesse.net Git - ffmpeg/history - libavcodec/x86/h264_qpel.c
x86: Change a missed occurrance of int to ptrdiff_t for strides
[ffmpeg] / libavcodec / x86 / h264_qpel.c
2013-03-24 Martin Storsjöx86: Change a missed occurrance of int to ptrdiff_t...
2013-03-12 Luca Barbatodsputil: convert remaining functions to use ptrdiff_t...
2013-02-26 Diego Biurrunx86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out...
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-02-05 Diego BiurrunAdd av_cold attributes to arch-specific init functions
2013-01-28 Diego Biurrunx86: Simplify some arch conditionals
2013-01-26 Diego Biurrunx86: h264qpel: Move stray comment to the right spot...
2013-01-24 Janne Grunaux86: h264qpel: add cpu flag checks for init function
2013-01-24 Mans Rullgarddsputil: Separate h264 qpel
2012-11-25 Daniel Kangx86: h264: Convert 8-bit QPEL inline assembly to YASM
2012-11-25 Daniel Kangx86: h264: Remove 3dnow QPEL code
2012-11-05 Diego Biurrunx86: h264qpel: Only define mmxext QPEL functions if...
2012-10-31 Diego Biurrunx86: mmx2 ---> mmxext in function names
2012-10-31 Diego Biurrunx86: MMX2 ---> MMXEXT in macro names
2012-08-30 Diego Biurrunx86: Split inline and external assembly #ifdefs
2012-08-28 Diego Biurrunx86: avcodec: Drop silly "_mmx" suffixes from filenames