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
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-28Add --malloc-prefix to apply a prefix to malloc, free etcMåns Rullgård
This makes it easy to use a replacement allocator instead of the system default one. Originally committed as revision 21509 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-21Check return value of posix_memalign and explicitly set pointer to NULL if itPatrik Kullman
fails, patch by Patrik Kullman, patrik yes nu. Originally committed as revision 17495 to svn://svn.ffmpeg.org/ffmpeg/trunk
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-28spelling/grammar/consistency review part IDiego Biurrun
Originally committed as revision 16840 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-2610l: Add #undefs for system free/malloc/realloc, which must be used here.Diego Biurrun
Originally committed as revision 16794 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-26C files should #include the header files of the same name.Diego Biurrun
Originally committed as revision 16792 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-25Do not #include common.h without necessity.Diego Biurrun
This eliminates the need to work around common.h overriding certain system functions which are required in this header. Originally committed as revision 16776 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-24Directly #include a bunch of indirectly #included headers.Diego Biurrun
Originally committed as revision 16748 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
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-08Use posix_memalign() if available.Ramiro Polla
Originally committed as revision 16488 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-23indentMichael Niedermayer
Originally committed as revision 13251 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-23make av_strdup(NULL) return NULLMichael Niedermayer
Originally committed as revision 13250 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-03Merge declaratio and initialization.Michael Niedermayer
Originally committed as revision 12677 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-03Merge declaration and initialization.Michael Niedermayer
Originally committed as revision 12676 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-13typo fixesDiego Biurrun
Originally committed as revision 12428 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-10misc spelling fixesDiego Biurrun
Originally committed as revision 12410 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-14Avoid void*-arithmetic.avcoder
Patch by mvplayer: ffmpeg gmail com Originally committed as revision 11932 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-05Move unaltered av_freep() comments to the header file.Panagiotis Issaris
Originally committed as revision 8253 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-05Move unaltered av_free() comments to the header file.Panagiotis Issaris
Originally committed as revision 8252 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-05Move unaltered av_realloc() comments to the header file.Panagiotis Issaris
Originally committed as revision 8251 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-05Move unaltered av_malloc() comments to the header file.Panagiotis Issaris
Originally committed as revision 8250 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-24cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun
Originally committed as revision 8114 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14rename MEMALIGN_HACK to CONFIG_MEMALIGN_HACK, use common code in configureMåns Rullgård
Originally committed as revision 7025 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-09-25move memory functions from avcodec to avutilLuca Barbato
Originally committed as revision 6330 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-17revert aligned realloc() changesm this should be identical to r5784Michael Niedermayer
Originally committed as revision 6008 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-14trying to fix av_realloc()Michael Niedermayer
Originally committed as revision 5996 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-13align av_realloc()Michael Niedermayer
Originally committed as revision 5992 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-19Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutilLuca Abeni
Originally committed as revision 5784 to svn://svn.ffmpeg.org/ffmpeg/trunk