| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5' | Michael Niedermayer | 2013-03-12 | 1 | -8/+0 |
|\| |
|
| * | lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft | Anton Khirnov | 2013-03-09 | 1 | -8/+0 |
| * | lavc: Fix assignments in if() when calling ff_af_queue_add | Michael Niedermayer | 2013-01-14 | 1 | -1/+1 |
* | | normalize calls to ff_alloc_packet2 | James Zern | 2013-03-06 | 1 | -1/+1 |
* | | libvo-aacenc: Fix assignments in if() | Michael Niedermayer | 2013-01-14 | 1 | -1/+1 |
* | | lavc/aac: fix shared build failures with MSVC. | Clément Bœsch | 2012-11-12 | 1 | -1/+8 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-31 | 1 | -1/+1 |
|\| |
|
| * | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -2/+3 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+3 |
* | | aac: reference supported sample rates in encoders. | Clément Bœsch | 2012-03-26 | 1 | -0/+1 |
* | | cosmetics: remove superfluous curly brackets | Paul B Mahol | 2012-03-23 | 1 | -2/+1 |
* | | libvo-aacenc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-22 | 1 | -25/+96 |
|\| |
|
| * | libvo_aacenc: use AVCodec.encode2() | Justin Ruggles | 2012-03-21 | 1 | -25/+96 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-26 | 1 | -0/+2 |
|\| |
|
| * | check for coded_frame allocation failure in several audio encoders | Justin Ruggles | 2012-02-25 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-29 | 1 | -1/+0 |
|\| |
|
| * | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-21 | 1 | -1/+1 |
|\| |
|
| * | lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -8/+7 |
|\| |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+7 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-20 | 1 | -4/+4 |
|\| |
|
| * | libvo-aacenc,libvo-amrwbenc}: fix api usage | Luca Barbato | 2011-04-18 | 1 | -4/+4 |
* | | Merge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864' | Michael Niedermayer | 2011-04-15 | 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 |