ffmpeg/libavresample
Anton Khirnov fc6a3ef40d audio_mix: fix zeroing output channels in certain cases
Specifically, when the corresponding input channel exists and its matrix
column is all-zero (which is necessary for zeroing the output), the
matrix column must be removed from the matrix.

This is not done currently, so the mixing code would end up using
uninitialized pointers from stack.

Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
2014-01-03 16:42:46 +01:00
..
arm
x86 x86inc: Remove our FMA4 support 2013-10-14 12:39:29 +01:00
audio_convert.c
audio_convert.h
audio_data.c
audio_data.h
audio_mix_matrix.c
audio_mix.c audio_mix: fix zeroing output channels in certain cases 2014-01-03 16:42:46 +01:00
audio_mix.h
avresample-test.c miscellaneous typo fixes 2013-07-25 19:43:32 +02:00
avresample.h
dither.c
dither.h
internal.h
libavresample.v
Makefile
options.c Add missing #includes for *INT64_MAX and *INT64_C 2013-11-23 21:55:52 +01:00
resample_template.c
resample.c
resample.h
utils.c lavr: check that current_buffer is not NULL before using it 2013-10-27 15:07:10 -04:00
version.h avutil: Move library version related macros to version.h 2013-12-26 19:05:22 +01:00