1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-08 13:22:53 +02:00
FFmpeg/libswresample
James Almer 7c8bf09edd swresample: change COMMON_CORE_INT16 asm from SSSE3 to SSE2
pshuf+paddd is slightly faster than phaddd.
The real gain is in pre-ssse3 processors like AMD K8 and K10, which get
a big boost in performance compared to the mmxext version

Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-18 15:00:50 +01:00
..
arm Fix libswresample compilation with Apple Neon assembler. 2014-02-17 17:40:10 +01:00
x86 swresample: change COMMON_CORE_INT16 asm from SSSE3 to SSE2 2014-03-18 15:00:50 +01:00
audioconvert.c audioconvert: support simd code with specific alignment requirements. 2012-12-14 04:47:17 +01:00
audioconvert.h audioconvert: support simd code with specific alignment requirements. 2012-12-14 04:47:17 +01:00
dither_template.c swr: fix "may be used uninitialized in this function" warnings 2013-01-20 17:09:48 +01:00
dither.c swr: set scale for 32->32/24 dither 2013-06-05 03:06:34 +02:00
libswresample.v
log2_tab.c
Makefile Add Windows resource file support for shared libraries 2013-12-05 23:42:07 +01:00
noise_shaping_data.c swr/noise_shaping_data: pad coeffs to multiple of 4 when they are 1 below 2013-01-12 19:09:54 +01:00
rematrix_template.c swresample/rematrix_template: Fix integer overflow in mix8to2 2013-06-10 03:03:17 +02:00
rematrix.c lswr: fix assert failure on unknown layouts. 2013-11-03 10:30:37 +01:00
resample_template.c swresample: change COMMON_CORE_INT16 asm from SSSE3 to SSE2 2014-03-18 15:00:50 +01:00
resample.c swresample: change COMMON_CORE_INT16 asm from SSSE3 to SSE2 2014-03-18 15:00:50 +01:00
soxr_resample.c soxr: libsoxr 0.1.1 support 2013-03-01 14:38:02 +01:00
swresample_internal.h swresample: Make rematrix maxvalue user settable 2013-07-22 03:23:54 +02:00
swresample-test.c swr-test: Fix clip to 32bit 2013-02-04 04:05:59 +01:00
swresample.c swr: check that the context for swr_convert() has been initialized 2014-02-24 08:23:42 +01:00
swresample.h swresample: add swr_is_initialized() 2014-02-24 08:23:22 +01:00
swresampleres.rc Add Windows resource file support for shared libraries 2013-12-05 23:42:07 +01:00
version.h swresample: add swr_is_initialized() 2014-02-24 08:23:22 +01:00