- Sep 30, 2016
-
-
Justin Ruggles authored
Adds a wrapper function for downmixing which detects channel count changes and updates the selected downmix function accordingly. Simplification and porting to current x86inc infrastructure by Diego Biurrun. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Justin Ruggles authored
Also use (float **) instead of (float (*)[2]). This matches the matrix layout in libavresample so we can reuse assembly code between the two. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- Apr 01, 2014
-
-
Nedeljko Babic authored
Signed-off-by:
Nedeljko Babic <nbabic@mips.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Mar 13, 2014
-
-
Diego Biurrun authored
-
- Dec 08, 2013
-
-
Diego Biurrun authored
The (optimized) functions are used nowhere else.
-
- Dec 09, 2012
-
-
Mans Rullgard authored
-
- Nov 19, 2012
-
-
Bojan Zivkovic authored
Signed-off-by:
Bojan Zivkovic <bojan@mips.com> Reveiwed-by:
Vitor Sessak <vitor1001@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 12, 2012
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Jul 05, 2011
-
-
Mans Rullgard authored
-
- May 28, 2011
-
-
Justin Ruggles authored
instead of just 0 to 4. This does all the actual bit counting as a final step.
-
- Apr 04, 2011
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Mar 30, 2011
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Mar 29, 2011
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Mar 24, 2011
-
-
Mans Rullgard authored
-
- Mar 19, 2011
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Mar 17, 2011
-
-
Justin Ruggles authored
and use in scale_coefficients() for the floating-point AC-3 encoder.
-
- Mar 15, 2011
-
-
Michael Niedermayer authored
This reverts commit cc4d3dd3. revert at authors request due to better impementation being available Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Mar 14, 2011
-
-
Justin Ruggles authored
-
- Mar 08, 2011
-
-
Justin Ruggles authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Feb 14, 2011
-
-
Justin Ruggles authored
AC3DSPContext.ac3_max_msb_abs_int16() finds the maximum MSB of the absolute value of each element in an array of int16_t. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit fbb6b49d)
-
- Feb 13, 2011
-
-
Justin Ruggles authored
AC3DSPContext.ac3_max_msb_abs_int16() finds the maximum MSB of the absolute value of each element in an array of int16_t. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- Feb 11, 2011
-
-
Justin Ruggles authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit dda3f0ef)
-
- Feb 10, 2011
-
-
Justin Ruggles authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-