365 Commits (8ff0f6ae8253d394f096b39d69b66e5247ed1066)

Author SHA1 Message Date
Diego Biurrun 5707af8d0b aacdec: Drop some unused function arguments 12 years ago
Michael Niedermayer da4e4d65f4 aacdec: reorder multiuplications to make code safer against too large input values. 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
Michael Niedermayer bfe735b582 aacdec: detect faac and skip correct amount of startup samples 12 years ago
Akihiro Tsukada c3c646a868 aacdec: add support for dual mono in Japanese DTV 12 years ago
Michael Niedermayer 386d60f978 aacdec/lcg_random: fix harmless integer overflow 12 years ago
Reinhard Nissl 2474ca1a22 aacdec.c: fix some comments 12 years ago
Michael Niedermayer 946ed78f5f aacdec: fix priming/skip for AAC HE/HE2 12 years ago
Michael Niedermayer 0fc684ff7c aacdec: pass AVPacket to aac_decode_frame_int() 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
Michael Niedermayer acdf9a6ca5 aacdec: correct "audio config changed" warning message 13 years ago
Hendrik Leppkes d039b6074c latm: fix initialization on some streams when no extradata is available 13 years ago
Mans Rullgard 3c928477d2 aacdec: remove dead assignment 13 years ago
Lou Logan 6851130fd6 cosmetics: minor libavcodec spelling errors 13 years ago
Hendrik Leppkes f77fd34bc3 aac: move sample_fmt selection before decoder configuration. 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
Michael Niedermayer a48b890392 aacdec: fix "may be used uninitialized" warning 13 years ago
Michael Niedermayer faa2930f19 flvdec: reenable extradata passing code 13 years ago
Michael Niedermayer a6f650af8d aac: fix SCE in stereo case, this is surprisingly actually needed 13 years ago
Michael Niedermayer a3710f1ebb aacdec: print debug note when unexpected SCE/CPE is encountered 13 years ago
Ole Dittmann fff9680d8c aacdec: Add forgotten flush 13 years ago
Alex Converse 7eacd70fea aac: Handle HE-AACv2 when sniffing a channel order. 13 years ago
Michael Niedermayer 124eb7e476 aacdec: drop channel reseting code. 13 years ago
Michael Niedermayer aa0f84df5a aacdec: disable new chan_config guessing code from libav. 13 years ago
Michael Niedermayer dbe29db8cb aacdec: more verbose overread error message 13 years ago
Michael Niedermayer 68526dbc29 aacdec: reduce difference to alexs version of aacdec.c 13 years ago
Alex Converse 9fb7e14635 aacdec: More robust output configuration. 13 years ago
Reimar Döffinger 1d130328ed aacdec: update debug code to always print the processed data. 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
Michael Niedermayer ba02069a8e aacdec: prevent channels from exceeding MAX_CHANNELS. 13 years ago
Michael Niedermayer 5a4af049b1 aacdec: reset max_sfb on invalid data. 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 a8d67efa53 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