summaryrefslogtreecommitdiff
path: root/libavcodec/libaacplus.c
Commit message (Expand)AuthorAge
* cosmetics: group remaining .name and .long_name.Clément Bœsch2013-10-04
* libaacplus: return meaningful error codesPaul B Mahol2013-05-23
* libaacplus: cosmetics: fix indentationPaul B Mahol2013-05-23
* libaacplus: move profile check above, simplifies code a littlePaul B Mahol2013-05-23
* libaacpluc: remove unused codePaul B Mahol2013-04-16
* libaacplus: support for float sample formatPaul B Mahol2013-04-16
* libaacplus: set supported profilesPaul B Mahol2013-04-16
* libaacplus: set supported channel_layoutsPaul B Mahol2013-04-16
* libaacplus: remove FF_API_OLD_ENCODE_AUDIO cruftPaul B Mahol2013-04-16
* normalize calls to ff_alloc_packet2James Zern2013-03-06
* Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-05
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
* cosmetics: align more codecs declarationsPaul B Mahol2012-06-12
* libaacplus: switch to encode2()Paul B Mahol2012-03-24
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
* lavc: replace rest of deprecated SAMPLE_FMT_* with AV_SAMPLE_FMT_*Paul B Mahol2012-01-03
* Use more designated initializers.Paul B Mahol2011-12-30
* Fix adts format creation in aac+ encoder modified: libavcodec/libaacplus.cSergiy Gur'yev2011-11-24
* libaac+ supporttipok2011-09-26