summaryrefslogtreecommitdiff
path: root/libavcodec/aacdec_template.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec/aacdec_template: Avoid some invalid values to be set by decode_audio_...Michael Niedermayer2021-07-091-1/+6
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-271-2/+2
* avcodec: use the buffer_size_t typedef where requiredJames Almer2021-03-101-2/+2
* avcodec: Constify some AVPacketsAndreas Rheinhardt2021-03-091-1/+2
* avcodec/aacdec_template: Avoid undefined negation in imdct_and_windowing_eld()Michael Niedermayer2021-03-081-1/+1
* lavc/aacdec_template: Fix 7.1 decoding with default strictness.KM2021-02-161-4/+7
* avcodec/aacdec_fixed: Move fixed-point sinewin tables to its only userAndreas Rheinhardt2021-02-071-16/+15
* avcodec/aac: Share common init code of float decoder and encoderAndreas Rheinhardt2020-12-081-4/+6
* avcodec/aacdec, aactab: Move kbd tables to their only userAndreas Rheinhardt2020-12-081-16/+16
* avcodec/aacdec, sinewin: Move 120 and 960 point sine tables to aacdecAndreas Rheinhardt2020-12-081-5/+5
* avcodec/aacdec_template: Use VLC symbols tableAndreas Rheinhardt2020-12-081-12/+13
* avcodec/aacdec_template: Avoid code duplication when initializing VLCsAndreas Rheinhardt2020-12-081-19/+13
* avcodec/aacdec_template: Initialize `layout_map` on declarationXiaohan Wang2020-08-301-1/+1
* avcodec/aacdec_template: add more checks to make sure only 22.2 gets to 22.2Jan Ekström2020-08-251-2/+12
* avcodec/aacdec_template: keep tabs on layout in sniff_channel_orderJan Ekström2020-08-251-21/+34
* avcodec/aacdec_template: add support for 22.2 / channel_config 13Jan Ekström2020-08-041-11/+78
* avcodec/aacdec_template: mark second LFE element as LFE2Jan Ekström2020-08-041-0/+9
* avcodec/aacdec_template: Pass AVCodecContext seperatly to set_default_channel...Michael Niedermayer2020-05-101-10/+10
* lavc/aacdec_template: Only warn once about unusual 7.1 encoding.Carl Eugen Hoyos2020-04-041-10/+10
* avcodec/aacdec_template: Check samplerateMichael Niedermayer2019-11-011-0/+3
* avcodec/aacdec_template: Check decode_extension_payload() for failureMichael Niedermayer2019-10-161-3/+9
* avcodec/mpeg4audio: add avpriv_mpeg4audio_get_config2()James Almer2019-09-271-1/+1
* avcodec/aacdec_template: fix integer overflow in imdct_and_windowing()Michael Niedermayer2019-08-111-1/+1
* avcodec/aacdec_template: skip apply_tns() if max_sfb is 0 (from previous head...Michael Niedermayer2019-06-041-0/+3
* avcodec/aacdec_template: Merge 3 #ifs related to noise handlingMichael Niedermayer2019-06-041-9/+8
* avcodec/aacdec_fixed: Provide context to av_log()Michael Niedermayer2019-01-011-2/+2
* avcodec/aacdec_template: Allow duplicated elementsMichael Niedermayer2018-10-121-4/+7
* avcodec/aacdec_template: Check for duplicate elementsMichael Niedermayer2018-08-041-0/+9
* aac: Rework extradata parsing codeVittorio Giovara2018-04-191-14/+8
* Parse and drop gain control data, so that SSR packets decode.Dale Curtis2018-02-211-3/+33
* avcodec/aacdec_templat: Fix integer overflow in apply_ltp()Michael Niedermayer2018-02-201-1/+1
* Merge commit 'b5f19f7478492307e4b4763aeac3180faf50e17f'James Almer2017-10-301-1/+1
* avcodec/aacdec_template: Clear tns present flag on errorMichael Niedermayer2017-10-041-16/+28
* avcodec/aac: Add floating point 960/120 MDCT windowPaul B Mahol2017-08-241-7/+117
* avcodec/aacdec_template: Fix running cleanup in decode_ics_info()Michael Niedermayer2017-08-221-4/+9
* avcodec/aacdec: Fix PCE channel_layout verificationNicolas Sugino2017-08-091-1/+1
* avcodec/aacdec_template (fixed point): Check gain in decode_cce() to avoid un...Michael Niedermayer2017-07-181-0/+8
* avcodec/aacdec_template: Fix undefined integer overflow in apply_tns()Michael Niedermayer2017-07-161-2/+3
* aacdec_template: fix non-power-of-two MDCT scale signRostislav Pehlivanov2017-07-121-1/+1
* mdct15: remove redundant scale argument to imdct_halfRostislav Pehlivanov2017-07-111-2/+2
* avcodec/aacsbr_fixed: Fix multiple runtime error: left shift of negative valu...Michael Niedermayer2017-05-191-2/+2
* avcodec/aacdec_template: Fix fixed point scale in decode_cce()Michael Niedermayer2017-05-171-1/+5
* avcodec/aacdec_fixed: Fix various integer overflowsMichael Niedermayer2017-05-111-2/+2
* avcodec/aacdec_template: Do not decode 2nd PCE if it will lead to failureMichael Niedermayer2017-05-071-2/+12
* aacdec: do not mutate input packet metadatawm42017-03-091-6/+2
* aacdec: When ignoring a PCE restore the previous configAlex Converse2017-02-211-0/+1
* imdct15: rename to mdct15 and add a forward transformRostislav Pehlivanov2017-02-141-2/+2
* aac_latm: Align inband PCE to the start of the payloadAlex Converse2017-02-131-1/+4
* aacsbr: Associate SBR data with AAC elements on initAlex Converse2017-02-131-1/+1