Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-20Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2014-08-29Add missing "const" all over the place.Reimar Döffinger
2014-01-04Merge commit 'cc976a75dffa148d655b52604331679ff669e8a2'Michael Niedermayer
2014-01-04Merge commit 'fc6a3ef40d34ce8443ae57c2452f3f273d7d4891'Michael Niedermayer
2014-01-04Merge commit '3d95d27376e59de14f984e7a22a52e066d85df35'Michael Niedermayer
2014-01-03audio_mix: print (SKIP) instead of 0.0 for matrix columns removed along with ...Anton Khirnov
2014-01-03audio_mix: fix zeroing output channels in certain casesAnton Khirnov
2014-01-03audio_mix: initialize the data pointers to NULLAnton Khirnov
2013-10-13Merge commit 'df6737a55f5dc7c0ae5272bc5fa6182836d5481c'Michael Niedermayer
2013-10-12audio_mix: fix channel order in mix_1_to_2_fltp_flt_cAnton Khirnov
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2013-05-04avresample: Add av_cold attributes to init functions missing themDiego Biurrun
2013-02-12lavr: fix mixing matrix reduction when normalization is disabledJustin Ruggles
2013-02-12lavr: fix matrix reduction for upmixing in certain casesJustin Ruggles
2013-02-12lavr: cosmetics: reindentJustin Ruggles
2013-02-12lavr: make sure that the mix function is reset even if no mixing will be doneJustin Ruggles
2013-02-12lavr: print out the mix matrix in ff_audio_mix_set_matrix()Justin Ruggles
2013-01-18lavr: always reset mix function names and pointers in mix_function_init()Justin Ruggles
2013-01-18lavr: call mix_function_init() in ff_audio_mix_set_matrix()Justin Ruggles
2013-01-08lavr: log channel conversion description for any-to-any functionsJustin Ruggles
2013-01-08lavr: mix: reduce the mixing matrix when possibleJustin Ruggles
2012-12-17avresample: use valid log context in mixing functionsHendrik Leppkes
2012-12-15lavr: move AudioMix struct definition to audio_mix.cJustin Ruggles
2012-12-11lavr: temporarily store custom matrix in AVAudioResampleContextJustin Ruggles
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-15libavresample: add mix level normalization optionJohn Stebbins
2012-08-04lavr: fix handling of custom mix matricesJustin Ruggles
2012-07-08lavr: mix: validate internal sample format in ff_audio_mix_init()Justin Ruggles
2012-06-18Add Dolby/DPLII downmix support to libavresampleJohn Stebbins
2012-05-29lavr: add C functions for mixing 2 to 1 channels with s16p formatJustin Ruggles
2012-05-01lavr: use 8.8 instead of 10.6 as the 16-bit fixed-point mixing coeff typeJustin Ruggles
2012-04-25Add libavresampleJustin Ruggles