summaryrefslogtreecommitdiffstats
path: root/libavcodec/libvo-aacenc.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-091-8/+0
* lavc: Fix assignments in if() when calling ff_af_queue_addMichael Niedermayer2013-01-141-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-2/+3
* libvo_aacenc: use AVCodec.encode2()Justin Ruggles2012-03-211-25/+96
* check for coded_frame allocation failure in several audio encodersJustin Ruggles2012-02-251-0/+2
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov2011-10-201-1/+1
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+7
* libvo-aacenc,libvo-amrwbenc}: fix api usageLuca Barbato2011-04-181-4/+4
* libvo-*: Fix up the long codec namesMartin Storsjö2011-04-131-1/+1
* libvo-aacenc: Only produce extradata if the global header flag is setMartin Storsjö2011-04-131-8/+10
* libvo-*: Don't use deprecated sample format names and enum namesMartin Storsjö2011-04-121-1/+1
* libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initializationMartin Storsjö2011-04-121-1/+1
* Add an AAC encoder by using the libvo-aacenc libraryMartin Storsjö2011-04-111-0/+128
OpenPOWER on IntegriCloud