summaryrefslogtreecommitdiff
path: root/libavcodec/aacdec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-261-1/+0
|\
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* | aacdec: Fix warning: initialization from incompatible pointer typeMichael Niedermayer2013-02-231-1/+1
* | aac: reconfigure output on popMichael Niedermayer2013-02-221-0/+6
* | aacdec: dont pop random configurationsMichael Niedermayer2013-02-221-1/+0
* | Merge commit 'e57daa876bf0cf50782550e366e589441cd8c2bd'Michael Niedermayer2013-02-131-10/+7
|\ \ | |/
| * aac: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-10/+7
* | mips: optimization for float aac decoder (core module)Mirjana Vulin2013-01-311-10/+27
* | aacdec: check init_get_bits returnMichael Niedermayer2013-01-271-2/+5
* | aacdec: check channel countMichael Niedermayer2013-01-271-0/+5
* | Merge commit '73b704ac609d83e0be124589f24efd9b94947cf9'Michael Niedermayer2013-01-231-2/+1
|\ \ | |/
| * floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-2/+1
* | Merge commit '5959bfaca396ecaf63a8123055f499688b79cae3'Michael Niedermayer2013-01-231-3/+3
|\ \ | |/
| * floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-3/+3
* | Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4'Michael Niedermayer2013-01-231-5/+5
|\ \ | |/
| * floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-5/+5
* | Make the latm decoder less verbose on initialisation.Carl Eugen Hoyos2013-01-171-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-161-18/+18
|\ \ | |/
| * lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-161-18/+18
| * aacdec: Fix an off-by-one overwrite when switching to LTP profile from MAIN.Alex Converse2012-12-121-1/+1
* | Do not allow arbitrary packet size in aac decoder.Carl Eugen Hoyos2013-01-101-0/+3
* | aacdec: make dual mono mode selectable through AVOptions too.Michael Niedermayer2012-12-301-0/+27
* | aacdec: simplify dmonoMichael Niedermayer2012-12-301-6/+5
* | aacdec: fix dual monoMichael Niedermayer2012-12-301-19/+5
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+1
|\ \ | |/
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+1
* | Merge commit '284ea790d89441fa1e6b2d72d3c1ed6d61972f0b'Michael Niedermayer2012-11-271-7/+8
|\ \ | |/
| * dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles2012-11-261-6/+6
| * aacdec: fix signed overflows in lcg_random()Mans Rullgard2012-11-261-1/+2
* | Merge commit '3d3cf6745e2a5dc9c377244454c3186d75b177fa'Michael Niedermayer2012-11-261-44/+65
|\ \ | |/
| * aacdec: use float planar sample format for outputJustin Ruggles2012-11-251-41/+60
* | aacdec: fix temporary array sizeMichael Niedermayer2012-11-091-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-311-25/+21
|\ \ | |/
| * aacdec: Drop some unused function argumentsDiego Biurrun2012-10-311-24/+20
* | aacdec: reorder multiuplications to make code safer against too large input v...Michael Niedermayer2012-10-251-1/+1
* | Merge commit '8b8899ac3233b4f7af83ded0dc032fad8902d714'Michael Niedermayer2012-10-231-2/+2
|\ \ | |/
| * Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun2012-10-231-2/+2
* | Merge commit '0a7005bebd23ade7bb852bce0401af1a8fdbb723'Michael Niedermayer2012-10-131-3/+3
|\ \ | |/
| * Use proper return values in case of missing featuresDiego Biurrun2012-10-121-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-091-6/+6
|\ \ | |/
| * Restructure av_log_missing_feature messageDiego Biurrun2012-10-091-6/+6
* | aacdec: detect faac and skip correct amount of startup samplesMichael Niedermayer2012-09-281-0/+28
* | aacdec: add support for dual mono in Japanese DTVAkihiro Tsukada2012-09-151-0/+48
* | aacdec/lcg_random: fix harmless integer overflowMichael Niedermayer2012-09-111-1/+1
* | aacdec.c: fix some commentsReinhard Nissl2012-09-091-3/+3
* | aacdec: fix priming/skip for AAC HE/HE2Michael Niedermayer2012-08-301-0/+6
* | aacdec: pass AVPacket to aac_decode_frame_int()Michael Niedermayer2012-08-301-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-091-6/+4
|\ \ | |/
| * aacdec: Don't fall back to the old output configuration when no old configura...Alex Converse2012-08-081-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-2/+2
|\ \ | |/