]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/mpegaudio.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / mpegaudio.c
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2007-05-20 aurelremove dependency of mpeg audio encoder over mpeg audio...
2007-05-19 aureladd proper prefix to extern mpeg audio data tables
2007-05-19 aurelmove some common mpeg audio tables from mpegaudiodectab...
2007-04-29 alexcheck for channels<=0 and print a reasonable error...
2007-02-04 michaeluseless as this file wont be compiled if this is not...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-10-18 rtognimpQDM2 compatible decoder
2005-05-10 michaela few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafss...
2005-02-24 michaelkill warnings patch by (Måns Rullgård <mru inprovide...
2004-12-29 michaelcommon.c -> bitstream.c (and the single non bitstream...
2004-10-01 michaeldo not call (av_)abort()
2004-07-14 michaelmore info about why init failed
2003-11-03 michaelav_log patch(2 of ?) by (Michel Bardiaux <mbardiaux...
2003-11-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-12 alexremoved the obsolete and unused parameters of init_put_bits
2003-03-06 michaelniper file doxy
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2003-02-10 kabi* static,const,compiler warning cleanup
2003-01-23 bellarduse av_malloc() functions - added av_strdup and av_real...
2002-12-09 michaelniAVVideoFrame -> AVFrame
2002-09-12 philipjsgChange abort() calls to av_abort() calls.
2002-05-27 kabi* started to cleanup name clashes for onetime compilation
2002-05-25 glantaulicense/copyright change
2002-05-18 glantauremoved useless header includes - use av memory functions
2002-02-12 michaelnialternative bitstream writer (disabled by default,...
2001-09-17 glantaucorrected mpeg audio encoding overflows - now it should...
2001-09-15 glantaumerged code and tables between encoder and decoder
2001-08-15 glantaulog2 to av_log2
2001-08-13 glantauwin32 fixes
2001-07-22 glantauInitial revision