summaryrefslogtreecommitdiff
path: root/libavcodec/libfaac.c
Commit message (Expand)AuthorAge
* 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
* 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
* lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-09
* lavc: Fix assignments in if() when calling ff_af_queue_addMichael Niedermayer2013-01-14
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-04
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* 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
* faac: Fix multi-channel orderingCarl Eugen Hoyos2012-04-16
* faac: Add .channel_layoutsAlex Converse2012-04-16
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* libfaac: use AVCodec.encode2()Justin Ruggles2012-03-20
* libfaac: improve error checking and handling in Faac_encode_init()Justin Ruggles2012-02-25
* audio encoders: do not set coded_frame->key_frame.Justin Ruggles2012-02-25
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Flush final frames in libfaac encoder.Justin Ruggles2011-01-29
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* libfaac: add recognized profiles arrayAnssi Hannula2011-01-22
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-06
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Log an error message in case of invalid number of channels.Stefano Sabatini2008-09-20
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* right filename in doxygen commentBenoit Fouet2007-08-22
* Give all wrappers for external libraries names starting with lib.Diego Biurrun2007-06-06