summaryrefslogtreecommitdiffstats
path: root/libavcodec/libfaac.c
Commit message (Expand)AuthorAgeFilesLines
* libfaac: Fix assignments in if()Michael Niedermayer2013-01-141-1/+1
* Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-051-2/+0
|\
| * Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-041-2/+0
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-121-2/+2
|\ \ | |/
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-311-1/+1
|\ \ | |/
| * Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-181-8/+22
|\ \ | |/
| * faac: Fix multi-channel orderingCarl Eugen Hoyos2012-04-161-0/+10
| * faac: Add .channel_layoutsAlex Converse2012-04-161-0/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-4/+5
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-4/+5
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-231-2/+1
* | libfaac: switch to ff_alloc_packet2().Michael Niedermayer2012-03-221-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-221-11/+51
|\ \ | |/
| * libfaac: use AVCodec.encode2()Justin Ruggles2012-03-201-11/+51
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-261-18/+37
|\ \ | |/
| * 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
* | Fix multi-channel encoding with libfaac.Carl Eugen Hoyos2012-01-251-0/+10
* | Revert "Fix multi-channel AAC encoding."Michael Niedermayer2012-01-241-10/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-7/+7
|\ \ | |/
| * 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
* | Fix multi-channel AAC encoding.Carl Eugen Hoyos2011-06-151-0/+10
* | Flush final frames in libfaac encoder.Justin Ruggles2011-01-301-1/+3
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
* | libfaac: add recognized profiles arrayAnssi Hannula2011-01-231-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