]> git.sesse.net Git - ffmpeg/history - libavcodec/libmp3lame.c
cosmetics: Write NULL pointer equality checks more compactly
[ffmpeg] / libavcodec / libmp3lame.c
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
2014-06-23 Justin RugglesCheck mp3 header before calling avpriv_mpegaudio_decode...
2014-03-30 Timothy Gulibmp3lame: add ABR support
2014-03-30 Timothy Gulibmp3lame: add comments about CBR/VBR modes
2014-03-30 Paul B Mahollibmp3lame: allow joint stereo to be disabled
2013-12-09 Alexandra Khirnovaavcodec: Use av_reallocp where suitable
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
2013-03-08 Justin Ruggleslibmp3lame: use the correct remaining buffer size when...
2013-01-14 Michael Niedermayerlavc: Fix assignments in if() when calling ff_af_queue_add
2012-11-26 Justin Rugglesdsputil: move vector_fmul_scalar() to AVFloatDSPContext...
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-10-17 Justin Ruggleslibmp3lame: resize the output buffer if needed
2012-10-06 Justin Ruggleslibmp3lame: use planar sample formats
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-06-10 Michael Niedermayerlibmp3lame: add missing layout terminator
2012-05-14 Anton Khirnovlibmp3lame: set supported channel layouts.
2012-03-20 Justin Ruggleslibmp3lame: use AVCodec.encode2()
2012-02-20 Justin Ruggleslibmp3lame: support float and s32 sample formats
2012-02-20 Justin Ruggleslibmp3lame: renaming, rearrangement, alignment, and...
2012-02-20 Justin Ruggleslibmp3lame: use the LAME default bit rate
2012-02-20 Justin Ruggleslibmp3lame: use avpriv_mpegaudio_decode_header() for...
2012-02-20 Justin Ruggleslibmp3lame: cosmetics: remove some pointless comments
2012-02-20 Justin Ruggleslibmp3lame: convert some debugging code to av_dlog()
2012-02-20 Justin Ruggleslibmp3lame: remove outdated comment.
2012-02-20 Justin Ruggleslibmp3lame: do not set coded_frame->key_frame.
2012-02-20 Justin Ruggleslibmp3lame: improve error handling in MP3lame_encode_init()
2012-02-20 Justin Ruggleslibmp3lame: remove unneeded 'stereo' field from Mp3Audi...
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_LAME_GLOBAL_OPTS cruft.
2011-12-29 Aneesh Dogralibmp3lame: K&R formatting cosmetics
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-09-01 Anton Khirnovlibmp3lame: fix typo
2011-08-31 Anton Khirnovlibmp3lame: add 'reservoir' private option.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-05-20 Ronald S. Bultjemp3lame: add #include required for AV_RB32 macro.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-11-02 Thierry FoucuAllow mono encoding with LAME.
2010-09-16 Carl Eugen HoyosRemove useless comment.
2010-09-15 James DarnleyAllow float values for libmp3lame quality.
2010-04-22 Michael NiedermayerSet .supported_samplerates for mpeg audio encoders.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-09-06 Reimar DöffingerMake sample_fmts and channel_layouts compound literals...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-26 Diego BiurrunFix filenames in Doxygen comments.
2009-01-11 Michael NiedermayerIncrease BUFFER_SIZE.
2009-01-11 Michael Niedermayerfix indention
2009-01-11 Michael NiedermayerAll negative values are errors not just -1.
2008-08-01 Nicolas GeorgeUse compression level to set mp3lame quality option.
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-11 Paul KellyAdd 'reservoir' flag to lavc's flags2 controlling wheth...
2007-07-24 Andreas Ömanincrease buffer size of LAME MP3 encoder
2007-06-12 Diego Biurrunmisc spelling fixes
2007-06-06 Diego BiurrunConsistent naming and lib prefixes for x264, xvid and...
2007-06-06 Diego BiurrunGive all wrappers for external libraries names starting...