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