]> git.sesse.net Git - ffmpeg/history - libavresample/x86
lavc: Remove old vaapi decode infrastructure
[ffmpeg] / libavresample / x86 /
2015-08-11 Henrik Gramnerx86inc: Drop SECTION_TEXT macro
2015-05-31 James Almerx86: check for AV_CPU_FLAG_AVXSLOW where useful
2014-04-04 Diego Biurrunx86: Drop some unnecessary YASM ifdefs
2014-01-13 Martin Storsjöx86/arm: Add clobber tests to libavresample
2013-10-14 Derek Buitenhuisx86inc: Remove our FMA4 support
2013-10-14 Derek Buitenhuisavresample/x86: Switch operand order for mulps
2013-07-17 Diego BiurrunConsistently use "cpu_flags" as variable/parameter...
2013-03-27 Diego Biurruncosmetics: Remove unnecessary extern keywords from...
2013-01-08 Justin Rugglesx86: lavr: add SSE2/AVX dither_int_to_float()
2013-01-08 Justin Rugglesx86: lavr: add SSE2 quantize() for dithering
2013-01-05 Justin Rugglesx86: lavr: use the x86inc.asm automatic stack alignment...
2012-11-18 Ronald S. Bultjex86: lavr: fix stack allocation for 7 and 8 channel...
2012-11-11 Diego Biurrunbuild: Drop AVX assembly ifdefs
2012-11-09 Diego Biurrunx86: PALIGNR: port to cpuflags
2012-11-06 Diego Biurrunx86: avresample: Add missing colons to assembly labels
2012-10-30 Diego Biurrunx86: yasm: Use complete source path for macro helper...
2012-10-30 Diego Biurrunx86: include x86inc.asm in x86util.asm
2012-10-13 Justin Ruggleslavr: handle clipping in the float to s32 conversion
2012-09-08 Diego Biurrunx86: Replace checks for CPU extensions and flags by...
2012-08-30 Diego Biurrunx86: Split inline and external assembly #ifdefs
2012-08-30 Diego Biurrunx86: cosmetics: Comment some #endifs for better readability
2012-08-24 Justin Ruggleslavr: x86: optimized 6-channel flt to fltp conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 2-channel flt to fltp conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 6-channel flt to s16p conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 2-channel flt to s16p conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 6-channel s16 to fltp conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 2-channel s16 to fltp conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 6-channel s16 to s16p conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 2-channel s16 to s16p conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 2-channel fltp to flt conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 6-channel fltp to s16 conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 2-channel fltp to s16 conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 6-channel s16p to flt conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 2-channel s16p to flt conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 6-channel s16p to s16 conversion
2012-08-24 Justin Ruggleslavr: x86: optimized 2-channel s16p to s16 conversion
2012-08-07 Mans Rullgardx86: add colons after labels
2012-07-27 Justin Ruggleslavr: x86: improve non-SSE4 version of S16_TO_S32_SX...
2012-07-27 Justin Ruggleslavr: add x86-optimized mixing functions
2012-07-26 Ronald S. Bultjex86inc: automatically insert vzeroupper for YMM functions.
2012-07-25 Justin Ruggleslavr: x86: add missing vzeroupper in ff_mix_1_to_2_fltp...
2012-06-26 Justin Ruggleslavr: x86: fix ff_conv_fltp_to_flt_6ch function prototypes
2012-06-25 Justin Ruggleslavr: x86: merge some branches
2012-06-18 Justin Ruggleslavr: Add x86-optimized function for flt to s32 conversion
2012-06-18 Justin Ruggleslavr: Add x86-optimized function for flt to s16 conversion
2012-06-18 Justin Ruggleslavr: Add x86-optimized functions for s32 to flt conversion
2012-06-18 Justin Ruggleslavr: Add x86-optimized functions for s32 to s16 conversion
2012-06-18 Justin Ruggleslavr: Add x86-optimized functions for s16 to flt conversion
2012-06-18 Justin Ruggleslavr: Add x86-optimized function for s16 to s32 conversion
2012-06-18 Justin Ruggleslavr: add x86-optimized functions for mixing 1-to-2...
2012-06-18 Justin Ruggleslavr: add x86-optimized functions for mixing 1-to-2...
2012-05-29 Justin Ruggleslavr: add x86-optimized function for mixing 2 to 1...
2012-05-29 Justin Ruggleslavr: add x86-optimized functions for mixing 2 to 1...
2012-05-09 Justin Ruggleslavr: replace the SSE version of ff_conv_fltp_to_flt_6c...
2012-05-07 Diego Biurrunbuild: cosmetics: Add missing end-of-line backslashes...
2012-05-01 Reimar DöffingerFix compilation with YASM/NASM without AVX support.
2012-04-25 Justin RugglesAdd libavresample