]> git.sesse.net Git - ffmpeg/history - libavcodec/aacsbr.c
qpeg: use reget_buffer() in decode_frame()
[ffmpeg] / libavcodec / aacsbr.c
2011-04-26 Michael Niedermayeraac: add headers needed for log2f()
2011-03-19 Mans Rullgardfft: remove inline wrappers for function pointers
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-14 Alex Converseaac: remove dead SBR input scaling
2011-01-28 Justin RugglesRemove the add bias hack for the C version of DSPContex...
2010-07-13 Alex Converseaacsbr: Eliminate double precision arithmetic.
2010-06-22 Alex ConverseMove Parametric Stereo related ps* files to aacps*.
2010-06-20 Alex Converseaacsbr: Make dk signed. There is no point in it being...
2010-06-20 Alex Converse10l: aacsbr: Fix f_master[2] calculation when k2diff...
2010-06-19 Alex ConverseAdd HE-AAC v2 support to the AAC decoder.
2010-06-08 Alex ConverseCosmetics: Fold constants and re-indent after last...
2010-06-08 Alex ConverseBase downsampled SBR synthesis filterbank on a single...
2010-06-07 Alex Converse10l: Fix types and now unused variables after last...
2010-06-07 Alex ConverseRewrite the SBR decoder QMF analysis filter on top...
2010-06-05 Alex Converseaacdec: Rename avccontext to avctx.
2010-05-03 Alex Converse10l: The SBR refactor requires the use of 2 independent...
2010-04-30 Alex ConverseEnforce time border monotonicity.
2010-04-30 Alex ConverseMove the SBR patch count check to prevent overwrites.
2010-04-30 Alex ConverseIncrease size of patch_borders[].
2010-04-30 Alex ConverseReindent
2010-04-30 Alex ConverseRewrite ff_sbr_apply in a manner more friendly to PS.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
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.