summaryrefslogtreecommitdiff
path: root/libavcodec/aacsbr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-111-3/+4
|\
| * aacsbr: prevent out of bounds memcpy().Alex Converse2012-01-101-3/+4
* | aacsbr: Fix memory corruption.Michael Niedermayer2011-12-151-1/+1
* | aacsbr: prevent multiple ff_aac_sbr_ctx_init()Michael Niedermayer2011-09-231-0/+2
* | aacsbr: add a assert0 to check for a inconsistency thatMichael Niedermayer2011-09-231-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-191-3/+8
|\ \ | |/
| * Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbisJustin Ruggles2011-05-181-3/+8
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-0/+1
|\ \ | |/
| * aac: add headers needed for log2f()Michael Niedermayer2011-04-261-0/+1
* | aac: add math.h needed for log2f()Michael Niedermayer2011-04-231-0/+1
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-211-4/+4
|\ \ | |/
| * fft: remove inline wrappers for function pointersMans Rullgard2011-03-191-4/+4
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * aac: remove dead SBR input scalingAlex Converse2011-02-141-7/+3
| * Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-281-10/+3
* | aac: remove dead SBR input scalingAlex Converse2011-02-141-7/+3
* | Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-281-10/+3
|/
* aacsbr: Eliminate double precision arithmetic.Alex Converse2010-07-131-2/+2
* Move Parametric Stereo related ps* files to aacps*.Alex Converse2010-06-221-1/+1
* aacsbr: Make dk signed. There is no point in it being unsigned.Alex Converse2010-06-201-2/+1
* 10l: aacsbr: Fix f_master[2] calculation when k2diff == -1.Alex Converse2010-06-201-1/+1
* Add HE-AAC v2 support to the AAC decoder.Alex Converse2010-06-191-6/+24
* Cosmetics: Fold constants and re-indent after last commit.Alex Converse2010-06-081-5/+5
* Base downsampled SBR synthesis filterbank on a single IMDCT.Alex Converse2010-06-081-10/+11
* 10l: Fix types and now unused variables after last commit.Alex Converse2010-06-071-3/+2
* Rewrite the SBR decoder QMF analysis filter on top of the IMDCT instead of th...Alex Converse2010-06-071-28/+16
* aacdec: Rename avccontext to avctx.Alex Converse2010-06-051-27/+27
* 10l: The SBR refactor requires the use of 2 independent output X buffers.Alex Converse2010-05-031-3/+3
* Enforce time border monotonicity.Alex Converse2010-04-301-0/+7
* Move the SBR patch count check to prevent overwrites.Alex Converse2010-04-301-7/+9
* Increase size of patch_borders[].Alex Converse2010-04-301-1/+1
* ReindentAlex Converse2010-04-301-21/+21
* Rewrite ff_sbr_apply in a manner more friendly to PS.Alex Converse2010-04-301-12/+18
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Reindent read_sbr_extension.Alex Converse2010-04-081-7/+7
* Print an error and skip PS when PS is found but explicitly found butAlex Converse2010-04-081-0/+6
* aacsbr: DSPUtilize analysis input scaling.Alex Converse2010-03-131-2/+1
* aac: Don't bias output during the IMDCT if SBR will be used.Alex Converse2010-03-131-4/+4
* aacsbr: Check that bs_num_env is valid before writing arrays with it as an of...Alex Converse2010-03-091-1/+2
* aacsbr: Cleanup read_sbr_grid and copy_sbr_grid after the recent overhaul of ...Alex Converse2010-03-091-28/+27
* aacsbr: Factor out the common end border case from t_q setup.Alex Converse2010-03-091-3/+2
* aacsbr: read bs_rel_bord directly into t_env.Alex Converse2010-03-091-28/+19
* aacsbr: Make the previous value of bs_num_env local to read_sbr_data().Alex Converse2010-03-091-54/+53
* aacsbr: Initialize e_a[1] to -1.Alex Converse2010-03-091-0/+1
* aacsbr: Dead code removal.Alex Converse2010-03-091-6/+0
* aacsbr: Remove a slightly incorrect comment.Alex Converse2010-03-091-1/+1
* aacsbr: Cleanup the newly merged read_sbr_grid, eliminating several contextAlex Converse2010-03-091-61/+48
* aacsbr: Move the e_a calculation from sbr_mapping() to read_sbr_grid().Alex Converse2010-03-091-7/+9
* aacsbr: Merge sbr_time_freq_grid into read_sbr_grid (and into copy_sbr_grid).Alex Converse2010-03-091-76/+66
* aacsbr: Fail early on illegal envelope counts.Alex Converse2010-03-091-12/+14