| Commit message (Expand) | Author | Age | Files | Lines |
* | aacsbr: remove unused variables | Mans Rullgard | 2012-06-03 | 1 | -5/+0 |
* | aacsbr: optimize sine level addition | Michael Niedermayer | 2012-06-03 | 1 | -6/+10 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-18 | 1 | -6/+6 |
|\ |
|
| * | aacdec: More robust output configuration. | Alex Converse | 2012-04-16 | 1 | -6/+6 |
* | | aacsbr: silence message for SBR extension "padding". | Reimar Döffinger | 2012-04-10 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-24 | 1 | -15/+43 |
|\| |
|
| * | aacsbr: Add a debug check to sbr_mapping. | Alex Converse | 2012-03-23 | 1 | -7/+17 |
| * | aac: Reset some state variables when turning SBR off | Alex Converse | 2012-03-23 | 1 | -7/+26 |
| * | Revert "AAC SBR: group some writes." | Ronald S. Bultje | 2012-03-07 | 1 | -6/+12 |
| * | AAC SBR: group some writes. | Christophe Gisquet | 2012-03-07 | 1 | -12/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-01 | 1 | -14/+19 |
|\| |
|
| * | aacsbr: use a swap index for the Y matrix rather than copy buffers. | Christophe Gisquet | 2012-03-01 | 1 | -14/+19 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-29 | 1 | -136/+51 |
|\| |
|
| * | aacsbr: align some arrays | Mans Rullgard | 2012-01-28 | 1 | -3/+5 |
| * | aacsbr: move some simdable loops to function pointers | Mans Rullgard | 2012-01-28 | 1 | -135/+48 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-11 | 1 | -3/+4 |
|\| |
|
| * | aacsbr: prevent out of bounds memcpy(). | Alex Converse | 2012-01-10 | 1 | -3/+4 |
* | | aacsbr: Fix memory corruption. | Michael Niedermayer | 2011-12-15 | 1 | -1/+1 |
* | | aacsbr: prevent multiple ff_aac_sbr_ctx_init() | Michael Niedermayer | 2011-09-23 | 1 | -0/+2 |
* | | aacsbr: add a assert0 to check for a inconsistency that | Michael Niedermayer | 2011-09-23 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-19 | 1 | -3/+8 |
|\| |
|
| * | Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbis | Justin Ruggles | 2011-05-18 | 1 | -3/+8 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-27 | 1 | -0/+1 |
|\| |
|
| * | aac: add headers needed for log2f() | Michael Niedermayer | 2011-04-26 | 1 | -0/+1 |
* | | aac: add math.h needed for log2f() | Michael Niedermayer | 2011-04-23 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-21 | 1 | -4/+4 |
|\| |
|
| * | fft: remove inline wrappers for function pointers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | aac: remove dead SBR input scaling | Alex Converse | 2011-02-14 | 1 | -7/+3 |
| * | Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). | Justin Ruggles | 2011-01-28 | 1 | -10/+3 |
* | | aac: remove dead SBR input scaling | Alex Converse | 2011-02-14 | 1 | -7/+3 |
* | | Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). | Justin Ruggles | 2011-01-28 | 1 | -10/+3 |
|/ |
|
* | aacsbr: Eliminate double precision arithmetic. | Alex Converse | 2010-07-13 | 1 | -2/+2 |
* | Move Parametric Stereo related ps* files to aacps*. | Alex Converse | 2010-06-22 | 1 | -1/+1 |
* | aacsbr: Make dk signed. There is no point in it being unsigned. | Alex Converse | 2010-06-20 | 1 | -2/+1 |
* | 10l: aacsbr: Fix f_master[2] calculation when k2diff == -1. | Alex Converse | 2010-06-20 | 1 | -1/+1 |
* | Add HE-AAC v2 support to the AAC decoder. | Alex Converse | 2010-06-19 | 1 | -6/+24 |
* | Cosmetics: Fold constants and re-indent after last commit. | Alex Converse | 2010-06-08 | 1 | -5/+5 |
* | Base downsampled SBR synthesis filterbank on a single IMDCT. | Alex Converse | 2010-06-08 | 1 | -10/+11 |
* | 10l: Fix types and now unused variables after last commit. | Alex Converse | 2010-06-07 | 1 | -3/+2 |
* | Rewrite the SBR decoder QMF analysis filter on top of the IMDCT instead of th... | Alex Converse | 2010-06-07 | 1 | -28/+16 |
* | aacdec: Rename avccontext to avctx. | Alex Converse | 2010-06-05 | 1 | -27/+27 |
* | 10l: The SBR refactor requires the use of 2 independent output X buffers. | Alex Converse | 2010-05-03 | 1 | -3/+3 |
* | Enforce time border monotonicity. | Alex Converse | 2010-04-30 | 1 | -0/+7 |
* | Move the SBR patch count check to prevent overwrites. | Alex Converse | 2010-04-30 | 1 | -7/+9 |
* | Increase size of patch_borders[]. | Alex Converse | 2010-04-30 | 1 | -1/+1 |
* | Reindent | Alex Converse | 2010-04-30 | 1 | -21/+21 |
* | Rewrite ff_sbr_apply in a manner more friendly to PS. | Alex Converse | 2010-04-30 | 1 | -12/+18 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Reindent read_sbr_extension. | Alex Converse | 2010-04-08 | 1 | -7/+7 |