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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-21remove dependency of mpeg audio encoder over mpeg audio decoderAurelien Jacobs
Originally committed as revision 9082 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-19add proper prefix to extern mpeg audio data tablesAurelien Jacobs
Originally committed as revision 9061 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-19move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.cAurelien Jacobs
Originally committed as revision 9060 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-29check for channels<=0 and print a reasonable error messageAlex Beregszaszi
Originally committed as revision 8857 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-04useless as this file wont be compiled if this is not trueMichael Niedermayer
Originally committed as revision 7816 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-10-19QDM2 compatible decoderRoberto Togni
Originally committed as revision 4649 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-05-11a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine ↵Roine Gustafsson
users.sourceforge net] Originally committed as revision 4213 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård
Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-29common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer
common.h -> common.h/bitstream.h Originally committed as revision 3777 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-10-01do not call (av_)abort()Michael Niedermayer
Originally committed as revision 3543 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-07-14more info about why init failedMichael Niedermayer
Originally committed as revision 3312 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-11-03av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michael Niedermayer
Originally committed as revision 2474 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-11-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
Originally committed as revision 2469 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-10-13removed the obsolete and unused parameters of init_put_bitsAlex Beregszaszi
Originally committed as revision 2366 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-03-06per file doxyMichael Niedermayer
Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-02-10* static,const,compiler warning cleanupZdenek Kabelac
Originally committed as revision 1567 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-01-24use av_malloc() functions - added av_strdup and av_realloc()Fabrice Bellard
Originally committed as revision 1505 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-12-09AVVideoFrame -> AVFrameMichael Niedermayer
Originally committed as revision 1327 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-12Change abort() calls to av_abort() calls.Philip Gladstone
Originally committed as revision 922 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-27* started to cleanup name clashes for onetime compilationZdenek Kabelac
Originally committed as revision 617 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-26license/copyright changeFabrice Bellard
Originally committed as revision 599 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-19removed useless header includes - use av memory functionsFabrice Bellard
Originally committed as revision 522 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-02-12alternative bitstream writer (disabled by default, uncomment #define ↵Michael Niedermayer
ALT_BISTREAM_WRITER in common.h if u want to try it) Originally committed as revision 295 to svn://svn.ffmpeg.org/ffmpeg/trunk
2001-09-18corrected mpeg audio encoding overflows - now it should give correct quality ↵Fabrice Bellard
even for very high volumes Originally committed as revision 132 to svn://svn.ffmpeg.org/ffmpeg/trunk
2001-09-16merged code and tables between encoder and decoderFabrice Bellard
Originally committed as revision 119 to svn://svn.ffmpeg.org/ffmpeg/trunk
2001-08-15log2 to av_log2Fabrice Bellard
Originally committed as revision 101 to svn://svn.ffmpeg.org/ffmpeg/trunk
2001-08-14win32 fixesFabrice Bellard
Originally committed as revision 84 to svn://svn.ffmpeg.org/ffmpeg/trunk
2001-07-22Initial revisionFabrice Bellard
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk