]> git.sesse.net Git - ffmpeg/history - libavcodec/aacsbr.c
Remove unnecessary header inclusion directives.
[ffmpeg] / libavcodec / aacsbr.c
2010-04-08 Alex ConverseReindent read_sbr_extension.
2010-04-08 Alex ConversePrint an error and skip PS when PS is found but explici...
2010-03-13 Alex Converseaacsbr: DSPUtilize analysis input scaling.
2010-03-13 Alex Converseaac: Don't bias output during the IMDCT if SBR will...
2010-03-09 Alex Converseaacsbr: Check that bs_num_env is valid before writing...
2010-03-09 Alex Converseaacsbr: Cleanup read_sbr_grid and copy_sbr_grid after...
2010-03-09 Alex Converseaacsbr: Factor out the common end border case from...
2010-03-09 Alex Converseaacsbr: read bs_rel_bord directly into t_env.
2010-03-09 Alex Converseaacsbr: Make the previous value of bs_num_env local...
2010-03-09 Alex Converseaacsbr: Initialize e_a[1] to -1.
2010-03-09 Alex Converseaacsbr: Dead code removal.
2010-03-09 Alex Converseaacsbr: Remove a slightly incorrect comment.
2010-03-09 Alex Converseaacsbr: Cleanup the newly merged read_sbr_grid, elimina...
2010-03-09 Alex Converseaacsbr: Move the e_a calculation from sbr_mapping(...
2010-03-09 Alex Converseaacsbr: Merge sbr_time_freq_grid into read_sbr_grid...
2010-03-09 Alex Converseaacsbr: Fail early on illegal envelope counts.
2010-03-09 Alex Converseaacsbr: Check for illegal values of bs_pointer in sbr_r...
2010-03-09 Alex Converse10l: Include missing return values in functions made...
2010-03-09 Alex Converseaacsbr: Propagate errors from read_sbr_grid to prevent...
2010-03-09 Georgi ChorbadzhiyskiAdd a missing fft.h include to the aacsbr decoder.
2010-03-08 Alex ConverseAdd an HE-AAC v1 decoder.