]> git.sesse.net Git - ffmpeg/history - libavresample/audio_mix.c
lavr: fix mixing matrix reduction when normalization is disabled
[ffmpeg] / libavresample / audio_mix.c
2013-02-12 Justin Ruggleslavr: fix mixing matrix reduction when normalization...
2013-02-12 Justin Ruggleslavr: fix matrix reduction for upmixing in certain...
2013-02-12 Justin Ruggleslavr: cosmetics: reindent
2013-02-12 Justin Ruggleslavr: make sure that the mix function is reset even...
2013-02-12 Justin Ruggleslavr: print out the mix matrix in ff_audio_mix_set_matrix()
2013-01-18 Justin Ruggleslavr: always reset mix function names and pointers...
2013-01-18 Justin Ruggleslavr: call mix_function_init() in ff_audio_mix_set_matrix()
2013-01-08 Justin Ruggleslavr: log channel conversion description for any-to...
2013-01-08 Justin Ruggleslavr: mix: reduce the mixing matrix when possible
2012-12-17 Hendrik Leppkesavresample: use valid log context in mixing functions
2012-12-15 Justin Ruggleslavr: move AudioMix struct definition to audio_mix.c
2012-12-11 Justin Ruggleslavr: temporarily store custom matrix in AVAudioResampl...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-14 John Stebbinslibavresample: add mix level normalization option
2012-08-04 Justin Ruggleslavr: fix handling of custom mix matrices
2012-07-08 Justin Ruggleslavr: mix: validate internal sample format in ff_audio_...
2012-06-18 John StebbinsAdd Dolby/DPLII downmix support to libavresample
2012-05-29 Justin Ruggleslavr: add C functions for mixing 2 to 1 channels with...
2012-05-01 Justin Ruggleslavr: use 8.8 instead of 10.6 as the 16-bit fixed-point...
2012-04-25 Justin RugglesAdd libavresample