380 Commits (8c9404b8d27b8f2c187709d5c4fa51e75c918a0b)

Author SHA1 Message Date
Andreas Rheinhardt cdea393093 avcodec/aacdec, sinewin: Move 120 and 960 point sine tables to aacdec 4 years ago
Michael Niedermayer 3dce4d03d5 avcodec/aacdec: Check if we run out of input in read_stream_mux_config() 5 years ago
Michael Niedermayer 48b86dd8a6 avcodec/aacdec: Add FF_CODEC_CAP_INIT_CLEANUP 5 years ago
Lynne 19f1eaa84f aacdec: use float_dsp in apply_independent_coupling 6 years ago
Aman Gupta 23c91abe4f avcodec/aacdec: log configuration change details 7 years ago
Michael Niedermayer 94d05ff159 avcodec/aacdec: Fix runtime error: signed integer overflow: 2147483520 + 255 cannot be represented in type 'int' 8 years ago
Diego Biurrun b5f19f7478 aac: Split function to parse ADTS header data into public and private part 8 years ago
Anton Khirnov 984736dd9e lavc: make sure not to return EAGAIN from codecs 8 years ago
Rostislav Pehlivanov d2119f624d imdct15: rename to mdct15 and add a forward transform 8 years ago
Alex Converse 20ea8bf939 aac_latm: Copy whole AudioSpecificConfig when it is sized. 8 years ago
Alex Converse 3f1a38c919 aac_latm: Allow unaligned AudioSpecificConfig 8 years ago
Diego Biurrun 67deba8a41 Use avpriv_report_missing_feature() where appropriate 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Reimar Döffinger 7c93f2c0b9 Move cbrt tables to separate cbrt_data(_fixed).c files. 9 years ago
Anton Khirnov d6dc5d15af aacdec: fix aac_static_table_init() prototype 9 years ago
Derek Buitenhuis 504e3f75bf aac: Make codec init run under ff_thread_once 9 years ago
Derek Buitenhuis 1a29804558 aac: Make codec init run under ff_thread_once 9 years ago
Luca Barbato d5eab59a53 aac: Make sure to set err on the failure path 9 years ago
Michael Niedermayer 7f46a641bf avcodec/aacdec: Fix integer overflow in argument to decode_audio_specific_config() 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Jovan Zelincevic f21b4472ef libavcodec: Implementation of AAC_fixed_decoder (LC-module) [4/4] 9 years ago
Djordje Pesut b04f46cb4b libavcodec: Implementation of AAC_fixed_decoder (LC-module) [3/4] 9 years ago
Jovan Zelincevic f497a9e84e libavcodec: Implementation of AAC_fixed_decoder (LC-module) [1/4] 9 years ago
Michael Niedermayer 990605768c avcodec/aacdec: Do not return a uninitialized value 10 years ago
Luca Barbato bc76c46943 aac: Wait to know the channels before allocating frame 10 years ago
Sebastian Dröge a188108ebf aac: Support channel configurations 11 and 12 10 years ago
nu774 677c804aa3 aac: correctly map 7.1ch-wide AAC from FDK AAC encoder 10 years ago
nu774 0289f81241 aac: Correctly map multichannel ADTS AAC with non-zero channel_config + PCE 10 years ago
Andreas Cadhalpun a7c0c79333 aacdec: remove a duplicated line 10 years ago
Andreas Cadhalpun ec38a1ba40 aacdec: don't return frames without data 10 years ago
Andreas Cadhalpun 09bd7ddf20 aacdec: consistently use avctx for logging in decode_eld_specific_config 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Andreas Cadhalpun 5b75689b98 aacdec: consistently use avctx for logging in decode_eld_specific_config 10 years ago
Rostislav Pehlivanov a61c75e9f7 aacdec: Use macros for constants 10 years ago
Michael Niedermayer e88b3852ae avcodec/aacdec: Fix storing state before PCE decode 10 years ago
Vittorio Giovara 87e85a133f aac: Relax reserved_bit validation 10 years ago
Anton Khirnov ee964145b5 lavc: remove unused traces of fmtconvert usage 10 years ago
Alex Converse d615187f74 aacdec: Support for ER AAC ELD 480. 10 years ago
Niel van der Westhuizen 7640c4a371 aacdec: Tables for length 480 AAC ELD. 10 years ago
Niel van der Westhuizen 0ee2573347 aacdec: Support for ER AAC in LATM 10 years ago
Alex Converse edd9ea3ffb aacdec: Refactor aac_er_decode_frame. 10 years ago
Alex Converse 82bd8a5769 aacdec: Refactor decode_ics_info. 10 years ago
Michael Niedermayer a73c411809 avcodec/aacdec: remove unneeded #include, theres no assert() in aacdec 10 years ago
Michael Niedermayer 5fe026f2bd avcodec/aacdec: reduce noisiness of missing channel elements 10 years ago
Michael Niedermayer 68b8e21b8b avcodec/aacdec: Use avpriv_float_dsp_alloc() 10 years ago
Luca Barbato 7464e98f74 aac: Simplify decode_mid_side_stereo 10 years ago
Vittorio Giovara b99ca86350 aacdec: avoid an out-of-bounds write 10 years ago
Michael Niedermayer 55d592f7d9 avcodec/aacdec: Skip processing channel elements which have not been present 10 years ago