summaryrefslogtreecommitdiff
path: root/libavcodec/aacdec.c
Commit message (Expand)AuthorAgeFilesLines
* aacdec: convert to lavu/tx and support fixed-point 960-sample decodingLynne2022-11-061-3/+1
* avcodec/codec_internal: Avoid deprecation warnings for channel_layoutsAndreas Rheinhardt2022-09-281-6/+2
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-2/+2
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+2
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-2/+2
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-21/+21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* aac: convert to new channel layout APIAnton Khirnov2022-03-151-0/+6
* avcodec: Remove the FFT_FIXED_32 defineAndreas Rheinhardt2021-08-051-1/+0
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-2/+2
* avcodec/aacdec, aactab: Move kbd tables to their only userAndreas Rheinhardt2020-12-081-0/+2
* avcodec/aacdec, sinewin: Move 120 and 960 point sine tables to aacdecAndreas Rheinhardt2020-12-081-0/+3
* avcodec/aacdec: Check if we run out of input in read_stream_mux_config()Michael Niedermayer2019-09-241-0/+2
* avcodec/aacdec: Add FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer2019-08-231-2/+2
* aacdec: use float_dsp in apply_independent_couplingLynne2019-05-031-3/+1
* avcodec/aacdec: log configuration change detailsAman Gupta2018-03-071-2/+2
* Merge commit 'b5f19f7478492307e4b4763aeac3180faf50e17f'James Almer2017-10-301-1/+1
|\
| * aac: Split function to parse ADTS header data into public and private partDiego Biurrun2017-05-021-2/+2
* | Merge commit '984736dd9e5b50987a5910e22495304e4a6d975c'James Almer2017-10-031-3/+3
|\ \ | |/
| * lavc: make sure not to return EAGAIN from codecsAnton Khirnov2017-02-251-3/+3
| * Use avpriv_report_missing_feature() where appropriateDiego Biurrun2016-11-081-2/+1
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-3/+3
* | avcodec/aacdec: Fix runtime error: signed integer overflow: 2147483520 + 255 ...Michael Niedermayer2017-05-171-1/+3
* | imdct15: rename to mdct15 and add a forward transformRostislav Pehlivanov2017-02-141-1/+1
* | aac_latm: Copy whole AudioSpecificConfig when it is sized.Alex Converse2017-02-131-12/+15
* | aac_latm: Allow unaligned AudioSpecificConfigAlex Converse2017-02-131-11/+15
* | Move cbrt tables to separate cbrt_data(_fixed).c files.Reimar Döffinger2016-03-131-1/+1
* | Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6'Hendrik Leppkes2016-01-011-2/+3
|\ \ | |/
| * aacdec: fix aac_static_table_init() prototypeAnton Khirnov2015-12-071-1/+1
| * aac: Make codec init run under ff_thread_onceDerek Buitenhuis2015-10-151-35/+49
| * aac: Make sure to set err on the failure pathLuca Barbato2015-08-231-1/+3
* | aac: Make codec init run under ff_thread_onceDerek Buitenhuis2015-10-151-0/+2
* | avcodec/aacdec: Fix integer overflow in argument to decode_audio_specific_con...Michael Niedermayer2015-08-031-1/+1
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-3/+3
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-2/+2
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-1/+1
* | libavcodec: Implementation of AAC_fixed_decoder (LC-module) [4/4]Jovan Zelincevic2015-07-091-1/+0
* | libavcodec: Implementation of AAC_fixed_decoder (LC-module) [3/4]Djordje Pesut2015-07-091-0/+5
* | libavcodec: Implementation of AAC_fixed_decoder (LC-module) [1/4]Jovan Zelincevic2015-07-091-3019/+1
* | avcodec/aacdec: Do not return a uninitialized valueMichael Niedermayer2015-06-081-1/+3
* | Merge commit 'bc76c46943272515805d7ac48ca39f14826d1fed'Michael Niedermayer2015-06-081-0/+8
|\ \ | |/
| * aac: Wait to know the channels before allocating frameLuca Barbato2015-06-071-2/+11
* | Merge commit 'a188108ebf28ebac9d2b8fc7d5b391aef45698b3'Michael Niedermayer2015-06-081-2/+11
|\ \ | |/
| * aac: Support channel configurations 11 and 12Sebastian Dröge2015-06-071-2/+11
* | Merge commit '677c804aa3a78d61b21e6423165a252846c20f0e'Michael Niedermayer2015-06-081-0/+5
|\ \ | |/
| * aac: correctly map 7.1ch-wide AAC from FDK AAC encodernu7742015-06-071-0/+5
* | Merge commit '0289f81241e720452b5a77713488d54d3ec252d7'Michael Niedermayer2015-06-031-3/+10
|\ \ | |/