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-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2013-08-03Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e'Michael Niedermayer
2013-08-02Give less generic names to global library option arraysDiego Biurrun
2013-07-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-07-25miscellaneous typo fixesDiego Biurrun
2013-07-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-07-18Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun
2013-05-18Merge commit '006ec64877fb638de4b15ae5fd969e22bd0f60ca'Michael Niedermayer
2013-05-17lavr doxy: add version.h to the lavr groupAnton Khirnov
2013-05-05Merge commit 'e445647b4fdf481b13b2743b303d84de4f43bedd'Michael Niedermayer
2013-05-04avresample: Add av_cold attributes to init functions missing themDiego Biurrun
2013-03-28Merge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa'Michael Niedermayer
2013-03-27cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun
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