summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudio.c
Commit message (Expand)AuthorAge
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* remove dependency of mpeg audio encoder over mpeg audio decoderAurelien Jacobs2007-05-20
* add proper prefix to extern mpeg audio data tablesAurelien Jacobs2007-05-19
* move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.cAurelien Jacobs2007-05-19
* check for channels<=0 and print a reasonable error messageAlex Beregszaszi2007-04-29
* useless as this file wont be compiled if this is not trueMichael Niedermayer2007-02-04
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* QDM2 compatible decoderRoberto Togni2005-10-18
* a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.source...Roine Gustafsson2005-05-10
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-29
* do not call (av_)abort()Michael Niedermayer2004-10-01
* more info about why init failedMichael Niedermayer2004-07-14
* av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michael Niedermayer2003-11-03
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
* removed the obsolete and unused parameters of init_put_bitsAlex Beregszaszi2003-10-12
* per file doxyMichael Niedermayer2003-03-06
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-10
* use av_malloc() functions - added av_strdup and av_realloc()Fabrice Bellard2003-01-23
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-09
* Change abort() calls to av_abort() calls.Philip Gladstone2002-09-12
* * started to cleanup name clashes for onetime compilationZdenek Kabelac2002-05-27
* license/copyright changeFabrice Bellard2002-05-25
* removed useless header includes - use av memory functionsFabrice Bellard2002-05-18
* alternative bitstream writer (disabled by default, uncomment #define ALT_BIST...Michael Niedermayer2002-02-12
* corrected mpeg audio encoding overflows - now it should give correct quality ...Fabrice Bellard2001-09-17
* merged code and tables between encoder and decoderFabrice Bellard2001-09-15
* log2 to av_log2Fabrice Bellard2001-08-15
* win32 fixesFabrice Bellard2001-08-13
* Initial revisionFabrice Bellard2001-07-22