- 28 Aug, 2015 1 commit
-
-
Vittorio Giovara authored
Deprecated in 11/2012.
-
- 28 Apr, 2015 1 commit
-
-
Luca Barbato authored
Fixes the corner case in which the internal buffer size is larger than input buffer provided and resizing it before moving the left over samples would make it write to now unallocated memory. Bug-Id: 825 CC: libav-stable@libav.org Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 19 Apr, 2015 1 commit
-
-
Vittorio Giovara authored
This applies to every library where performance is not critical.
-
- 21 Feb, 2015 1 commit
-
-
Peter Meerwald authored
modelled after aarch64 code on Cortex-A8, s16 and s32 code is about 2x faster, float code about 7x faster Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 24 Apr, 2014 2 commits
-
-
Janne Grunau authored
Optimized for the default filter length 16. 30% faster opus silk decoding.
-
Janne Grunau authored
Required for arch optimized resampling.
-
- 17 Apr, 2014 1 commit
-
-
Anton Khirnov authored
-
- 13 Apr, 2014 1 commit
-
-
Anton Khirnov authored
-
- 11 Apr, 2014 4 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
This simplifies the code, since we do not have to deal with a possibly negative source index anymore.
-
Anton Khirnov authored
-
Anton Khirnov authored
The correct "next" input sample is not the first sample of the resampling buffer, but the center sample of the filter_length-sized block at the beginning. CC:libav-stable@libav.org
-
- 30 Aug, 2013 1 commit
-
-
Thilo Borgmann authored
-
- 08 Jan, 2013 1 commit
-
-
Justin Ruggles authored
Simplifies header dependencies by not including all other internal headers in internal.h.
-
- 17 Dec, 2012 2 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
It adds unnecessary complication for insignificant usability improvement. The user really should know if they'll need resampling compensation before opening the context. Note that only the documentation has changed. The current functionality will still work until the next major bump.
-
- 27 Nov, 2012 1 commit
-
-
Justin Ruggles authored
Since the resampler handles buffering of unconsumed samples internally, the caller does not need this information.
-
- 15 Aug, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 11 Aug, 2012 1 commit
-
-
Diego Biurrun authored
-
- 08 Jul, 2012 2 commits
-
-
Justin Ruggles authored
Based partially on implementation by Michael Niedermayer <michaelni@gmx.at> in libswresample in FFmpeg. See commits: 7f1ae79d 24ab1abf
-
Justin Ruggles authored
-
- 25 Apr, 2012 1 commit
-
-
Justin Ruggles authored
This is a new library for audio sample format, channel layout, and sample rate conversion.
-