| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Print an error and skip PS when PS is found but explicitly found but | Alex Converse | 2010-04-08 | 1 | -0/+6 |
* | aacsbr: DSPUtilize analysis input scaling. | Alex Converse | 2010-03-13 | 1 | -2/+1 |
* | aac: Don't bias output during the IMDCT if SBR will be used. | Alex Converse | 2010-03-13 | 1 | -4/+4 |
* | aacsbr: Check that bs_num_env is valid before writing arrays with it as an of... | Alex Converse | 2010-03-09 | 1 | -1/+2 |
* | aacsbr: Cleanup read_sbr_grid and copy_sbr_grid after the recent overhaul of ... | Alex Converse | 2010-03-09 | 1 | -28/+27 |
* | aacsbr: Factor out the common end border case from t_q setup. | Alex Converse | 2010-03-09 | 1 | -3/+2 |
* | aacsbr: read bs_rel_bord directly into t_env. | Alex Converse | 2010-03-09 | 1 | -28/+19 |
* | aacsbr: Make the previous value of bs_num_env local to read_sbr_data(). | Alex Converse | 2010-03-09 | 1 | -54/+53 |
* | aacsbr: Initialize e_a[1] to -1. | Alex Converse | 2010-03-09 | 1 | -0/+1 |
* | aacsbr: Dead code removal. | Alex Converse | 2010-03-09 | 1 | -6/+0 |
* | aacsbr: Remove a slightly incorrect comment. | Alex Converse | 2010-03-09 | 1 | -1/+1 |
* | aacsbr: Cleanup the newly merged read_sbr_grid, eliminating several context | Alex Converse | 2010-03-09 | 1 | -61/+48 |
* | aacsbr: Move the e_a calculation from sbr_mapping() to read_sbr_grid(). | Alex Converse | 2010-03-09 | 1 | -7/+9 |
* | aacsbr: Merge sbr_time_freq_grid into read_sbr_grid (and into copy_sbr_grid). | Alex Converse | 2010-03-09 | 1 | -76/+66 |
* | aacsbr: Fail early on illegal envelope counts. | Alex Converse | 2010-03-09 | 1 | -12/+14 |
* | aacsbr: Check for illegal values of bs_pointer in sbr_read_grid(). | Alex Converse | 2010-03-09 | 1 | -0/+8 |
* | 10l: Include missing return values in functions made non-void by the previous... | Alex Converse | 2010-03-09 | 1 | -0/+4 |
* | aacsbr: Propagate errors from read_sbr_grid to prevent crashes in malformatte... | Alex Converse | 2010-03-09 | 1 | -8/+17 |
* | Add a missing fft.h include to the aacsbr decoder. | Georgi Chorbadzhiyski | 2010-03-09 | 1 | -0/+1 |
* | Add an HE-AAC v1 decoder. | Alex Converse | 2010-03-08 | 1 | -0/+1759 |