392 Commits (bda06c60fed8e45481ca2dad040ed9d2f521ca15)

Author SHA1 Message Date
Lynne 469cd8d7fa
aacdec: convert to lavu/tx and support fixed-point 960-sample decoding 2 years ago
Andreas Rheinhardt fdff1b9cbf avcodec/codec_internal: Avoid deprecation warnings for channel_layouts 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Anton Khirnov 494760f971 aac: convert to new channel layout API 3 years ago
Andreas Rheinhardt 211619ad7f avcodec: Remove the FFT_FIXED_32 define 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt fc5d22abe4 avcodec/aacdec, aactab: Move kbd tables to their only user 4 years ago
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