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-10-27lavr: check that current_buffer is not NULL before using itJustin Ruggles
2013-10-14x86inc: Remove our FMA4 supportDerek Buitenhuis
2013-10-14avresample/x86: Switch operand order for mulpsDerek Buitenhuis
2013-10-12audio_mix: fix channel order in mix_1_to_2_fltp_flt_cAnton Khirnov
2013-08-02Give less generic names to global library option arraysDiego Biurrun
2013-07-25miscellaneous typo fixesDiego Biurrun
2013-07-18Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun
2013-05-17lavr doxy: add version.h to the lavr groupAnton Khirnov
2013-05-04avresample: Add av_cold attributes to init functions missing themDiego Biurrun
2013-03-27cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun
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-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-08x86: lavr: add SSE2/AVX dither_int_to_float()Justin Ruggles
2013-01-08x86: lavr: add SSE2 quantize() for ditheringJustin 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
2013-01-08lavr: cosmetics: reindentJustin Ruggles
2013-01-08lavr: add a public function for setting a custom channel mapJustin Ruggles
2013-01-08lavr: typedef internal structs in internal.hJustin Ruggles
2013-01-06x86: lavr: use the x86inc.asm automatic stack alignment in mixing functionsJustin Ruggles
2013-01-04lavr: fix missing " in header documentationPeter Meerwald
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-12-20lavr: add option for dithering during sample format conversion to s16Justin Ruggles
2012-12-17avresample: use valid log context in mixing functionsHendrik Leppkes
2012-12-17lavr: remove automatic context close/open for resampling compensationJustin Ruggles
2012-12-17lavr: only save/restore the mixing matrix if mixing is being doneJustin Ruggles
2012-12-15lavr: move AudioMix struct definition to audio_mix.cJustin Ruggles
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-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-18x86: lavr: fix stack allocation for 7 and 8 channel downmixing on x86-32Ronald S. Bultje
2012-11-18lavr: fix the decision for writing directly to the output bufferJustin Ruggles
2012-11-11build: Drop AVX assembly ifdefsDiego Biurrun
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-11-10x86: PALIGNR: port to cpuflagsDiego Biurrun
2012-11-06x86: avresample: Add missing colons to assembly labelsDiego Biurrun
2012-10-31x86: yasm: Use complete source path for macro helper %includesDiego Biurrun
2012-10-31x86: include x86inc.asm in x86util.asmDiego Biurrun
2012-10-29lavr: document upper bound on number of output samples.Anton Khirnov
2012-10-29lavr: add general API usage doxyAnton Khirnov