1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00
FFmpeg/libswresample
Justin Ruggles 6f67d9833b libswresample: Implement MMX, SSE4 and AVX 6ch float and int32 packing function.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-05-13 19:31:59 +02:00
..
x86 libswresample: Implement MMX, SSE4 and AVX 6ch float and int32 packing function. 2012-05-13 19:31:59 +02:00
audioconvert.c swr: fix silence buffer for planar U8 2012-05-07 00:05:19 +02:00
audioconvert.h swr: add int16_to_int32_mmx/sse 2012-04-28 13:15:44 +02:00
dither.c swr: change sample format representation so as to maintain the planer/packed distinction. 2012-04-28 13:02:58 +02:00
libswresample.v libswresample.v: add swresample* for cmdutils.c 2011-12-22 04:47:52 +01:00
Makefile swr: add dither support. 2012-04-10 19:54:41 +02:00
rematrix_template.c swr: add and use function pointers for rematrix 2012-05-01 20:20:21 +02:00
rematrix.c swr: add double precision support to the rematrix code 2012-05-02 01:12:16 +02:00
resample_template.c swr: support float & int32 in the resampler 2012-04-10 13:18:49 +02:00
resample.c swr: change sample format representation so as to maintain the planer/packed distinction. 2012-04-28 13:02:58 +02:00
swresample_internal.h swr: add lfe_mix_level 2012-05-02 01:12:10 +02:00
swresample_test.c swr-test: allow testing a specific subset of cases 2012-05-05 18:32:34 +02:00
swresample.c swr: automatically choose s16/flt/dbl to preserve input precision unless user overrides. 2012-05-02 01:12:16 +02:00
swresample.h swr: add triangular highpass dither 2012-04-11 13:27:22 +02:00