]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegaudioenc.c
Deprecate av_opt_show() in favor of a new function av_opt_show2(),
[ffmpeg] / libavcodec / mpegaudioenc.c
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...