| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | lavc: Add option to encode MPEG-2 AAC with libfdk-aac | Kieran Kunhya | 2013-06-24 | 1 | -0/+1 |
* | lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft | Anton Khirnov | 2013-03-09 | 1 | -10/+0 |
* | libfdk-aacenc: Actually check for upper bounds of cutoff | Derek Buitenhuis | 2013-02-11 | 1 | -1/+1 |
* | lavc: Fix assignments in if() when calling ff_af_queue_add | Michael Niedermayer | 2013-01-14 | 1 | -1/+1 |
* | miscellaneous typo fixes | Diego Biurrun | 2012-12-21 | 1 | -1/+1 |
* | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -3/+3 |
* | libfdk-aac: Allow setting VBR modes via a private option | Martin Storsjö | 2012-09-25 | 1 | -2/+4 |
* | libfdk-aac: Warn the user that the VBR modes are unsupported | Martin Storsjö | 2012-09-25 | 1 | -0/+3 |
* | libfdk-aac: reindent after last commit | Nathan Caldwell | 2012-09-25 | 1 | -15/+15 |
* | libfdk-aac: Limit to supported sample rates. | Nathan Caldwell | 2012-09-25 | 1 | -0/+6 |
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -5/+5 |
* | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -4/+4 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | libfdk-aacenc: add LATM/LOAS encapsulation support | Kieran Kunhya | 2012-07-25 | 1 | -1/+14 |
* | libfdk-aac: Check if cutoff value is valid | Mohammad Alsaleh | 2012-07-15 | 1 | -0/+5 |
* | libfdk-aac: Allow setting the encoder bandwidth/cutoff frequency | Martin Storsjö | 2012-07-12 | 1 | -0/+9 |
* | Support AAC encoding via the external library fdk-aac | Martin Storsjö | 2012-07-12 | 1 | -0/+384 |