- May 13, 2014
-
-
Janne Grunau authored
Instead of setting FFLIBS in each library Makefile configure exports FFLIBS-$library in config.mak.
-
- Apr 24, 2014
-
-
Janne Grunau authored
Optimized for the default filter length 16. 30% faster opus silk decoding.
-
Janne Grunau authored
Required for arch optimized resampling.
-
- Apr 22, 2014
-
-
Janne Grunau authored
-
- Apr 17, 2014
-
-
Anton Khirnov authored
-
- Apr 13, 2014
-
-
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
-
Anton Khirnov authored
-
- Apr 11, 2014
-
-
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
negative sample_index is handled in the block above.
-
Anton Khirnov authored
-
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
-
- Apr 04, 2014
-
-
Diego Biurrun authored
Dead code elimination is enough to avoid undefined references in these cases.
-
- Mar 26, 2014
-
-
Diego Biurrun authored
-
- Feb 22, 2014
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- Feb 08, 2014
-
-
Tim Walker authored
When mixing 3 front channels into 2, the center channel is mixed into left and right with the center mix level, not -3dB.
-
- Feb 07, 2014
-
-
Martin Storsjö authored
Don't rely on the fact that an unprefixed label currently exists. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Jan 15, 2014
-
-
Janne Grunau authored
-
- Jan 13, 2014
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Jan 03, 2014
-
-
Anton Khirnov authored
-
Anton Khirnov authored
Specifically, when the corresponding input channel exists and its matrix column is all-zero (which is necessary for zeroing the output), the matrix column must be removed from the matrix. This is not done currently, so the mixing code would end up using uninitialized pointers from stack. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
-
Anton Khirnov authored
This should make it easier to catch problems where some of those pointers are used uninitialized, since reading from NULL should always crash, while random numbers from stack can turn out to be valid pointers, so random memory may be silently overwritten.
-
- Dec 26, 2013
-
-
Diego Biurrun authored
This is a more sensible place for these macros.
-
- Nov 23, 2013
-
-
Diego Biurrun authored
-
- Oct 27, 2013
-
-
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
-
- Oct 14, 2013
-
-
Derek Buitenhuis authored
This is so we can sync to x264's version of FMA4 support. This partialy reverts commit 79687079. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
With the forthcoming VEX instruction emulation, mulps must have only the third operand point to memory, as this is what vmulps expects. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- Oct 12, 2013
-
-
Anton Khirnov authored
CC:libav-stable@libav.org
-
- Aug 02, 2013
-
-
Diego Biurrun authored
-
- Jul 25, 2013
-
-
Diego Biurrun authored
-
- Jul 17, 2013
-
-
Diego Biurrun authored
-
- May 17, 2013
-
-
Anton Khirnov authored
-
- May 04, 2013
-
-
Diego Biurrun authored
-
- Mar 27, 2013
-
-
Diego Biurrun authored
-
- Feb 23, 2013
-
-
Justin Ruggles authored
-
Justin Ruggles authored
Avoids an option name conflict with libavcodec, which is needed in order to work properly with avconv.
-
- Feb 12, 2013
-
-
Justin Ruggles authored
In some cases when an input contributes fully to the corresponding output, other inputs may also contribute to the same output. This is the case, for example, for the default 5.1 to stereo downmix matrix without normalization.
-
Justin Ruggles authored
Do not skip an output if the corresponding input contributes to other output channels.
-