summaryrefslogtreecommitdiffstats
path: root/libavcodec/libfaac.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-11/+0
* lavc: Fix assignments in if() when calling ff_af_queue_addMichael Niedermayer2013-01-141-1/+1
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-041-2/+0
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-2/+2
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+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
* faac: Fix multi-channel orderingCarl Eugen Hoyos2012-04-161-0/+10
* faac: Add .channel_layoutsAlex Converse2012-04-161-0/+12
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-4/+5
* libfaac: use AVCodec.encode2()Justin Ruggles2012-03-201-11/+51
* libfaac: improve error checking and handling in Faac_encode_init()Justin Ruggles2012-02-251-17/+38
* audio encoders: do not set coded_frame->key_frame.Justin Ruggles2012-02-251-1/+0
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-7/+7
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Flush final frames in libfaac encoder.Justin Ruggles2011-01-291-1/+3
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* libfaac: add recognized profiles arrayAnssi Hannula2011-01-221-0/+9
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-061-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Log an error message in case of invalid number of channels.Stefano Sabatini2008-09-201-1/+3
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-1/+2
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* right filename in doxygen commentBenoit Fouet2007-08-221-1/+1
* Give all wrappers for external libraries names starting with lib.Diego Biurrun2007-06-061-0/+154
OpenPOWER on IntegriCloud