]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegaudio.c
lavc: mark the old audio/video encoding API as deprecated
[ffmpeg] / libavcodec / mpegaudio.c
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2007-05-20 Aurelien Jacobsremove dependency of mpeg audio encoder over mpeg audio...
2007-05-19 Aurelien Jacobsadd proper prefix to extern mpeg audio data tables
2007-05-19 Aurelien Jacobsmove some common mpeg audio tables from mpegaudiodectab...
2007-04-29 Alex Beregszaszicheck for channels<=0 and print a reasonable error...
2007-02-04 Michael Niedermayeruseless as this file wont be compiled if this is not...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-10-18 Roberto TogniQDM2 compatible decoder
2005-05-10 Roine Gustafssona few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafss...
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2004-12-29 Michael Niedermayercommon.c -> bitstream.c (and the single non bitstream...
2004-10-01 Michael Niedermayerdo not call (av_)abort()
2004-07-14 Michael Niedermayermore info about why init failed
2003-11-03 Michael Niedermayerav_log patch(2 of ?) by (Michel Bardiaux <mbardiaux...
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-12 Alex Beregszasziremoved the obsolete and unused parameters of init_put_bits
2003-03-06 Michael Niedermayerper file doxy
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-10 Zdenek Kabelac* static,const,compiler warning cleanup
2003-01-23 Fabrice Bellarduse av_malloc() functions - added av_strdup and av_real...
2002-12-09 Michael NiedermayerAVVideoFrame -> AVFrame
2002-09-12 Philip GladstoneChange abort() calls to av_abort() calls.
2002-05-27 Zdenek Kabelac* started to cleanup name clashes for onetime compilation
2002-05-25 Fabrice Bellardlicense/copyright change
2002-05-18 Fabrice Bellardremoved useless header includes - use av memory functions
2002-02-12 Michael Niedermayeralternative bitstream writer (disabled by default,...
2001-09-17 Fabrice Bellardcorrected mpeg audio encoding overflows - now it should...
2001-09-15 Fabrice Bellardmerged code and tables between encoder and decoder
2001-08-15 Fabrice Bellardlog2 to av_log2
2001-08-13 Fabrice Bellardwin32 fixes
2001-07-22 Fabrice BellardInitial revision