| Commit message (Expand) | Author | Age | Files | Lines |
* | libavresample: NEON optimized FIR audio resampling | Peter Meerwald | 2015-02-21 | 1 | -0/+2 |
* | aarch64: NEON optimized FIR audio resampling | Janne Grunau | 2014-04-24 | 1 | -0/+3 |
* | lavr: define ResampleContext in resample.h | Janne Grunau | 2014-04-24 | 1 | -29/+0 |
* | resample: remove an unneeded context variable | Anton Khirnov | 2014-04-17 | 1 | -8/+3 |
* | resample: implement flushing | Anton Khirnov | 2014-04-13 | 1 | -7/+39 |
* | resample: split linear into its own function | Anton Khirnov | 2014-04-11 | 1 | -4/+4 |
* | resample: add initial padding explicitly | Anton Khirnov | 2014-04-11 | 1 | -14/+32 |
* | resample: split the nearest neighbour path into a separate function pointer | Anton Khirnov | 2014-04-11 | 1 | -8/+17 |
* | resample: fix avresample_get_delay() return value | Anton Khirnov | 2014-04-11 | 1 | -1/+5 |
* | lavr: typedef internal structs in internal.h | Justin Ruggles | 2013-01-07 | 1 | -0/+1 |
* | lavr: remove automatic context close/open for resampling compensation | Justin Ruggles | 2012-12-16 | 1 | -2/+7 |
* | lavr: only save/restore the mixing matrix if mixing is being done | Justin Ruggles | 2012-12-16 | 1 | -6/+12 |
* | lavr: do not pass consumed samples as a parameter to ff_audio_resample() | Justin Ruggles | 2012-11-27 | 1 | -5/+4 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | avresample: De-doxygenize some comments where Doxygen is not appropriate | Diego Biurrun | 2012-08-11 | 1 | -15/+2 |
* | lavr: resampling: add support for s32p, fltp, and dblp internal sample formats | Justin Ruggles | 2012-07-08 | 1 | -87/+76 |
* | lavr: resampling: add filter type and Kaiser window beta to AVOptions | Justin Ruggles | 2012-07-08 | 1 | -13/+14 |
* | Add libavresample | Justin Ruggles | 2012-04-24 | 1 | -0/+480 |