148 Commits (be59675add2a05a7400b1abf86201ab069d7b1dd)

Author SHA1 Message Date
Diego Biurrun f36d5c1422 Update Janne's email address. 13 years ago
Michael Niedermayer 744dd1d356 aacdec: Fix SCE parity check. 13 years ago
Michael Niedermayer d53fe096e4 aacdec: Fix out of array writes (stack). 13 years ago
Michael Niedermayer 956fb91e03 aacdec: Support stereo streams that erroneously signal predefined channel configuration 1 (mono). 13 years ago
Alex Converse 2564f6e6d4 aacdec: Reshuffle functions so get_che() can call set_default_channel_config() and output_configure(). 13 years ago
Diego Biurrun cfac648e6a doxygen: Remove documentation for non-existing parameters; misc small fixes. 13 years ago
Alex Converse 5e239c7f9e aacdec: Remove erroneous reference to global gain from the out of bounds scalefactor error message. 13 years ago
Alex Converse 1cd9a6154b aac: fix infinite loop on end-of-frame with sequence of 1-bits. 13 years ago
Alex Converse b0f29db5c2 Mark mutable static data const where appropriate. 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Alex Converse 7b05025856 aacdec: Unify preconfigured layout and PCE layout. 13 years ago
Alex Converse f1ecd0802d aacdec: Support native channel layout when requested. 13 years ago
Alex Converse 37bed6ff3f aacdec: Try to sniff a reasonable channel layout for PCE based configurations. 13 years ago
Alex Converse 8ece266213 aacdec: Remove incorrect comment. 13 years ago
Alex Converse e600a1e44a aacdec: Simplify output configuration. 13 years ago
Alex Converse b5fc571e4f latmdec: Check AudioSpecificConfig length before decoding extradata. 13 years ago
Alex Converse 4acd43a295 aacdec: Turn off PS for multichannel files that use PCE based configs. 13 years ago
Martin Storsjö 132846b0c8 aacdec: Handle new extradata passed as side data 13 years ago
Alex Converse 021914e27f aacdec: Cleanup decode_ics_info. 13 years ago
Alex Converse 5cd56e193f aacdec: Use intfloat.h rather than local punning union. 13 years ago
Janne Grunau d268b79e34 aac_latm: reconfigure decoder on audio specific config changes 13 years ago
Janne Grunau fd095539d1 latmdec: fix audio specific config parsing 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Alex Converse 963f685535 aacdec: Fix PS in ADTS. 13 years ago
Michael Niedermayer bc2dd36740 aacdec: allow output reconfiguration on channel changes 13 years ago
Justin Ruggles 71ccfb3f14 aac_latm: remove unneeded check for zero-size packet. 13 years ago
Janne Grunau 28287045ca cosmetics: simplify latm_decode_init 13 years ago
Janne Grunau 785f876cee latm: avoid unnecessary reinit of the aac decoder 13 years ago
Janne Grunau 80e36425fb aacdec: initialize sbr context only in new channel elements 13 years ago
Dustin Brody 9abc98737f lavc: replace references to deprecated AVCodecContext.error_recognition to use AVCodecContext.err_recognition 13 years ago
Anton Khirnov 59a9a23581 lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. 13 years ago
Anton Khirnov 73ae27e17b lavc: use avpriv_ prefix for ff_aac_parse_header(). 13 years ago
Mans Rullgard d12294304a aacdec: fix undefined shifts 13 years ago
Alex Converse 44920d04ba aac: Only set sample rate and object type from ADTS if output hasn't been configured. 13 years ago
Alex Converse 06d37fede4 aac: Set SBR and PS to unsignalled during headerless and ADTS initialization. 13 years ago
Alex Converse d8425ed4af aac: Only output configure if audio was found. 13 years ago
Alex Converse 94d47382e0 aac: Don't attempt to output configure an invalid channel configuration. 13 years ago
Dustin Brody 680b1852ab aac: propagate error return values for AV_LOG_ERROR-triggering events 13 years ago
Alex Converse a6c49f18ab aac: Remove some suspicious illegal memcpy()s from LTP. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
Alex Converse a58858d60d lavf: Cleanup try_decode_frame() logic. 14 years ago
Benjamin Larsson dafaef2fe1 Add support for aac streams in mp4/mov without extradata. 14 years ago
Justin Ruggles e6c52cee54 Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). 14 years ago
Justin Ruggles cef7d70181 aacdec: fix typo in scalefactor clipping check 14 years ago
Ronald S. Bultje 42da8ea8e8 LATM/AAC: Free previously initialized context on reinit. 14 years ago
Justin Ruggles 9aa8193a23 Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbis 14 years ago
Justin Ruggles 033a4a942a aacdec: Use float instead of int16_t for ltp_state to avoid needless rounding. 14 years ago
Alex Converse 767848d761 aacdec: remove sf_scale and sf_offset. 14 years ago
Justin Ruggles 6271794041 aacdec: use a scale of 2 in the LTP MDCT rather than doubling the coefficient 14 years ago
Alex Converse d70fa4c423 Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets instead 14 years ago