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
2012-07-02swr: fix warning: passing argument 1 of s->mix_any_f from incompatible pointe...Michael Niedermayer
2012-06-12swr: SIMD rematrixing and SSE/AVX mix_1_1 floatMichael Niedermayer
2012-06-12swr: add native matrix for SIMDMichael Niedermayer
2012-06-12swr: add function pointers for SIMD rematrixingMichael Niedermayer
2012-06-08swr: add all in one rematrixing function ptrMichael Niedermayer
2012-05-19swr: add swr_next_pts()Michael Niedermayer
2012-05-19swr: add swr_drop_output()Michael Niedermayer
2012-05-02swr: add lfe_mix_levelJustin Ruggles
2012-05-01swr: add and use function pointers for rematrixMichael Niedermayer
2012-05-01swr: add native matrix for rematrixingMichael Niedermayer
2012-04-29swr: add sample format to AudioDataMichael Niedermayer
2012-04-29swr: add set_audiodata_fmt() and use it to simplify codeMichael Niedermayer
2012-04-28swr: add int16_to_int32_mmx/sseMichael Niedermayer
2012-04-28swr: change sample format representation so as to maintain the planer/packed ...Michael Niedermayer
2012-04-26swr: pass resample parameters from the user to the resampler.Michael Niedermayer
2012-04-11swr: add a dither_scale parameter to tune the amplitude of the dither.Michael Niedermayer
2012-04-11swr: pass context to swri_get_dither()Michael Niedermayer
2012-04-11swr: generate more dither noise to improve quality.Michael Niedermayer
2012-04-11swr: fix copy & pasted comment to match the code.Michael Niedermayer
2012-04-10swr: add dither support.Michael Niedermayer
2012-04-10resample: support double precission resamplingMichael Niedermayer
2012-04-10swr: support float & int32 in the resamplerMichael Niedermayer
2012-03-25swr: allow flushing in multiple steps if the output is too small.Michael Niedermayer
2012-03-25swr: fix compilation failure with old versions of gcc.Michael Niedermayer
2012-02-20libswr: allow to set custom matrices.Nicolas George
2011-11-17swr: doxument matrix fields.Michael Niedermayer
2011-11-17swr: surround mixing is obviously used, fix comment.Clément Bœsch
2011-11-17swr: use int16_t instead of short for resampling.Clément Bœsch
2011-11-17swr: start doxycommenting the API.Clément Bœsch
2011-11-17swr: use "swri_" prefix instead of "swr_" for the private API.Clément Bœsch
2011-11-17swr: drop 'AV' prefix from ResampleContext.Clément Bœsch
2011-11-17swr: make audio convert code explicitely private.Clément Bœsch
2011-11-04ffmpeg: add -map_channel option.Clément Bœsch
2011-10-26rematrix: add parameter to tune volumeMichael Niedermayer
2011-10-26rematrix: change type of integers from 16 to 32bit to allow increasing volume...Michael Niedermayer
2011-10-21swr: Fix assignment discards qualifiers from pointer target type warning.Michael Niedermayer
2011-10-21swr: Mark src as const in swr_resample()Michael Niedermayer
2011-10-06libswresample: support directly converting sampleformats and packed/planar in...Michael Niedermayer
2011-09-19rematrix: dont use floats for int16 code.Michael Niedermayer
2011-09-19Add libswresample.Michael Niedermayer