summaryrefslogtreecommitdiff
path: root/libavcodec/libmp3lame.c
Commit message (Expand)AuthorAge
* libmp3lame: use planar sample formatsJustin Ruggles2012-10-06
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* libmp3lame: add missing layout terminatorMichael Niedermayer2012-06-10
* libmp3lame: set supported channel layouts.Anton Khirnov2012-05-14
* libmp3lame: use AVCodec.encode2()Justin Ruggles2012-03-20
* libmp3lame: support float and s32 sample formatsJustin Ruggles2012-02-20
* libmp3lame: renaming, rearrangement, alignment, and commentsJustin Ruggles2012-02-20
* libmp3lame: use the LAME default bit rateJustin Ruggles2012-02-20
* libmp3lame: use avpriv_mpegaudio_decode_header() for output frame parsingJustin Ruggles2012-02-20
* libmp3lame: cosmetics: remove some pointless commentsJustin Ruggles2012-02-20
* libmp3lame: convert some debugging code to av_dlog()Justin Ruggles2012-02-20
* libmp3lame: remove outdated comment.Justin Ruggles2012-02-20
* libmp3lame: do not set coded_frame->key_frame.Justin Ruggles2012-02-20
* libmp3lame: improve error handling in MP3lame_encode_init()Justin Ruggles2012-02-20
* libmp3lame: remove unneeded 'stereo' field from Mp3AudioContextJustin Ruggles2012-02-20
* lavc: remove disabled FF_API_LAME_GLOBAL_OPTS cruft.Anton Khirnov2012-01-27
* libmp3lame: K&R formatting cosmeticsAneesh Dogra2011-12-29
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* libmp3lame: fix typoAnton Khirnov2011-09-01
* libmp3lame: add 'reservoir' private option.Anton Khirnov2011-08-31
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* mp3lame: add #include required for AV_RB32 macro.Ronald S. Bultje2011-05-20
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Allow mono encoding with LAME.Thierry Foucu2010-11-02
* Remove useless comment.Carl Eugen Hoyos2010-09-16
* Allow float values for libmp3lame quality.James Darnley2010-09-15
* Set .supported_samplerates for mpeg audio encoders.Michael Niedermayer2010-04-22
* 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
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-26
* Increase BUFFER_SIZE.Michael Niedermayer2009-01-11
* fix indentionMichael Niedermayer2009-01-11
* All negative values are errors not just -1.Michael Niedermayer2009-01-11
* Use compression level to set mp3lame quality option.Nicolas George2008-08-01
* 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
* Add 'reservoir' flag to lavc's flags2 controlling whether or not codes mayPaul Kelly2008-02-11
* increase buffer size of LAME MP3 encoderAndreas Öman2007-07-24
* misc spelling fixesDiego Biurrun2007-06-12
* Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.Diego Biurrun2007-06-06
* Give all wrappers for external libraries names starting with lib.Diego Biurrun2007-06-06