aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/libaacplus.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: group remaining .name and .long_name.Clément Bœsch2013-10-041-1/+1
* libaacplus: return meaningful error codesPaul B Mahol2013-05-231-4/+4
* libaacplus: cosmetics: fix indentationPaul B Mahol2013-05-231-4/+4
* libaacplus: move profile check above, simplifies code a littlePaul B Mahol2013-05-231-7/+5
* libaacpluc: remove unused codePaul B Mahol2013-04-161-6/+0
* libaacplus: support for float sample formatPaul B Mahol2013-04-161-1/+2
* libaacplus: set supported profilesPaul B Mahol2013-04-161-0/+6
* libaacplus: set supported channel_layoutsPaul B Mahol2013-04-161-0/+9
* libaacplus: remove FF_API_OLD_ENCODE_AUDIO cruftPaul B Mahol2013-04-161-8/+0
* normalize calls to ff_alloc_packet2James Zern2013-03-061-1/+1
* Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-051-2/+0
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
* cosmetics: align more codecs declarationsPaul B Mahol2012-06-121-2/+3
* libaacplus: switch to encode2()Paul B Mahol2012-03-241-16/+24
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-1/+1
* lavc: replace rest of deprecated SAMPLE_FMT_* with AV_SAMPLE_FMT_*Paul B Mahol2012-01-031-1/+1
* Use more designated initializers.Paul B Mahol2011-12-301-7/+7
* Fix adts format creation in aac+ encoder modified: libavcodec/libaacplus.cSergiy Gur'yev2011-11-241-3/+1
* libaac+ supporttipok2011-09-261-0/+136