| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+3 |
* | libvo_aacenc: use AVCodec.encode2() | Justin Ruggles | 2012-03-21 | 1 | -25/+96 |
* | check for coded_frame allocation failure in several audio encoders | Justin Ruggles | 2012-02-25 | 1 | -0/+2 |
* | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+7 |
* | libvo-aacenc,libvo-amrwbenc}: fix api usage | Luca Barbato | 2011-04-18 | 1 | -4/+4 |
* | libvo-*: Fix up the long codec names | Martin Storsjö | 2011-04-13 | 1 | -1/+1 |
* | libvo-aacenc: Only produce extradata if the global header flag is set | Martin Storsjö | 2011-04-13 | 1 | -8/+10 |
* | libvo-*: Don't use deprecated sample format names and enum names | Martin Storsjö | 2011-04-12 | 1 | -1/+1 |
* | libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initialization | Martin Storsjö | 2011-04-12 | 1 | -1/+1 |
* | Add an AAC encoder by using the libvo-aacenc library | Martin Storsjö | 2011-04-11 | 1 | -0/+128 |