31 Commits (5ff6e8790a2c001103e39e3ccbdc09c5aafcd229)

Author SHA1 Message Date
Andreas Cadhalpun ef7fe9851e aacps: avoid division by zero in stereo_processing 9 years ago
James Almer 9dcaae70f2 x86/aacpsdsp: add SSE and SSE3 optimized functions 9 years ago
Michael Niedermayer bbad3811cc avcodec/aacps: Fix ;; 9 years ago
Djordje Pesut 5fd81cf6f0 avcodec: Implementation of AAC_fixed_decoder (PS-module) 9 years ago
Reimar Döffinger de6d44829c aacps.c: Move large arrays to context to reduce stack usage. 10 years ago
Vittorio Giovara 16c7a8a142 aacps: invert the order of parameters of ipdopd_reset() 10 years ago
Michael Niedermayer 6433b393ba avcodec/aacps: fix number of bands used with ipd/opd 11 years ago
Diego Biurrun 0ba8ba165b aacps: Adjust some const qualifiers to suppress warnings 11 years ago
Michael Niedermayer 66e9716a36 aacps: correct opdipd code to match spec 12 years ago
Diego Biurrun 218aefce44 dsputil: Move LOCAL_ALIGNED macros to libavutil 12 years ago
Michael Niedermayer 991e23519a aacps: check iid/icc_par more completely. 12 years ago
Michael Niedermayer 9f36ec6aa9 aacps: fix order of operands of ipdopd_reset(). 12 years ago
Michael Niedermayer 0018aa9013 aacps: loose self assignment 12 years ago
Mans Rullgard 47d18d5354 aacps: align some arrays 13 years ago
Mans Rullgard bf1945af30 aacps: move some loops to function pointers 13 years ago
Alex Converse a237b38021 aac: Reset PS parameters on header decode failure. 13 years ago
Alex Converse 9de3cbc182 aacps: Add missing newline in error message. 13 years ago
Diego Biurrun 0249478756 doxygen: fix wrong comment syntax, //< vs. ///< 13 years ago
Mans Rullgard e5902d60ce aacps: skip some memcpy() if src and dst would be equal 14 years ago
Diego Biurrun d0fcf39f0c doxygen: Move function documentation into the macro generating the function. 14 years ago
Diego Biurrun 24c9babaaf doxygen: Fix parameter names to match the function prototypes. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Alex Converse fd6eb4a06c Move Parametric Stereo related ps* files to aacps*. 15 years ago
Alex Converse 890fe85f26 Cosmetics whitespace. 15 years ago
Alex Converse e90e1f558a psdec: IPD/OPD reset is no longer needed by the context initializer. 15 years ago
Alex Converse 5e071f5339 psdec: Simplify filter addressing by incrementing the "in" pointer. 15 years ago
Alex Converse c6b0947171 psdec: Replace a division with a shift. 15 years ago
Alex Converse 3fa1a93265 Rename PS bitstream reading functions to have a read_ prefix. 15 years ago
Alex Converse fd16564b04 Cosmetics: whitespace. 15 years ago
Alex Converse 0d6b3269ea Use memcpy() where appropriate in PS stereo processing remapping. 15 years ago
Alex Converse d23077af56 Allow PS envelope fixup when ps->num_env_old <= 1. 15 years ago
Alex Converse 78ba1d39d9 Document the PS_BASELINE define. 15 years ago
Alex Converse 284b041b1c Remove iid_mode from the PS context. 15 years ago
Alex Converse 1076b0d093 psdec: Factorize iid/icc/ipd/opd parameter bitstream reading. 15 years ago
Alex Converse a20639017b Add HE-AAC v2 support to the AAC decoder. 15 years ago