- Feb 22, 2014
-
-
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.
-
Justin Ruggles authored
-
Justin Ruggles authored
If the matrix reduction ends up with no mixing matrix needed, we need to still reset the mix function accordingly and log the info to the user.
-
Justin Ruggles authored
This will print the new matrix if it is set after initialization.
-
- Jan 18, 2013
-
-
Justin Ruggles authored
CC: libav-stable@libav.org
-
Justin Ruggles authored
This is needed if a custom matrix is set by the user after opening the AVAudioResampleContext because the matrix channel count can change if different mixing coefficients are used. CC:libav-stable@libav.org
-
- Jan 08, 2013
-
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
If the matrix results in an output channel not getting a contribution from any input channel and the corresponding input channel does not contribute to any outputs, we can skip the channel during mixing and silence it after mixing. If the matrix results in an input channel not contributing to any output channels and it is not in the output mix, or if the input channel only contributes fully to the same output channel, we can skip the channel during mixing. If the matrix results in an output channel only getting full contribution from the corresponding input channel and that input channel does not contribute to any other output channels, we can skip the channel during mixing.
-
Justin Ruggles authored
-
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.
-
- Jan 05, 2013
-
-
Justin Ruggles authored
CC:libav-stable@libav.org
-
- Jan 04, 2013
-
-
Peter Meerwald authored
Signed-off-by:
Peter Meerwald <p.meerwald@bct-electronic.com> Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Dec 20, 2012
-
-
Diego Biurrun authored
-
- Dec 19, 2012
-
-
Justin Ruggles authored
-