summaryrefslogtreecommitdiff
path: root/libavresample/resample.c
Commit message (Expand)AuthorAge
* Merge commit 'a24a252709dd38f12aa4929ce4981f87091a5113'Michael Niedermayer2014-04-25
|\
| * aarch64: NEON optimized FIR audio resamplingJanne Grunau2014-04-24
* | Merge commit 'cae8df78759c2e69257f7fe58842f34c0d98a7ec'Michael Niedermayer2014-04-25
|\|
| * lavr: define ResampleContext in resample.hJanne Grunau2014-04-24
* | Merge commit '21d8f4da91673051ad7055cf63d989488a56368e'Michael Niedermayer2014-04-17
|\|
| * resample: remove an unneeded context variableAnton Khirnov2014-04-17
* | Merge commit 'f7c5fd81516fb7b186c64c66dc080e1139586226'Michael Niedermayer2014-04-13
|\|
| * resample: implement flushingAnton Khirnov2014-04-13
* | Merge commit '254c95cdd1b669a722204a4a65974fc2523c8f83'Michael Niedermayer2014-04-11
|\|
| * resample: split linear into its own functionAnton Khirnov2014-04-11
* | Merge commit 'be394968c81019887ef996a78a526bdd85d1e216'Michael Niedermayer2014-04-11
|\|
| * resample: add initial padding explicitlyAnton Khirnov2014-04-11
* | Merge commit 'f20892eb67a7b4b5a3c080388a35a3380516a805'Michael Niedermayer2014-04-11
|\|
| * resample: split the nearest neighbour path into a separate function pointerAnton Khirnov2014-04-11
* | Merge commit 'b9dea23766f52b8e059e72d34980bb7b456efe8f'Michael Niedermayer2014-04-11
|\|
| * resample: fix avresample_get_delay() return valueAnton Khirnov2014-04-11
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-30
|/
* 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