]> git.sesse.net Git - ffmpeg/history - libavresample/resample.c
arm/aarch64: vp9itxfm: Fix indentation of macro arguments
[ffmpeg] / libavresample / resample.c
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2015-09-29 Ganesh Ajjanagaddeavresample: Remove an unused variable
2015-09-13 Vittorio Giovaralavr: Remove unreachable code
2015-08-31 Vittorio Giovaralavr: Remove unused label
2015-08-28 Vittorio Giovaralavr: Drop deprecated context reinitialization if resam...
2015-04-28 Luca Barbatoavresample: Reallocate the internal buffer to the corre...
2015-04-19 Vittorio GiovaraReplace av_dlog with normal av_log at trace level
2015-02-21 Peter Meerwaldlibavresample: NEON optimized FIR audio resampling
2014-04-24 Janne Grunauaarch64: NEON optimized FIR audio resampling
2014-04-24 Janne Grunaulavr: define ResampleContext in resample.h
2014-04-17 Anton Khirnovresample: remove an unneeded context variable
2014-04-13 Anton Khirnovresample: implement flushing
2014-04-11 Anton Khirnovresample: split linear into its own function
2014-04-11 Anton Khirnovresample: add initial padding explicitly
2014-04-11 Anton Khirnovresample: split the nearest neighbour path into a separ...
2014-04-11 Anton Khirnovresample: fix avresample_get_delay() return value
2013-01-08 Justin Ruggleslavr: typedef internal structs in internal.h
2012-12-17 Justin Ruggleslavr: remove automatic context close/open for resamplin...
2012-12-17 Justin Ruggleslavr: only save/restore the mixing matrix if mixing...
2012-11-27 Justin Ruggleslavr: do not pass consumed samples as a parameter to...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-11 Diego Biurrunavresample: De-doxygenize some comments where Doxygen...
2012-07-08 Justin Ruggleslavr: resampling: add support for s32p, fltp, and dblp...
2012-07-08 Justin Ruggleslavr: resampling: add filter type and Kaiser window...
2012-04-25 Justin RugglesAdd libavresample