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 ARM: libavresample: NEON optimised generic fltp to s16 conversion 2012-09-13 19:15:43 +01:00
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 lavr: change the type of the data buffers to uint8_t**. 2012-10-05 13:49:44 +02:00
audio_data.h lavr: change the type of the data buffers to uint8_t**. 2012-10-05 13:49:44 +02:00
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 lavr: change the type of the data buffers to uint8_t**. 2012-10-05 13:49:44 +02:00
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 Add libavresample 2012-04-24 21:28:27 -04:00
Makefile build: cosmetics: Add missing end-of-line backslashes to item lists. 2012-05-07 14:17:40 +02:00
options.c lavr: temporarily store custom matrix in AVAudioResampleContext 2012-12-11 14:00:32 -05:00
resample_template.c lavr: resampling: add support for s32p, fltp, and dblp internal sample formats 2012-07-08 15:22:11 -04:00
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 lavr: bump major to 1 and declare it stable. 2012-10-05 13:50:13 +02:00