| Commit message (Expand) | Author | Age | Files | Lines |
* | aacsbr: convert to lavu/tx | Lynne | 2022-11-06 | 1 | -1/+4 |
* | aacdec: convert to lavu/tx and support fixed-point 960-sample decoding | Lynne | 2022-11-06 | 1 | -67/+39 |
* | avcodec/aacdec: refactor the channel layout derivation code | James Almer | 2022-11-03 | 1 | -173/+83 |
* | avcodec/aacdec: don't force a layout when a channel position is unknown | James Almer | 2022-11-03 | 1 | -21/+6 |
* | avcodec/aacdec: add support for channel configuration 14 | James Almer | 2022-11-03 | 1 | -1/+22 |
* | avcodec/aacdec: fix parsing streams with channel configuration 11 | James Almer | 2022-11-03 | 1 | -3/+1 |
* | avcodec/internal: Move ff_get_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -0/+1 |
* | avcodec/aacdec_fixed: also clip samples on the second channel for stereo HE-AAC | James Almer | 2022-08-01 | 1 | -1/+1 |
* | avcodec/aacdec: print a log message when treating mono HE-AAC as stereo | James Almer | 2022-07-30 | 1 | -0/+4 |
* | avcodec/aacdec: remove skip samples multiplier | James Almer | 2022-07-22 | 1 | -3/+0 |
* | avcodec/aacdec: fix parsing of dual mono files | James Almer | 2022-07-08 | 1 | -6/+9 |
* | avcodec/vlc: Use structure instead of VLC_TYPE array as VLC element | Andreas Rheinhardt | 2022-06-17 | 1 | -3/+3 |
* | all: Replace if (ARCH_FOO) checks by #if ARCH_FOO | Andreas Rheinhardt | 2022-06-15 | 1 | -2/+3 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -7/+7 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | lavc: drop temporary compat wrappers for channel layout API change | Anton Khirnov | 2022-03-15 | 1 | -7/+0 |
* | aac: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -15/+44 |
* | avcodec/avcodec: Stop including channel_layout.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | avcodec/aacdec_template: Avoid some invalid values to be set by decode_audio_... | Michael Niedermayer | 2021-07-09 | 1 | -1/+6 |
* | avutil/buffer: Switch AVBuffer API to size_t | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avcodec: use the buffer_size_t typedef where required | James Almer | 2021-03-10 | 1 | -2/+2 |
* | avcodec: Constify some AVPackets | Andreas Rheinhardt | 2021-03-09 | 1 | -1/+2 |
* | avcodec/aacdec_template: Avoid undefined negation in imdct_and_windowing_eld() | Michael Niedermayer | 2021-03-08 | 1 | -1/+1 |
* | lavc/aacdec_template: Fix 7.1 decoding with default strictness. | KM | 2021-02-16 | 1 | -4/+7 |
* | avcodec/aacdec_fixed: Move fixed-point sinewin tables to its only user | Andreas Rheinhardt | 2021-02-07 | 1 | -16/+15 |
* | avcodec/aac: Share common init code of float decoder and encoder | Andreas Rheinhardt | 2020-12-08 | 1 | -4/+6 |
* | avcodec/aacdec, aactab: Move kbd tables to their only user | Andreas Rheinhardt | 2020-12-08 | 1 | -16/+16 |
* | avcodec/aacdec, sinewin: Move 120 and 960 point sine tables to aacdec | Andreas Rheinhardt | 2020-12-08 | 1 | -5/+5 |
* | avcodec/aacdec_template: Use VLC symbols table | Andreas Rheinhardt | 2020-12-08 | 1 | -12/+13 |
* | avcodec/aacdec_template: Avoid code duplication when initializing VLCs | Andreas Rheinhardt | 2020-12-08 | 1 | -19/+13 |
* | avcodec/aacdec_template: Initialize `layout_map` on declaration | Xiaohan Wang | 2020-08-30 | 1 | -1/+1 |
* | avcodec/aacdec_template: add more checks to make sure only 22.2 gets to 22.2 | Jan Ekström | 2020-08-25 | 1 | -2/+12 |
* | avcodec/aacdec_template: keep tabs on layout in sniff_channel_order | Jan Ekström | 2020-08-25 | 1 | -21/+34 |
* | avcodec/aacdec_template: add support for 22.2 / channel_config 13 | Jan Ekström | 2020-08-04 | 1 | -11/+78 |
* | avcodec/aacdec_template: mark second LFE element as LFE2 | Jan Ekström | 2020-08-04 | 1 | -0/+9 |
* | avcodec/aacdec_template: Pass AVCodecContext seperatly to set_default_channel... | Michael Niedermayer | 2020-05-10 | 1 | -10/+10 |
* | lavc/aacdec_template: Only warn once about unusual 7.1 encoding. | Carl Eugen Hoyos | 2020-04-04 | 1 | -10/+10 |
* | avcodec/aacdec_template: Check samplerate | Michael Niedermayer | 2019-11-01 | 1 | -0/+3 |
* | avcodec/aacdec_template: Check decode_extension_payload() for failure | Michael Niedermayer | 2019-10-16 | 1 | -3/+9 |
* | avcodec/mpeg4audio: add avpriv_mpeg4audio_get_config2() | James Almer | 2019-09-27 | 1 | -1/+1 |
* | avcodec/aacdec_template: fix integer overflow in imdct_and_windowing() | Michael Niedermayer | 2019-08-11 | 1 | -1/+1 |
* | avcodec/aacdec_template: skip apply_tns() if max_sfb is 0 (from previous head... | Michael Niedermayer | 2019-06-04 | 1 | -0/+3 |
* | avcodec/aacdec_template: Merge 3 #ifs related to noise handling | Michael Niedermayer | 2019-06-04 | 1 | -9/+8 |
* | avcodec/aacdec_fixed: Provide context to av_log() | Michael Niedermayer | 2019-01-01 | 1 | -2/+2 |
* | avcodec/aacdec_template: Allow duplicated elements | Michael Niedermayer | 2018-10-12 | 1 | -4/+7 |
* | avcodec/aacdec_template: Check for duplicate elements | Michael Niedermayer | 2018-08-04 | 1 | -0/+9 |
* | aac: Rework extradata parsing code | Vittorio Giovara | 2018-04-19 | 1 | -14/+8 |
* | Parse and drop gain control data, so that SSR packets decode. | Dale Curtis | 2018-02-21 | 1 | -3/+33 |
* | avcodec/aacdec_templat: Fix integer overflow in apply_ltp() | Michael Niedermayer | 2018-02-20 | 1 | -1/+1 |
* | Merge commit 'b5f19f7478492307e4b4763aeac3180faf50e17f' | James Almer | 2017-10-30 | 1 | -1/+1 |