summaryrefslogtreecommitdiff
path: root/libavcodec/aacenc.c
Commit message (Expand)AuthorAge
* lavc: Drop exporting 2-pass encoding statsVittorio Giovara2015-12-07
* aac: Provide more information on the failure messageLuca Barbato2015-12-05
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* aacenc: correctly check returned valueVittorio Giovara2014-12-18
* lavc: use a separate field for exporting audio encoder paddingAnton Khirnov2014-10-13
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* aacenc: Fix erasure of surround channelsClaudio Freire2013-05-14
* lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-09
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* lavc: Fix assignments in if() when calling ff_af_queue_addMichael Niedermayer2013-01-14
* aacenc: use the correct output bufferMichael Niedermayer2012-11-26
* aacenc: Drop some unused function argumentsDiego Biurrun2012-10-29
* aacenc: use planar sample formatJustin Ruggles2012-10-06
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-04
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* Add a float DSP framework to libavutilJustin Ruggles2012-06-08
* aacenc: Fix issues with huge values of bit_rate.Reimar Döffinger2012-04-17
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* aacenc: Mark deinterleave_input_samples argument as const.Diego Biurrun2012-04-04
* aacenc: use AVCodec.encode2()Justin Ruggles2012-03-20
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* aacenc: make sure to encode enough frames to cover all input samples.Justin Ruggles2012-01-30
* aacenc: only use the number of input samples provided by the user.Justin Ruggles2012-01-30
* Fix non-C89 declarations in for loopsMans Rullgard2012-01-29
* aacenc: Fix LONG_START windowing.Nathan Caldwell2012-01-28
* aacenc: Fix a bug where deinterleaved samples were stored in the wrong place.Nathan Caldwell2012-01-28
* aacenc: Fix identification padding when the bitstream is already aligned.Alex Converse2012-01-24
* aacenc: Write correct length for long identification strings.Michael Niedermayer2012-01-24
* aacenc: Simplify windowingNathan Caldwell2012-01-23
* aacenc: Move saved overlap samples to the beginning of the same buffer as inc...Nathan Caldwell2012-01-23
* aacenc: Deinterleave input samples before processing.Nathan Caldwell2012-01-23
* aacenc: Store channel count in AACEncContext.Nathan Caldwell2012-01-23
* aacenc: Move Q^3/4 calculation to it's own tableNathan Caldwell2012-01-23
* aacenc: Request normalized float samples instead of converting s16 samples to...Nathan Caldwell2012-01-23
* aacenc: cosmetics: move init() and end() to the bottom of the file.Nathan Caldwell2012-01-23
* aacenc: aac_encode_init() cleanupNathan Caldwell2012-01-23
* lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-20
* lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov2011-10-20
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* aacenc: Fix number of coefficients used in a LFE channel.Nathan Caldwell2011-08-13
* aacenc: Fix a segfault with grouped psymodel.Nathan Caldwell2011-08-13
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* aacenc: Fix determination of Mid/Side Mode.Nathan Caldwell2011-06-29
* psymodel: Remove the single channel analysis functionNathan Caldwell2011-06-29
* aacenc: Implement dummy channel group analysis that just calls the single cha...Nathan Caldwell2011-06-29