summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
2007-05-20remove dependency of mpeg audio encoder over mpeg audio decoderAurelien Jacobs5-796/+825
2007-05-19add proper prefix to extern mpeg audio data tablesAurelien Jacobs5-34/+34
2007-05-19move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.cAurelien Jacobs8-209/+271
2007-04-29check for channels<=0 and print a reasonable error messageAlex Beregszaszi1-1/+3
2007-02-04useless as this file wont be compiled if this is not trueMichael Niedermayer1-2/+0
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-01-12Update licensing information: The FSF changed postal address.Diego Biurrun295-301/+303
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun178-22016/+22016
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun340-13125/+13124
2005-10-18QDM2 compatible decoderRoberto Togni9-30/+67
2005-05-10a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.source...Roine Gustafsson5-0/+18
2005-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård42-86/+95
2004-12-29common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer17-845/+867
2004-10-01do not call (av_)abort()Michael Niedermayer4-4/+5
2004-07-14more info about why init failedMichael Niedermayer1-2/+6
2003-11-03av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michael Niedermayer6-17/+17
2003-11-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux48-453/+527
2003-10-12removed the obsolete and unused parameters of init_put_bitsAlex Beregszaszi13-32/+22
2003-03-06per file doxyMichael Niedermayer66-27/+342
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac110-1721/+1688
2003-02-10* static,const,compiler warning cleanupZdenek Kabelac27-156/+150
2003-01-23use av_malloc() functions - added av_strdup and av_realloc()Fabrice Bellard9-28/+64
2002-12-09AVVideoFrame -> AVFrameMichael Niedermayer23-98/+120
2002-09-12Change abort() calls to av_abort() calls.Philip Gladstone2-2/+2
2002-05-27* started to cleanup name clashes for onetime compilationZdenek Kabelac11-51/+79
2002-05-25license/copyright changeFabrice Bellard42-440/+461
2002-05-18removed useless header includes - use av memory functionsFabrice Bellard17-111/+70
2002-02-12alternative bitstream writer (disabled by default, uncomment #define ALT_BIST...Michael Niedermayer9-29/+172
2001-09-17corrected mpeg audio encoding overflows - now it should give correct quality ...Fabrice Bellard1-30/+24
2001-09-15merged code and tables between encoder and decoderFabrice Bellard3-278/+69
2001-08-15log2 to av_log2Fabrice Bellard2-3/+3
2001-08-13win32 fixesFabrice Bellard19-110/+546
2001-07-22Initial revisionFabrice Bellard80-0/+31513