ffmpeg/libavresample
Justin Ruggles 14758e3211 lavr: temporarily store custom matrix in AVAudioResampleContext
This allows AudioMix to be treated the same way as other conversion contexts
and removes the requirement to allocate it at the same time as the
AVAudioResampleContext.

The current matrix get/set functions are split between the public interface
and AudioMix private functions.
2012-12-11 14:00:32 -05:00
..
arm
x86 x86: lavr: fix stack allocation for 7 and 8 channel downmixing on x86-32 2012-11-17 20:16:04 -05:00
audio_convert.c lavr: do not pass sample count as a parameter to ff_audio_convert() 2012-11-27 16:49:18 -05:00
audio_convert.h lavr: do not pass sample count as a parameter to ff_audio_convert() 2012-11-27 16:49:18 -05:00
audio_data.c
audio_data.h
audio_mix_matrix.c lavr: temporarily store custom matrix in AVAudioResampleContext 2012-12-11 14:00:32 -05:00
audio_mix.c lavr: temporarily store custom matrix in AVAudioResampleContext 2012-12-11 14:00:32 -05:00
audio_mix.h lavr: temporarily store custom matrix in AVAudioResampleContext 2012-12-11 14:00:32 -05:00
avresample-test.c
avresample.h lavr: clarify documentation for avresample_get/set_matrix() 2012-12-11 14:00:32 -05:00
internal.h lavr: temporarily store custom matrix in AVAudioResampleContext 2012-12-11 14:00:32 -05:00
libavresample.v
Makefile
options.c lavr: temporarily store custom matrix in AVAudioResampleContext 2012-12-11 14:00:32 -05:00
resample_template.c
resample.c lavr: do not pass consumed samples as a parameter to ff_audio_resample() 2012-11-27 16:49:19 -05:00
resample.h lavr: do not pass consumed samples as a parameter to ff_audio_resample() 2012-11-27 16:49:19 -05:00
utils.c lavr: temporarily store custom matrix in AVAudioResampleContext 2012-12-11 14:00:32 -05:00
version.h