| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/aac: Split ChannelElement in decoder and encoder structs | Andreas Rheinhardt | 2024-02-27 | 1 | -0/+1 |
* | avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines | Andreas Rheinhardt | 2023-09-07 | 1 | -4/+4 |
* | aac: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -8/+8 |
* | avcodec/mpeg4audio: Unavpriv and deduplicate mpeg4audio_sample_rates | Andreas Rheinhardt | 2022-01-04 | 1 | -7/+0 |
* | avcodec/avcodec: Stop including channel_layout.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | Mark some pointers as const | Andreas Rheinhardt | 2021-01-01 | 1 | -2/+2 |
* | aacenc: mark the preset 5.0/5.1 layouts correctly with back speakers | Rostislav Pehlivanov | 2017-11-09 | 1 | -2/+2 |
* | aacenc: support extended channel layouts using PCEs | Rostislav Pehlivanov | 2017-11-09 | 1 | -1/+12 |
* | aacenc: partially revert previous commits to set options via a profile | Rostislav Pehlivanov | 2015-10-17 | 1 | -7/+7 |
* | aacenc: add support for changing options based on a profile | Rostislav Pehlivanov | 2015-10-12 | 1 | -0/+7 |
* | aacenc: add support for encoding 7.1 channel audio | Rostislav Pehlivanov | 2015-10-12 | 1 | -8/+12 |
* | avcodec/aacenctab: Make aac_maxval_cb const | Michael Niedermayer | 2015-09-23 | 1 | -1/+1 |
* | AAC encoder: simplify and speed up find_min_book | Claudio Freire | 2015-09-23 | 1 | -0/+4 |
* | aacenctab: add tns_min_sfb[] to the encoder tables header | Rostislav Pehlivanov | 2015-09-01 | 1 | -0/+13 |
* | aacenctab: Add missing ff_ prefixes | Timothy Gu | 2015-08-22 | 1 | -4/+4 |
* | aacenc: Move local encoder specific tables to a separate file | Rostislav Pehlivanov | 2015-08-07 | 1 | -0/+100 |