summaryrefslogtreecommitdiff
path: root/libavcodec/aacsbr.c
Commit message (Expand)AuthorAge
...
* 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
* aacsbr: Remove a slightly incorrect comment.Alex Converse2010-03-09
* aacsbr: Cleanup the newly merged read_sbr_grid, eliminating several contextAlex Converse2010-03-09
* aacsbr: Move the e_a calculation from sbr_mapping() to read_sbr_grid().Alex Converse2010-03-09
* aacsbr: Merge sbr_time_freq_grid into read_sbr_grid (and into copy_sbr_grid).Alex Converse2010-03-09
* aacsbr: Fail early on illegal envelope counts.Alex Converse2010-03-09
* aacsbr: Check for illegal values of bs_pointer in sbr_read_grid().Alex Converse2010-03-09
* 10l: Include missing return values in functions made non-void by the previous...Alex Converse2010-03-09
* aacsbr: Propagate errors from read_sbr_grid to prevent crashes in malformatte...Alex Converse2010-03-09
* Add a missing fft.h include to the aacsbr decoder.Georgi Chorbadzhiyski2010-03-09
* Add an HE-AAC v1 decoder.Alex Converse2010-03-08