summaryrefslogtreecommitdiff
path: root/libavcodec/aacdec.c
Commit message (Expand)AuthorAge
* Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
|\
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* | Revert "aacdec: Reconfigure output as needed, disable pop_output_configuratio...Michael Niedermayer2013-03-08
* | aacdec: Reconfigure output as needed, disable pop_output_configuration()Michael Niedermayer2013-03-07
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-26
|\|
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* | aacdec: Fix warning: initialization from incompatible pointer typeMichael Niedermayer2013-02-23
* | aac: reconfigure output on popMichael Niedermayer2013-02-22
* | aacdec: dont pop random configurationsMichael Niedermayer2013-02-22
* | Merge commit 'e57daa876bf0cf50782550e366e589441cd8c2bd'Michael Niedermayer2013-02-13
|\|
| * aac: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* | mips: optimization for float aac decoder (core module)Mirjana Vulin2013-01-31
* | aacdec: check init_get_bits returnMichael Niedermayer2013-01-27
* | aacdec: check channel countMichael Niedermayer2013-01-27
* | Merge commit '73b704ac609d83e0be124589f24efd9b94947cf9'Michael Niedermayer2013-01-23
|\|
| * floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* | Merge commit '5959bfaca396ecaf63a8123055f499688b79cae3'Michael Niedermayer2013-01-23
|\|
| * floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* | Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4'Michael Niedermayer2013-01-23
|\|
| * floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* | Make the latm decoder less verbose on initialisation.Carl Eugen Hoyos2013-01-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-16
|\|
| * lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-16
| * aacdec: Fix an off-by-one overwrite when switching to LTP profile from MAIN.Alex Converse2012-12-12
* | Do not allow arbitrary packet size in aac decoder.Carl Eugen Hoyos2013-01-10
* | aacdec: make dual mono mode selectable through AVOptions too.Michael Niedermayer2012-12-30
* | aacdec: simplify dmonoMichael Niedermayer2012-12-30
* | aacdec: fix dual monoMichael Niedermayer2012-12-30
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-05
|\|
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* | Merge commit '284ea790d89441fa1e6b2d72d3c1ed6d61972f0b'Michael Niedermayer2012-11-27
|\|
| * dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles2012-11-26
| * aacdec: fix signed overflows in lcg_random()Mans Rullgard2012-11-26
* | Merge commit '3d3cf6745e2a5dc9c377244454c3186d75b177fa'Michael Niedermayer2012-11-26
|\|
| * aacdec: use float planar sample format for outputJustin Ruggles2012-11-25
* | aacdec: fix temporary array sizeMichael Niedermayer2012-11-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-31
|\|
| * aacdec: Drop some unused function argumentsDiego Biurrun2012-10-31
* | aacdec: reorder multiuplications to make code safer against too large input v...Michael Niedermayer2012-10-25
* | Merge commit '8b8899ac3233b4f7af83ded0dc032fad8902d714'Michael Niedermayer2012-10-23
|\|
| * Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun2012-10-23
* | Merge commit '0a7005bebd23ade7bb852bce0401af1a8fdbb723'Michael Niedermayer2012-10-13
|\|
| * Use proper return values in case of missing featuresDiego Biurrun2012-10-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-09
|\|
| * Restructure av_log_missing_feature messageDiego Biurrun2012-10-09
* | aacdec: detect faac and skip correct amount of startup samplesMichael Niedermayer2012-09-28
* | aacdec: add support for dual mono in Japanese DTVAkihiro Tsukada2012-09-15
* | aacdec/lcg_random: fix harmless integer overflowMichael Niedermayer2012-09-11
* | aacdec.c: fix some commentsReinhard Nissl2012-09-09
* | aacdec: fix priming/skip for AAC HE/HE2Michael Niedermayer2012-08-30