]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegaudioenc.c
avconv: drop update_sample_fmt()
[ffmpeg] / libavcodec / mpegaudioenc.c
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2014-10-13 Anton Khirnovlavc: use a separate field for exporting audio encoder...
2014-04-10 Luca Barbatomp2: Do not force a samplerate
2014-04-07 Vittorio Giovaramp2: match twolame default options
2013-11-10 Diego Biurrunmpegaudioenc: Move some static tables to MpegAudioContext
2013-11-10 Diego Biurrunmpegaudioenc: Remove broken integer-only quantization...
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
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-08-24 Mans Rullgardmpegaudio: move ff_mpa_enwindow to a separate file
2012-08-08 Anton Khirnovmpegaudioenc: list supported channel layouts.
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-20 Justin Rugglesmpegaudioenc: use AVCodec.encode2()
2012-02-25 Justin Rugglesmpegaudioenc: return AVERROR codes instead of -1
2012-02-25 Justin Rugglescheck for coded_frame allocation failure in several...
2012-02-25 Justin Rugglesaudio encoders: do not set coded_frame->key_frame.
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for some mpegaudio symbols...
2011-08-22 Anton Khirnovmp2 encoder: make 128k the default bitrate.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-16 Diego BiurrunRemove commented-out call to non-existing function...
2011-05-31 Diego Biurrunmpegaudioenc: Fix broken av_dlog statement.
2011-05-19 Mans Rullgardmpegaudio: remove useless #undef at end of file
2011-05-09 Mans Rullgardmpegaudio: remove CONFIG_MPEGAUDIO_HP option
2011-04-29 Diego BiurrunRemove some disabled printf debug cruft.
2011-04-29 Diego BiurrunReplace some commented-out debug printf() / av_log...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
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-07-24 Reimar DöffingerUse "const" qualifier for pointers that point to input...
2010-07-01 Rafaël Carrémpegaudioenc: Remove write-only variables from the...
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-30 Lasse ReinholdUse floating point mathematics when encoding mpeg audio.
2009-09-06 Reimar DöffingerMake sample_fmts and channel_layouts compound literals...
2009-07-30 Diego BiurrunChange av_log() calls surrounded by '#ifdef DEBUG'...
2009-04-13 Stefano SabatiniRename pbBufPtr() to put_bits_ptr().
2009-04-12 Stefano SabatiniSplit bitstream.h, put the bitstream writer stuff in...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-14 Måns RullgårdFix mpeg audio regression test failure
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-06-01 Michael NiedermayerPrevent scalefactors from overflowing.
2008-05-28 Michael NiedermayerILP64 fix
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2007-06-16 Måns Rullgårdmove a couple of macros and structs to mpegaudio.h
2007-06-12 Diego Biurrunmisc spelling fixes
2007-05-20 Aurelien Jacobsremove dependency of mpeg audio encoder over mpeg audio...