summaryrefslogtreecommitdiff
path: root/libavresample/resample.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* avresample: Remove an unused variableGanesh Ajjanagadde2015-09-29
* lavr: Remove unreachable codeVittorio Giovara2015-09-13
* lavr: Remove unused labelVittorio Giovara2015-08-31
* lavr: Drop deprecated context reinitialization if resampling was not enabledVittorio Giovara2015-08-28
* avresample: Reallocate the internal buffer to the correct sizeLuca Barbato2015-04-28
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* libavresample: NEON optimized FIR audio resamplingPeter Meerwald2015-02-21
* aarch64: NEON optimized FIR audio resamplingJanne Grunau2014-04-24
* lavr: define ResampleContext in resample.hJanne Grunau2014-04-24
* resample: remove an unneeded context variableAnton Khirnov2014-04-17
* resample: implement flushingAnton Khirnov2014-04-13
* resample: split linear into its own functionAnton Khirnov2014-04-11
* resample: add initial padding explicitlyAnton Khirnov2014-04-11
* resample: split the nearest neighbour path into a separate function pointerAnton Khirnov2014-04-11
* resample: fix avresample_get_delay() return valueAnton Khirnov2014-04-11
* lavr: typedef internal structs in internal.hJustin Ruggles2013-01-07
* lavr: remove automatic context close/open for resampling compensationJustin Ruggles2012-12-16
* lavr: only save/restore the mixing matrix if mixing is being doneJustin Ruggles2012-12-16
* lavr: do not pass consumed samples as a parameter to ff_audio_resample()Justin Ruggles2012-11-27
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* avresample: De-doxygenize some comments where Doxygen is not appropriateDiego Biurrun2012-08-11
* lavr: resampling: add support for s32p, fltp, and dblp internal sample formatsJustin Ruggles2012-07-08
* lavr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles2012-07-08
* Add libavresampleJustin Ruggles2012-04-24