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