264 Commits (3b8617429014301b26b587a5e537910746d3377a)

Author SHA1 Message Date
Hendrik Leppkes d18341fb11 aacdec: free frame buffer if no audio was decoded 12 years ago
Luca Barbato a943a132f3 aac: check the maximum number of channels 12 years ago
Diego Biurrun 12e25ed284 avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() 12 years ago
Diego Biurrun 6d97484d72 avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() 12 years ago
Diego Biurrun 63d744e2be av_log_missing_feature() ---> avpriv_report_missing_feature() 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Michael Niedermayer eab49f4fb5 Revert "aacdec: Reconfigure output as needed, disable pop_output_configuration()" 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Michael Niedermayer 60dbf2eff9 aacdec: Reconfigure output as needed, disable pop_output_configuration() 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Michael Niedermayer 23c9180c00 aacdec: Fix warning: initialization from incompatible pointer type 12 years ago
Michael Niedermayer 6f77122bf5 aac: reconfigure output on pop 12 years ago
Michael Niedermayer 21f68528e3 aacdec: dont pop random configurations 12 years ago
Justin Ruggles ffd2123095 aac: decode directly to the user-provided AVFrame 12 years ago
Mirjana Vulin 2b6a8187a6 mips: optimization for float aac decoder (core module) 12 years ago
Michael Niedermayer 73abc3a634 aacdec: check init_get_bits return 12 years ago
Michael Niedermayer 96f452ac64 aacdec: check channel count 12 years ago
Ronald S. Bultje 5959bfaca3 floatdsp: move butterflies_float from dsputil to avfloatdsp. 12 years ago
Ronald S. Bultje 42d3246948 floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. 12 years ago
Ronald S. Bultje d56668bd80 floatdsp: move scalarproduct_float from dsputil to avfloatdsp. 12 years ago
Carl Eugen Hoyos 12cb21efa6 Make the latm decoder less verbose on initialisation. 12 years ago
Justin Ruggles e034cc6c60 lavc: Move vector_fmul_window to AVFloatDSPContext 12 years ago
Carl Eugen Hoyos b563afe6fa Do not allow arbitrary packet size in aac decoder. 12 years ago
Michael Niedermayer b113d4a83c aacdec: make dual mono mode selectable through AVOptions too. 12 years ago
Michael Niedermayer 644f021ccf aacdec: simplify dmono 12 years ago
Michael Niedermayer 6d38661920 aacdec: fix dual mono 12 years ago
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
Michael Niedermayer ac7ff0963b aacdec: fix temporary array size 12 years ago
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