| Commit message (Expand) | Author | Age | Files | Lines |
* | avresample: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -1/+1 |
* | lavr: fix mixing matrix reduction when normalization is disabled | Justin Ruggles | 2013-02-12 | 1 | -0/+11 |
* | lavr: fix matrix reduction for upmixing in certain cases | Justin Ruggles | 2013-02-12 | 1 | -0/+10 |
* | lavr: cosmetics: reindent | Justin Ruggles | 2013-02-12 | 1 | -14/+14 |
* | lavr: make sure that the mix function is reset even if no mixing will be done | Justin Ruggles | 2013-02-12 | 1 | -21/+31 |
* | lavr: print out the mix matrix in ff_audio_mix_set_matrix() | Justin Ruggles | 2013-02-12 | 1 | -26/+29 |
* | lavr: always reset mix function names and pointers in mix_function_init() | Justin Ruggles | 2013-01-17 | 1 | -3/+4 |
* | lavr: call mix_function_init() in ff_audio_mix_set_matrix() | Justin Ruggles | 2013-01-17 | 1 | -5/+1 |
* | lavr: log channel conversion description for any-to-any functions | Justin Ruggles | 2013-01-07 | 1 | -2/+3 |
* | lavr: mix: reduce the mixing matrix when possible | Justin Ruggles | 2013-01-07 | 1 | -30/+186 |
* | avresample: use valid log context in mixing functions | Hendrik Leppkes | 2012-12-16 | 1 | -5/+5 |
* | lavr: move AudioMix struct definition to audio_mix.c | Justin Ruggles | 2012-12-15 | 1 | -0/+23 |
* | lavr: temporarily store custom matrix in AVAudioResampleContext | Justin Ruggles | 2012-12-11 | 1 | -26/+128 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | libavresample: add mix level normalization option | John Stebbins | 2012-08-14 | 1 | -1/+3 |
* | lavr: fix handling of custom mix matrices | Justin Ruggles | 2012-08-04 | 1 | -1/+9 |
* | lavr: mix: validate internal sample format in ff_audio_mix_init() | Justin Ruggles | 2012-07-08 | 1 | -0/+8 |
* | Add Dolby/DPLII downmix support to libavresample | John Stebbins | 2012-06-18 | 1 | -1/+2 |
* | lavr: add C functions for mixing 2 to 1 channels with s16p format | Justin Ruggles | 2012-05-29 | 1 | -0/+50 |
* | lavr: use 8.8 instead of 10.6 as the 16-bit fixed-point mixing coeff type | Justin Ruggles | 2012-05-01 | 1 | -5/+5 |
* | Add libavresample | Justin Ruggles | 2012-04-24 | 1 | -0/+356 |