OSDN Git Service

lavc: use designated initialisers for all codecs.
[coroid/ffmpeg_saccubus.git] / libavcodec / mpegaudioenc.c
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...