Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2007-05-21remove dependency of mpeg audio encoder over mpeg audio decoderAurelien Jacobs
2007-05-19add proper prefix to extern mpeg audio data tablesAurelien Jacobs
2007-05-19move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.cAurelien Jacobs
2007-04-29check for channels<=0 and print a reasonable error messageAlex Beregszaszi
2007-02-04useless as this file wont be compiled if this is not trueMichael Niedermayer
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-10-19QDM2 compatible decoderRoberto Togni
2005-05-11a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.source...Roine Gustafsson
2005-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård
2004-12-29common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer
2004-10-01do not call (av_)abort()Michael Niedermayer
2004-07-14more info about why init failedMichael Niedermayer
2003-11-03av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michael Niedermayer
2003-11-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
2003-10-13removed the obsolete and unused parameters of init_put_bitsAlex Beregszaszi
2003-03-06per file doxyMichael Niedermayer
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-02-10* static,const,compiler warning cleanupZdenek Kabelac
2003-01-24use av_malloc() functions - added av_strdup and av_realloc()Fabrice Bellard
2002-12-09AVVideoFrame -> AVFrameMichael Niedermayer
2002-09-12Change abort() calls to av_abort() calls.Philip Gladstone
2002-05-27* started to cleanup name clashes for onetime compilationZdenek Kabelac
2002-05-26license/copyright changeFabrice Bellard
2002-05-19removed useless header includes - use av memory functionsFabrice Bellard
2002-02-12alternative bitstream writer (disabled by default, uncomment #define ALT_BIST...Michael Niedermayer
2001-09-18corrected mpeg audio encoding overflows - now it should give correct quality ...Fabrice Bellard
2001-09-16merged code and tables between encoder and decoderFabrice Bellard
2001-08-15log2 to av_log2Fabrice Bellard
2001-08-14win32 fixesFabrice Bellard
2001-07-22Initial revisionFabrice Bellard