Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-19Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbisJustin Ruggles
2011-04-26aac: add headers needed for log2f()Michael Niedermayer
2011-03-19fft: remove inline wrappers for function pointersMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-14aac: remove dead SBR input scalingAlex Converse
2011-01-28Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles
2010-07-13aacsbr: Eliminate double precision arithmetic.Alex Converse
2010-06-22Move Parametric Stereo related ps* files to aacps*.Alex Converse
2010-06-21aacsbr: Make dk signed. There is no point in it being unsigned.Alex Converse
2010-06-2010l: aacsbr: Fix f_master[2] calculation when k2diff == -1.Alex Converse
2010-06-19Add HE-AAC v2 support to the AAC decoder.Alex Converse
2010-06-08Cosmetics: Fold constants and re-indent after last commit.Alex Converse
2010-06-08Base downsampled SBR synthesis filterbank on a single IMDCT.Alex Converse
2010-06-0810l: Fix types and now unused variables after last commit.Alex Converse
2010-06-08Rewrite the SBR decoder QMF analysis filter on top of the IMDCT instead of th...Alex Converse
2010-06-05aacdec: Rename avccontext to avctx.Alex Converse
2010-05-0310l: The SBR refactor requires the use of 2 independent output X buffers.Alex Converse
2010-05-01Enforce time border monotonicity.Alex Converse
2010-05-01Move the SBR patch count check to prevent overwrites.Alex Converse
2010-05-01Increase size of patch_borders[].Alex Converse
2010-05-01ReindentAlex Converse
2010-05-01Rewrite ff_sbr_apply in a manner more friendly to PS.Alex Converse
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-08Reindent read_sbr_extension.Alex Converse
2010-04-08Print an error and skip PS when PS is found but explicitly found butAlex Converse
2010-03-14aacsbr: DSPUtilize analysis input scaling.Alex Converse
2010-03-14aac: Don't bias output during the IMDCT if SBR will be used.Alex Converse
2010-03-10aacsbr: Check that bs_num_env is valid before writing arrays with it as an of...Alex Converse
2010-03-10aacsbr: Cleanup read_sbr_grid and copy_sbr_grid after the recent overhaul of ...Alex Converse
2010-03-10aacsbr: Factor out the common end border case from t_q setup.Alex Converse
2010-03-10aacsbr: read bs_rel_bord directly into t_env.Alex Converse
2010-03-09aacsbr: Make the previous value of bs_num_env local to read_sbr_data().Alex Converse
2010-03-09aacsbr: Initialize e_a[1] to -1.Alex Converse
2010-03-09aacsbr: Dead code removal.Alex Converse
2010-03-09aacsbr: Remove a slightly incorrect comment.Alex Converse
2010-03-09aacsbr: Cleanup the newly merged read_sbr_grid, eliminating several contextAlex Converse
2010-03-09aacsbr: Move the e_a calculation from sbr_mapping() to read_sbr_grid().Alex Converse
2010-03-09aacsbr: Merge sbr_time_freq_grid into read_sbr_grid (and into copy_sbr_grid).Alex Converse
2010-03-09aacsbr: Fail early on illegal envelope counts.Alex Converse
2010-03-09aacsbr: Check for illegal values of bs_pointer in sbr_read_grid().Alex Converse
2010-03-0910l: Include missing return values in functions made non-void by the previous...Alex Converse
2010-03-09aacsbr: Propagate errors from read_sbr_grid to prevent crashes in malformatte...Alex Converse
2010-03-09Add a missing fft.h include to the aacsbr decoder.Georgi Chorbadzhiyski
2010-03-08Add an HE-AAC v1 decoder.Alex Converse