- 18 Oct, 2014 1 commit
-
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1231986
-
- 10 Aug, 2014 1 commit
-
-
Luca Barbato authored
-
- 03 Aug, 2014 1 commit
-
-
Justin Ruggles authored
This treats mono as planar internally within libavresample rather than changing the sample format. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 28 May, 2014 1 commit
-
-
Luca Barbato authored
Utility function to get the upper bound on the number of samples the resampler would output.
-
- 13 Apr, 2014 1 commit
-
-
Anton Khirnov authored
This fixes cases where very few input samples (fewer than needed for one output sample) are passed to lavr at the beginning. CC:libav-stable@libav.org
-
- 22 Feb, 2014 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 27 Oct, 2013 1 commit
-
-
Justin Ruggles authored
Fixes a segfault during resampling when compiled with -DDEBUG. Fixes all fate-lavr-resample tests with -DDEBUG. CC:libav-stable@libav.org
-
- 30 Aug, 2013 1 commit
-
-
Thilo Borgmann authored
-
- 08 Jan, 2013 2 commits
-
-
Justin Ruggles authored
This allows reordering, duplication, and silencing of input channels.
-
Justin Ruggles authored
Simplifies header dependencies by not including all other internal headers in internal.h.
-
- 19 Dec, 2012 1 commit
-
-
Justin Ruggles authored
-
- 12 Dec, 2012 1 commit
-
-
Justin Ruggles authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 11 Dec, 2012 1 commit
-
-
Justin Ruggles authored
This allows AudioMix to be treated the same way as other conversion contexts and removes the requirement to allocate it at the same time as the AVAudioResampleContext. The current matrix get/set functions are split between the public interface and AudioMix private functions.
-
- 27 Nov, 2012 2 commits
-
-
Justin Ruggles authored
Since the resampler handles buffering of unconsumed samples internally, the caller does not need this information.
-
Justin Ruggles authored
It will always be the number of samples in the input buffer, so just use that directly instead of passing it as a separate parameter.
-
- 18 Nov, 2012 1 commit
-
-
Justin Ruggles authored
If there are any samples remaining in the output fifo from previous conversion calls, we have to output those samples first instead of doing direct output of the current samples.
-
- 05 Oct, 2012 1 commit
-
-
Anton Khirnov authored
This is more consistent with what the rest of Libav does. This breaks API.
-
- 15 Aug, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 04 Aug, 2012 1 commit
-
-
Justin Ruggles authored
Adds some validation for changing parameters after setting the matrix and fixes a bug in the conversion path setup.
-
- 27 Jul, 2012 1 commit
-
-
Justin Ruggles authored
Adds optimized functions for mixing 3 through 8 input channels to 1 and 2 output channels in fltp or s16p format with flt coeffs.
-
- 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
Also make this the default value.
-
- 09 May, 2012 2 commits
-
-
Anton Khirnov authored
This would happen at least when lavr is used as a fifo with no conversion.
-
Anton Khirnov authored
-
- 25 Apr, 2012 1 commit
-
-
Justin Ruggles authored
This is a new library for audio sample format, channel layout, and sample rate conversion.
-