]> git.sesse.net Git - ffmpeg/history - libavutil/x86/x86util.asm
tls_gnutls: fix hang on disconnection
[ffmpeg] / libavutil / x86 / x86util.asm
2014-12-05 Kieran Kunhyav210enc: Add SIMD optimised 8-bit and 10-bit encoders
2013-10-14 Jason Garrett-Glaserx86inc: FMA3/4 Support
2013-10-14 Derek Buitenhuisx86inc: Remove our FMA4 support
2013-01-18 Diego Biurrunx86inc: Add cvisible macro for C functions with public...
2013-01-18 Diego Biurrunx86inc: Rename "program_name" to "private_prefix"
2013-01-15 Diego Biurrunx86: Add PAVGB macro to abstract pavgb/pavgusb instruct...
2013-01-15 Diego Biurrunx86: ABSB2: port to cpuflags
2013-01-15 Diego Biurrunx86: ABSB: port to cpuflags
2013-01-14 Diego Biurrunx86: ABS2: port to cpuflags
2013-01-06 Diego Biurrunx86: ABS1: port to cpuflags
2012-12-05 Justin Rugglesfloat_dsp: add vector_dmul_scalar() to multiply a vecto...
2012-11-18 Diego Biurrunx86: SPLATD: port to cpuflags
2012-11-13 Diego Biurrunx86: mmx2 ---> mmxext in asm constructs
2012-11-11 Diego Biurrunx86inc: Set program_name outside of x86inc.asm
2012-11-09 Diego Biurrunx86: PALIGNR: port to cpuflags
2012-11-05 Diego Biurrunx86: PABSW: port to cpuflags
2012-11-02 Diego Biurrunx86: Refactor PSWAPD fallback implementations and port...
2012-11-02 Diego Biurrunx86: PMINUB: port to cpuflags
2012-11-02 Diego Biurrunx86util: Add cpuflags_mmxext alias for cpuflags_mmx2
2012-10-31 Dave Yeox86: Fix assembly with NASM
2012-10-31 Diego Biurrunx86: MMX2 ---> MMXEXT in macro names
2012-10-30 Diego Biurrunx86: include x86inc.asm in x86util.asm
2012-08-24 Justin Ruggleslavr: x86: optimized 6-channel s16 to fltp conversion
2012-07-22 Jason Garrett-Glaserdsputil: x86: add SHUFFLE_MASK_W macro
2012-07-05 Loren Merrittx86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macros
2012-05-29 Vitor Sessakx86: Avoid movs on BUTTERFLYPS when in AVX mode
2012-05-09 Justin Ruggleslavr: replace the SSE version of ff_conv_fltp_to_flt_6c...
2012-04-25 Justin RugglesAdd libavresample
2012-01-27 Ronald S. Bultjeconfig.asm: change %ifdef directives to %if directives.
2011-10-21 Justin Rugglesfmtconvert: port int32_to_float_fmul_scalar() x86 inlin...
2011-08-18 Ronald S. BultjeMove clipd macros to x86util.asm.
2011-08-12 Ronald S. BultjeMove x86util.asm from libavcodec/ to libavutil/.