summaryrefslogtreecommitdiff
path: root/libavresample/audio_mix.c
Commit message (Expand)AuthorAge
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* audio_mix: print (SKIP) instead of 0.0 for matrix columns removed along with ...Anton Khirnov2014-01-03
* audio_mix: fix zeroing output channels in certain casesAnton Khirnov2014-01-03
* audio_mix: initialize the data pointers to NULLAnton Khirnov2014-01-03
* audio_mix: fix channel order in mix_1_to_2_fltp_flt_cAnton Khirnov2013-10-12
* avresample: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* lavr: fix mixing matrix reduction when normalization is disabledJustin Ruggles2013-02-12
* lavr: fix matrix reduction for upmixing in certain casesJustin Ruggles2013-02-12
* lavr: cosmetics: reindentJustin Ruggles2013-02-12
* lavr: make sure that the mix function is reset even if no mixing will be doneJustin Ruggles2013-02-12
* lavr: print out the mix matrix in ff_audio_mix_set_matrix()Justin Ruggles2013-02-12
* lavr: always reset mix function names and pointers in mix_function_init()Justin Ruggles2013-01-17
* lavr: call mix_function_init() in ff_audio_mix_set_matrix()Justin Ruggles2013-01-17
* lavr: log channel conversion description for any-to-any functionsJustin Ruggles2013-01-07
* lavr: mix: reduce the mixing matrix when possibleJustin Ruggles2013-01-07
* avresample: use valid log context in mixing functionsHendrik Leppkes2012-12-16
* lavr: move AudioMix struct definition to audio_mix.cJustin Ruggles2012-12-15
* lavr: temporarily store custom matrix in AVAudioResampleContextJustin Ruggles2012-12-11
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* libavresample: add mix level normalization optionJohn Stebbins2012-08-14
* lavr: fix handling of custom mix matricesJustin Ruggles2012-08-04
* lavr: mix: validate internal sample format in ff_audio_mix_init()Justin Ruggles2012-07-08
* Add Dolby/DPLII downmix support to libavresampleJohn Stebbins2012-06-18
* lavr: add C functions for mixing 2 to 1 channels with s16p formatJustin Ruggles2012-05-29
* lavr: use 8.8 instead of 10.6 as the 16-bit fixed-point mixing coeff typeJustin Ruggles2012-05-01
* Add libavresampleJustin Ruggles2012-04-24