summaryrefslogtreecommitdiffstats
path: root/libavresample/audio_mix.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-201-1/+1
|\
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-191-1/+1
* | Add missing "const" all over the place.Reimar Döffinger2014-08-291-1/+1
* | Merge commit 'cc976a75dffa148d655b52604331679ff669e8a2'Michael Niedermayer2014-01-041-1/+1
|\ \ | |/
| * audio_mix: print (SKIP) instead of 0.0 for matrix columns removed along with ...Anton Khirnov2014-01-031-1/+1
* | Merge commit 'fc6a3ef40d34ce8443ae57c2452f3f273d7d4891'Michael Niedermayer2014-01-041-2/+5
|\ \ | |/
| * audio_mix: fix zeroing output channels in certain casesAnton Khirnov2014-01-031-2/+5
* | Merge commit '3d95d27376e59de14f984e7a22a52e066d85df35'Michael Niedermayer2014-01-041-1/+1
|\ \ | |/
| * audio_mix: initialize the data pointers to NULLAnton Khirnov2014-01-031-1/+1
* | Merge commit 'df6737a55f5dc7c0ae5272bc5fa6182836d5481c'Michael Niedermayer2013-10-131-10/+10
|\ \ | |/
| * audio_mix: fix channel order in mix_1_to_2_fltp_flt_cAnton Khirnov2013-10-121-10/+10
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
|/
* avresample: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+1
* lavr: fix mixing matrix reduction when normalization is disabledJustin Ruggles2013-02-121-0/+11
* lavr: fix matrix reduction for upmixing in certain casesJustin Ruggles2013-02-121-0/+10
* lavr: cosmetics: reindentJustin Ruggles2013-02-121-14/+14
* lavr: make sure that the mix function is reset even if no mixing will be doneJustin Ruggles2013-02-121-21/+31
* lavr: print out the mix matrix in ff_audio_mix_set_matrix()Justin Ruggles2013-02-121-26/+29
* lavr: always reset mix function names and pointers in mix_function_init()Justin Ruggles2013-01-171-3/+4
* lavr: call mix_function_init() in ff_audio_mix_set_matrix()Justin Ruggles2013-01-171-5/+1
* lavr: log channel conversion description for any-to-any functionsJustin Ruggles2013-01-071-2/+3
* lavr: mix: reduce the mixing matrix when possibleJustin Ruggles2013-01-071-30/+186
* avresample: use valid log context in mixing functionsHendrik Leppkes2012-12-161-5/+5
* lavr: move AudioMix struct definition to audio_mix.cJustin Ruggles2012-12-151-0/+23
* lavr: temporarily store custom matrix in AVAudioResampleContextJustin Ruggles2012-12-111-26/+128
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* libavresample: add mix level normalization optionJohn Stebbins2012-08-141-1/+3
* lavr: fix handling of custom mix matricesJustin Ruggles2012-08-041-1/+9
* lavr: mix: validate internal sample format in ff_audio_mix_init()Justin Ruggles2012-07-081-0/+8
* Add Dolby/DPLII downmix support to libavresampleJohn Stebbins2012-06-181-1/+2
* lavr: add C functions for mixing 2 to 1 channels with s16p formatJustin Ruggles2012-05-291-0/+50
* lavr: use 8.8 instead of 10.6 as the 16-bit fixed-point mixing coeff typeJustin Ruggles2012-05-011-5/+5
* Add libavresampleJustin Ruggles2012-04-241-0/+356
OpenPOWER on IntegriCloud