ffmpeg/libswresample
Andreas Rheinhardt 2b94f23b06 swresample/x86/audio_convert: Remove obsolete MMX functions
x64 always has MMX, MMXEXT, SSE and SSE2 and this means
that some functions for MMX, MMXEXT and 3dnow are always
overridden by other functions (unless one e.g. explicitly
disables SSE2) for x64. So given that the only systems that
benefit from these functions are truely ancient 32bit x86s
they are removed.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2022-06-14 01:28:29 +02:00
..
aarch64
arm
tests swresample: convert to new channel layout API 2022-03-15 09:42:46 -03:00
x86 swresample/x86/audio_convert: Remove obsolete MMX functions 2022-06-14 01:28:29 +02:00
Makefile lib*/version: Move library version functions into files of their own 2022-05-10 06:49:32 +02:00
audioconvert.c
audioconvert.h
dither.c
dither_template.c
libswresample.v
log2_tab.c
noise_shaping_data.c
options.c swresample: convert to new channel layout API 2022-03-15 09:42:46 -03:00
rematrix.c swresample/rematrix: fix typo in clean_layout() 2022-03-28 00:07:42 -03:00
rematrix_template.c swresample: convert to new channel layout API 2022-03-15 09:42:46 -03:00
resample.c swresample/resample: Properly empty MMX state 2022-06-14 01:28:29 +02:00
resample.h
resample_dsp.c
resample_template.c
soxr_resample.c
swresample.c lib*/version: Move library version functions into files of their own 2022-05-10 06:49:32 +02:00
swresample.h Keep including the full version.h when headers are included externally 2022-03-19 00:01:57 +02:00
swresample_frame.c swresample: convert to new channel layout API 2022-03-15 09:42:46 -03:00
swresample_internal.h swresample: convert to new channel layout API 2022-03-15 09:42:46 -03:00
swresampleres.rc
version.c lib*/version: Move library version functions into files of their own 2022-05-10 06:49:32 +02:00
version.h doc: Add an entry to APIchanges about changes to version.h and version_major.h 2022-03-16 14:12:46 +02:00
version_major.h libswresample: Split version.h 2022-03-16 14:05:26 +02:00