ffmpeg/libswresample
Nicolas George 1d903a5ee4 lswr: channel_map requires input conversion.
channel_map is applied between in and postin.
Without this test, if the input format is an acceptable internal format,
the in->postin conversion is skipped. In the best case,
it ignores channel_map, in the worst case it causes an assert failure
if the number of channels is changed by the map.
2012-07-17 09:50:36 +02:00
..
x86 swr/x86: 16bit integer mix functions need SSE2 not SSE 2012-07-07 20:52:34 +02:00
audioconvert.c swr: fix warning: passing argument 2 of ctx->simd_f from incompatible pointer type 2012-07-02 17:31:16 +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 buildsys: fix rules for swresample-test 2012-06-05 17:27:38 +02:00
rematrix_template.c swr: fix mix* related function pointer warnings 2012-07-02 17:23:22 +02:00
rematrix.c swr: fix warning: passing argument 2 of s->mix_any_f from incompatible pointer type 2012-07-02 17:33:27 +02:00
resample_template.c swr: MMX2 & SSSE3 int16 resample core 2012-06-28 00:36:27 +02:00
resample.c swr: fix MMX resample code, add emms 2012-06-30 21:27:39 +02:00
swresample_internal.h swr: fix warning: passing argument 1 of s->mix_any_f from incompatible pointer type 2012-07-02 17:32:23 +02:00
swresample-test.c swr-test: support "--help" 2012-06-05 17:27:38 +02:00
swresample.c lswr: channel_map requires input conversion. 2012-07-17 09:50:36 +02:00
swresample.h swr: add swr_next_pts() 2012-05-19 19:23:37 +02:00