summaryrefslogtreecommitdiffstats
path: root/libavresample/resample.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
| * avresample: Remove an unused variableGanesh Ajjanagadde2015-09-291-1/+0
* | avresample/resample: remove unused variableGanesh Ajjanagadde2015-09-191-1/+0
* | Merge commit 'c7247eb7fe2b95803983e8f7c4f0e904f050ca7b'Hendrik Leppkes2015-09-161-4/+1
|\ \ | |/
| * lavr: Remove unreachable codeVittorio Giovara2015-09-131-4/+1
* | Merge commit '9a003fc38833b6b9f08e44d7f1c6539db65840a0'Hendrik Leppkes2015-09-071-1/+0
|\ \ | |/
| * lavr: Remove unused labelVittorio Giovara2015-08-311-1/+0
* | Merge commit '11b2eed43e91b35b8295ed47115cae2e29bd687d'Hendrik Leppkes2015-09-051-54/+0
|\ \ | |/
| * lavr: Drop deprecated context reinitialization if resampling was not enabledVittorio Giovara2015-08-281-54/+0
* | Merge commit '0ac8ff618c5e6d878c547a8877e714ed728950ce'Michael Niedermayer2015-04-291-1/+3
|\ \ | |/
| * avresample: Reallocate the internal buffer to the correct sizeLuca Barbato2015-04-281-1/+3
* | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-201-1/+1
|\ \ | |/
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-191-1/+1
* | Merge commit '12655c48049f9a52e5504bde90fe738862b0ff08'Michael Niedermayer2015-02-221-0/+2
|\ \ | |/
| * libavresample: NEON optimized FIR audio resamplingPeter Meerwald2015-02-211-0/+2
* | Merge commit 'a24a252709dd38f12aa4929ce4981f87091a5113'Michael Niedermayer2014-04-251-0/+3
|\ \ | |/
| * aarch64: NEON optimized FIR audio resamplingJanne Grunau2014-04-241-0/+3
* | Merge commit 'cae8df78759c2e69257f7fe58842f34c0d98a7ec'Michael Niedermayer2014-04-251-29/+0
|\ \ | |/
| * lavr: define ResampleContext in resample.hJanne Grunau2014-04-241-29/+0
* | Merge commit '21d8f4da91673051ad7055cf63d989488a56368e'Michael Niedermayer2014-04-171-8/+3
|\ \ | |/
| * resample: remove an unneeded context variableAnton Khirnov2014-04-171-8/+3
* | Merge commit 'f7c5fd81516fb7b186c64c66dc080e1139586226'Michael Niedermayer2014-04-131-7/+39
|\ \ | |/
| * resample: implement flushingAnton Khirnov2014-04-131-7/+39
* | Merge commit '254c95cdd1b669a722204a4a65974fc2523c8f83'Michael Niedermayer2014-04-111-4/+4
|\ \ | |/
| * resample: split linear into its own functionAnton Khirnov2014-04-111-4/+4
* | Merge commit 'be394968c81019887ef996a78a526bdd85d1e216'Michael Niedermayer2014-04-111-14/+32
|\ \ | |/
| * resample: add initial padding explicitlyAnton Khirnov2014-04-111-14/+32
* | Merge commit 'f20892eb67a7b4b5a3c080388a35a3380516a805'Michael Niedermayer2014-04-111-8/+17
|\ \ | |/
| * resample: split the nearest neighbour path into a separate function pointerAnton Khirnov2014-04-111-8/+17
* | Merge commit 'b9dea23766f52b8e059e72d34980bb7b456efe8f'Michael Niedermayer2014-04-111-1/+5
|\ \ | |/
| * resample: fix avresample_get_delay() return valueAnton Khirnov2014-04-111-1/+5
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
|/
* lavr: typedef internal structs in internal.hJustin Ruggles2013-01-071-0/+1
* lavr: remove automatic context close/open for resampling compensationJustin Ruggles2012-12-161-2/+7
* lavr: only save/restore the mixing matrix if mixing is being doneJustin Ruggles2012-12-161-6/+12
* lavr: do not pass consumed samples as a parameter to ff_audio_resample()Justin Ruggles2012-11-271-5/+4
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* avresample: De-doxygenize some comments where Doxygen is not appropriateDiego Biurrun2012-08-111-15/+2
* lavr: resampling: add support for s32p, fltp, and dblp internal sample formatsJustin Ruggles2012-07-081-87/+76
* lavr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles2012-07-081-13/+14
* Add libavresampleJustin Ruggles2012-04-241-0/+480
OpenPOWER on IntegriCloud