summaryrefslogtreecommitdiff
path: root/libavcodec/aacsbr.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* aacsbr: Fix type for index variableVittorio Giovara2015-03-17
* aacsbr: silence message for SBR extension "padding".Reimar Döffinger2015-02-03
* aacsbr: always initialize max_qmf_subbandsVittorio Giovara2014-11-24
* aacsbr: change order of operation to prevent out of array readMichael Niedermayer2014-11-04
* aacsbr: treat 1-d arrays as suchVittorio Giovara2014-11-03
* aacsbr: Add some const casts to silence warnings in ff_sbr_apply()Diego Biurrun2013-11-25
* aacdec: Set the profile during decodingGian-Carlo Pascutto2013-11-04
* avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun2013-03-13
* av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun2013-03-13
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-08
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* AAC SBR: use AVFloatDSPContext's vector_fmulChristophe Gisquet2012-12-07
* aac: avoid a memcpy in sbr_qmf_analysisChristophe Gisquet2012-12-02
* aacdec: use float planar sample format for outputJustin Ruggles2012-11-25
* Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun2012-10-23
* aacdec: More robust output configuration.Alex Converse2012-04-16
* aacsbr: Add a debug check to sbr_mapping.Alex Converse2012-03-23
* aac: Reset some state variables when turning SBR offAlex Converse2012-03-23
* Revert "AAC SBR: group some writes."Ronald S. Bultje2012-03-07
* AAC SBR: group some writes.Christophe Gisquet2012-03-07
* aacsbr: use a swap index for the Y matrix rather than copy buffers.Christophe Gisquet2012-03-01
* aacsbr: align some arraysMans Rullgard2012-01-28
* aacsbr: move some simdable loops to function pointersMans Rullgard2012-01-28
* aacsbr: prevent out of bounds memcpy().Alex Converse2012-01-10
* Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbisJustin Ruggles2011-05-18
* aac: add headers needed for log2f()Michael Niedermayer2011-04-26
* fft: remove inline wrappers for function pointersMans Rullgard2011-03-19
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* aac: remove dead SBR input scalingAlex Converse2011-02-14
* Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-28
* aacsbr: Eliminate double precision arithmetic.Alex Converse2010-07-13
* Move Parametric Stereo related ps* files to aacps*.Alex Converse2010-06-22
* aacsbr: Make dk signed. There is no point in it being unsigned.Alex Converse2010-06-20
* 10l: aacsbr: Fix f_master[2] calculation when k2diff == -1.Alex Converse2010-06-20
* Add HE-AAC v2 support to the AAC decoder.Alex Converse2010-06-19
* Cosmetics: Fold constants and re-indent after last commit.Alex Converse2010-06-08
* Base downsampled SBR synthesis filterbank on a single IMDCT.Alex Converse2010-06-08
* 10l: Fix types and now unused variables after last commit.Alex Converse2010-06-07
* Rewrite the SBR decoder QMF analysis filter on top of the IMDCT instead of th...Alex Converse2010-06-07
* aacdec: Rename avccontext to avctx.Alex Converse2010-06-05
* 10l: The SBR refactor requires the use of 2 independent output X buffers.Alex Converse2010-05-03
* Enforce time border monotonicity.Alex Converse2010-04-30
* Move the SBR patch count check to prevent overwrites.Alex Converse2010-04-30
* Increase size of patch_borders[].Alex Converse2010-04-30
* ReindentAlex Converse2010-04-30
* Rewrite ff_sbr_apply in a manner more friendly to PS.Alex Converse2010-04-30
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Reindent read_sbr_extension.Alex Converse2010-04-08