| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'b5f19f7478492307e4b4763aeac3180faf50e17f' | James Almer | 2017-10-30 | 1 | -1/+1 |
|\ |
|
| * | aac: Split function to parse ADTS header data into public and private part | Diego Biurrun | 2017-05-02 | 1 | -2/+2 |
* | | Merge commit '984736dd9e5b50987a5910e22495304e4a6d975c' | James Almer | 2017-10-03 | 1 | -3/+3 |
|\| |
|
| * | lavc: make sure not to return EAGAIN from codecs | Anton Khirnov | 2017-02-25 | 1 | -3/+3 |
| * | Use avpriv_report_missing_feature() where appropriate | Diego Biurrun | 2016-11-08 | 1 | -2/+1 |
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -3/+3 |
* | | avcodec/aacdec: Fix runtime error: signed integer overflow: 2147483520 + 255 ... | Michael Niedermayer | 2017-05-17 | 1 | -1/+3 |
* | | imdct15: rename to mdct15 and add a forward transform | Rostislav Pehlivanov | 2017-02-14 | 1 | -1/+1 |
* | | aac_latm: Copy whole AudioSpecificConfig when it is sized. | Alex Converse | 2017-02-13 | 1 | -12/+15 |
* | | aac_latm: Allow unaligned AudioSpecificConfig | Alex Converse | 2017-02-13 | 1 | -11/+15 |
* | | Move cbrt tables to separate cbrt_data(_fixed).c files. | Reimar Döffinger | 2016-03-13 | 1 | -1/+1 |
* | | Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6' | Hendrik Leppkes | 2016-01-01 | 1 | -2/+3 |
|\| |
|
| * | aacdec: fix aac_static_table_init() prototype | Anton Khirnov | 2015-12-07 | 1 | -1/+1 |
| * | aac: Make codec init run under ff_thread_once | Derek Buitenhuis | 2015-10-15 | 1 | -35/+49 |
| * | aac: Make sure to set err on the failure path | Luca Barbato | 2015-08-23 | 1 | -1/+3 |
* | | aac: Make codec init run under ff_thread_once | Derek Buitenhuis | 2015-10-15 | 1 | -0/+2 |
* | | avcodec/aacdec: Fix integer overflow in argument to decode_audio_specific_con... | Michael Niedermayer | 2015-08-03 | 1 | -1/+1 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -3/+3 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
| * | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | libavcodec: Implementation of AAC_fixed_decoder (LC-module) [4/4] | Jovan Zelincevic | 2015-07-09 | 1 | -1/+0 |
* | | libavcodec: Implementation of AAC_fixed_decoder (LC-module) [3/4] | Djordje Pesut | 2015-07-09 | 1 | -0/+5 |
* | | libavcodec: Implementation of AAC_fixed_decoder (LC-module) [1/4] | Jovan Zelincevic | 2015-07-09 | 1 | -3019/+1 |
* | | avcodec/aacdec: Do not return a uninitialized value | Michael Niedermayer | 2015-06-08 | 1 | -1/+3 |
* | | Merge commit 'bc76c46943272515805d7ac48ca39f14826d1fed' | Michael Niedermayer | 2015-06-08 | 1 | -0/+8 |
|\| |
|
| * | aac: Wait to know the channels before allocating frame | Luca Barbato | 2015-06-07 | 1 | -2/+11 |
* | | Merge commit 'a188108ebf28ebac9d2b8fc7d5b391aef45698b3' | Michael Niedermayer | 2015-06-08 | 1 | -2/+11 |
|\| |
|
| * | aac: Support channel configurations 11 and 12 | Sebastian Dröge | 2015-06-07 | 1 | -2/+11 |
* | | Merge commit '677c804aa3a78d61b21e6423165a252846c20f0e' | Michael Niedermayer | 2015-06-08 | 1 | -0/+5 |
|\| |
|
| * | aac: correctly map 7.1ch-wide AAC from FDK AAC encoder | nu774 | 2015-06-07 | 1 | -0/+5 |
* | | Merge commit '0289f81241e720452b5a77713488d54d3ec252d7' | Michael Niedermayer | 2015-06-03 | 1 | -3/+10 |
|\| |
|
| * | aac: Correctly map multichannel ADTS AAC with non-zero channel_config + PCE | nu774 | 2015-06-03 | 1 | -3/+10 |
| * | aacdec: consistently use avctx for logging in decode_eld_specific_config | Andreas Cadhalpun | 2015-04-19 | 1 | -1/+1 |
* | | aacdec: remove a duplicated line | Andreas Cadhalpun | 2015-05-13 | 1 | -1/+0 |
* | | aacdec: don't return frames without data | Andreas Cadhalpun | 2015-05-12 | 1 | -0/+6 |
* | | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -4/+4 |
|\| |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -4/+4 |
* | | aacdec: consistently use avctx for logging in decode_eld_specific_config | Andreas Cadhalpun | 2015-04-16 | 1 | -1/+1 |
* | | aacdec: Use macros for constants | Rostislav Pehlivanov | 2015-04-14 | 1 | -5/+5 |
* | | avcodec/aacdec: Fix storing state before PCE decode | Michael Niedermayer | 2015-04-09 | 1 | -1/+1 |
* | | Merge commit '87e85a133f3ce2f037b90e9c7bbca99951df6c15' | Michael Niedermayer | 2015-03-04 | 1 | -1/+2 |
|\| |
|
| * | aac: Relax reserved_bit validation | Vittorio Giovara | 2015-03-04 | 1 | -1/+2 |
* | | Merge commit 'ee964145b5d229571e00bf6883a44189d02babe2' | Michael Niedermayer | 2015-02-28 | 1 | -2/+0 |
|\| |
|
| * | lavc: remove unused traces of fmtconvert usage | Anton Khirnov | 2015-02-28 | 1 | -2/+0 |
* | | Merge commit 'd615187f74ddf3413778a8b5b7ae17255b0df88e' | Michael Niedermayer | 2015-02-04 | 1 | -12/+26 |
|\| |
|
| * | aacdec: Support for ER AAC ELD 480. | Alex Converse | 2015-02-03 | 1 | -12/+26 |
* | | Merge commit '7640c4a371a97899dfb443d980fd0bf8ac587754' | Michael Niedermayer | 2015-02-04 | 1 | -1/+1 |
|\| |
|
| * | aacdec: Tables for length 480 AAC ELD. | Niel van der Westhuizen | 2015-02-03 | 1 | -1/+1 |