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
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2015-09-29avresample: Remove an unused variableGanesh Ajjanagadde
2015-09-13lavr: Remove unreachable codeVittorio Giovara
2015-08-31lavr: Remove unused labelVittorio Giovara
2015-08-28lavr: Drop deprecated context reinitialization if resampling was not enabledVittorio Giovara
2015-04-29avresample: Reallocate the internal buffer to the correct sizeLuca Barbato
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2015-02-21libavresample: NEON optimized FIR audio resamplingPeter Meerwald
2014-04-24aarch64: NEON optimized FIR audio resamplingJanne Grunau
2014-04-24lavr: define ResampleContext in resample.hJanne Grunau
2014-04-17resample: remove an unneeded context variableAnton Khirnov
2014-04-13resample: implement flushingAnton Khirnov
2014-04-11resample: split linear into its own functionAnton Khirnov
2014-04-11resample: add initial padding explicitlyAnton Khirnov
2014-04-11resample: split the nearest neighbour path into a separate function pointerAnton Khirnov
2014-04-11resample: fix avresample_get_delay() return valueAnton Khirnov
2013-01-08lavr: typedef internal structs in internal.hJustin Ruggles
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-11-28lavr: do not pass consumed samples as a parameter to ff_audio_resample()Justin Ruggles
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-11avresample: De-doxygenize some comments where Doxygen is not appropriateDiego Biurrun
2012-07-08lavr: resampling: add support for s32p, fltp, and dblp internal sample formatsJustin Ruggles
2012-07-08lavr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles
2012-04-25Add libavresampleJustin Ruggles