]> git.sesse.net Git - ffmpeg/history - libavcodec/x86/h264_qpel.c
Hap decoder and encoder
[ffmpeg] / libavcodec / x86 / h264_qpel.c
2015-06-12 Vittorio Giovarah264_qpel: Use the correct header
2014-07-25 Diego Biurrunqpeldsp: Mark source pointer in qpel_mc_func function...
2014-04-04 Diego Biurrunx86: h264_qpel: Simplify an #if conditional
2014-03-26 Diego Biurrunx86: h264_qpel: Fix typo in CALL_2X_PIXELS macro invocation
2014-03-22 Diego Biurrunx86: dsputil: Move fpel declarations to a separate...
2014-03-22 Diego Biurrundsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16...
2013-07-17 Diego BiurrunConsistently use "cpu_flags" as variable/parameter...
2013-05-12 Diego Biurrunx86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h
2013-05-12 Diego Biurrunx86: dsputil: Refactor pixels16 wrapper functions with...
2013-04-30 Diego Biurrunx86: Drop unnecessary ff_ name prefixes from static...
2013-04-19 Martin Storsjöx86: Remove unused inline asm instruction defines
2013-04-12 Diego Biurrunx86: dsputil: Refactor some ff_{avg|put}_pixels functio...
2013-04-12 Diego Biurrunx86: h264qpel: int --> ptrdiff_t for some line_size...
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