summaryrefslogtreecommitdiff
path: root/libavcodec/aacsbr.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-01
|\
| * aacsbr: use a swap index for the Y matrix rather than copy buffers.Christophe Gisquet2012-03-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-29
|\|
| * aacsbr: align some arraysMans Rullgard2012-01-28
| * aacsbr: move some simdable loops to function pointersMans Rullgard2012-01-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-11
|\|
| * aacsbr: prevent out of bounds memcpy().Alex Converse2012-01-10
* | aacsbr: Fix memory corruption.Michael Niedermayer2011-12-15
* | aacsbr: prevent multiple ff_aac_sbr_ctx_init()Michael Niedermayer2011-09-23
* | aacsbr: add a assert0 to check for a inconsistency thatMichael Niedermayer2011-09-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-19
|\|
| * Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbisJustin Ruggles2011-05-18
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-27
|\|
| * aac: add headers needed for log2f()Michael Niedermayer2011-04-26
* | aac: add math.h needed for log2f()Michael Niedermayer2011-04-23
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-21
|\|
| * fft: remove inline wrappers for function pointersMans Rullgard2011-03-19
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * aac: remove dead SBR input scalingAlex Converse2011-02-14
| * Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-28
* | aac: remove dead SBR input scalingAlex Converse2011-02-14
* | Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-28
|/
* aacsbr: Eliminate double precision arithmetic.Alex Converse2010-07-13
* Move Parametric Stereo related ps* files to aacps*.Alex Converse2010-06-22
* aacsbr: Make dk signed. There is no point in it being unsigned.Alex Converse2010-06-20
* 10l: aacsbr: Fix f_master[2] calculation when k2diff == -1.Alex Converse2010-06-20
* Add HE-AAC v2 support to the AAC decoder.Alex Converse2010-06-19
* Cosmetics: Fold constants and re-indent after last commit.Alex Converse2010-06-08
* Base downsampled SBR synthesis filterbank on a single IMDCT.Alex Converse2010-06-08
* 10l: Fix types and now unused variables after last commit.Alex Converse2010-06-07
* Rewrite the SBR decoder QMF analysis filter on top of the IMDCT instead of th...Alex Converse2010-06-07
* aacdec: Rename avccontext to avctx.Alex Converse2010-06-05
* 10l: The SBR refactor requires the use of 2 independent output X buffers.Alex Converse2010-05-03
* Enforce time border monotonicity.Alex Converse2010-04-30
* Move the SBR patch count check to prevent overwrites.Alex Converse2010-04-30
* Increase size of patch_borders[].Alex Converse2010-04-30
* ReindentAlex Converse2010-04-30
* Rewrite ff_sbr_apply in a manner more friendly to PS.Alex Converse2010-04-30
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Reindent read_sbr_extension.Alex Converse2010-04-08
* Print an error and skip PS when PS is found but explicitly found butAlex Converse2010-04-08
* aacsbr: DSPUtilize analysis input scaling.Alex Converse2010-03-13
* aac: Don't bias output during the IMDCT if SBR will be used.Alex Converse2010-03-13
* aacsbr: Check that bs_num_env is valid before writing arrays with it as an of...Alex Converse2010-03-09
* aacsbr: Cleanup read_sbr_grid and copy_sbr_grid after the recent overhaul of ...Alex Converse2010-03-09
* aacsbr: Factor out the common end border case from t_q setup.Alex Converse2010-03-09
* aacsbr: read bs_rel_bord directly into t_env.Alex Converse2010-03-09
* aacsbr: Make the previous value of bs_num_env local to read_sbr_data().Alex Converse2010-03-09
* aacsbr: Initialize e_a[1] to -1.Alex Converse2010-03-09
* aacsbr: Dead code removal.Alex Converse2010-03-09