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
2013-02-24Merge commit '45235ac488363e3360bf2f2275102d1ec66eba0f'Michael Niedermayer
2013-02-24lavr: allow setting internal_sample_fmt option by stringJustin Ruggles
2013-02-24lavr: Add "resample_cutoff" option as a duplicate of "cutoff"Justin Ruggles
2013-02-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-13Merge commit '1647da89dd8ac09a55c111589f7a30d7e6b87d90'Michael Niedermayer
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-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-01-09Merge commit '1fb8f6a44f06e48386450fe0363aefc02583d24a'Michael Niedermayer
2013-01-08x86: lavr: add SSE2 quantize() for ditheringJustin Ruggles
2013-01-08x86: lavr: add SSE2/AVX dither_int_to_float()Justin Ruggles
2013-01-08Merge commit '8729698d50739524665090e083d1bfdf28235724'Michael Niedermayer
2013-01-08Merge commit '074a00d192c0e749d677b008b337da42597e780f'Michael Niedermayer
2013-01-08lavr: log channel conversion description for any-to-any functionsJustin Ruggles
2013-01-08lavr: add a public function for setting a custom channel mapJustin Ruggles
2013-01-08lavr: mix: reduce the mixing matrix when possibleJustin Ruggles
2013-01-08lavr: cosmetics: reindentJustin Ruggles
2013-01-08lavr: typedef internal structs in internal.hJustin Ruggles
2013-01-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-01-06x86: lavr: use the x86inc.asm automatic stack alignment in mixing functionsJustin Ruggles
2013-01-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-01-04lavr: fix missing " in header documentationPeter Meerwald
2012-12-21Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-12-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-20lavr: add option for dithering during sample format conversion to s16Justin Ruggles
2012-12-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-17Merge commit 'f322b2073581119de5da74f92a03309a36891cfa'Michael Niedermayer
2012-12-17avresample: use valid log context in mixing functionsHendrik Leppkes
2012-12-17lavr: only save/restore the mixing matrix if mixing is being doneJustin Ruggles
2012-12-17lavr: remove automatic context close/open for resampling compensationJustin Ruggles
2012-12-16Merge commit '27c8337e595a058347150269d5c2c48281e4285b'Michael Niedermayer
2012-12-15lavr: move AudioMix struct definition to audio_mix.cJustin Ruggles
2012-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-12Merge commit '14758e3211d34a97c42b07acae117ce5627d7f57'Michael Niedermayer
2012-12-12lavr: fix segfault due to overlooked change needed in 14758e3Justin Ruggles
2012-12-11lavr: temporarily store custom matrix in AVAudioResampleContextJustin Ruggles
2012-12-11lavr: clarify documentation for avresample_get/set_matrix()Justin Ruggles
2012-11-28Merge commit 'f5fa03660db16f9d78abc5a626438b4d0b54f563'Michael Niedermayer
2012-11-28lavr: do not pass consumed samples as a parameter to ff_audio_resample()Justin Ruggles
2012-11-28lavr: correct the documentation for the ff_audio_resample() return valueJustin Ruggles
2012-11-28lavr: do not pass sample count as a parameter to ff_audio_convert()Justin Ruggles
2012-11-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-18x86: lavr: fix stack allocation for 7 and 8 channel downmixing on x86-32Ronald S. Bultje