119 Commits (6ea2c9a4cf9fb0abd085825724e54b691f773251)

Author SHA1 Message Date
Alex Converse 6d5b009267 aacdec: Fix an off-by-one overwrite when switching to LTP profile from MAIN. 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Justin Ruggles 284ea790d8 dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil 12 years ago
Mans Rullgard edd80ec7e3 aacdec: fix signed overflows in lcg_random() 12 years ago
Justin Ruggles 3d3cf6745e aacdec: use float planar sample format for output 12 years ago
Diego Biurrun 5707af8d0b aacdec: Drop some unused function arguments 12 years ago
Diego Biurrun 8f4c414df6 Improve wording and spelling of av_log_missing_feature messages. 12 years ago
Diego Biurrun 717addecad Use proper return values in case of missing features 12 years ago
Diego Biurrun f75f4194d1 Restructure av_log_missing_feature message 12 years ago
Alex Converse 122d5c526a aacdec: Don't fall back to the old output configuration when no old configuration is present. 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Diego Biurrun 65d94f63ca aac: Mention abbreviation as well in long_name 12 years ago
Mans Rullgard 3c928477d2 aacdec: remove dead assignment 13 years ago
Alex Converse 43886eaebc aacdec: Fix popping channel layouts. 13 years ago
Justin Ruggles d5a7229ba4 Add a float DSP framework to libavutil 13 years ago
Alex Converse 79c8e29a7e aacdec: Turn PS off when switching to stereo and turn it to implicit when switching to mono. 13 years ago
Alex Converse 7eacd70fea aac: Handle HE-AACv2 when sniffing a channel order. 13 years ago
Alex Converse 9fb7e14635 aacdec: More robust output configuration. 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Diego Biurrun 3dde147ff9 cosmetics: Consistently place static, inline and av_cold attributes/keywords. 13 years ago
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