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 (Expand)Author
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-01-28Add --malloc-prefix to apply a prefix to malloc, free etcMåns Rullgård
2009-02-21Check return value of posix_memalign and explicitly set pointer to NULL if itPatrik Kullman
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-28spelling/grammar/consistency review part IDiego Biurrun
2009-01-2610l: Add #undefs for system free/malloc/realloc, which must be used here.Diego Biurrun
2009-01-26C files should #include the header files of the same name.Diego Biurrun
2009-01-25Do not #include common.h without necessity.Diego Biurrun
2009-01-24Directly #include a bunch of indirectly #included headers.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-08Use posix_memalign() if available.Ramiro Polla
2008-05-23indentMichael Niedermayer
2008-05-23make av_strdup(NULL) return NULLMichael Niedermayer
2008-04-03Merge declaratio and initialization.Michael Niedermayer
2008-04-03Merge declaration and initialization.Michael Niedermayer
2008-03-13typo fixesDiego Biurrun
2008-03-10misc spelling fixesDiego Biurrun
2008-02-14Avoid void*-arithmetic.avcoder
2007-03-05Move unaltered av_freep() comments to the header file.Panagiotis Issaris
2007-03-05Move unaltered av_free() comments to the header file.Panagiotis Issaris
2007-03-05Move unaltered av_realloc() comments to the header file.Panagiotis Issaris
2007-03-05Move unaltered av_malloc() comments to the header file.Panagiotis Issaris
2007-02-24cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun
2006-11-14rename MEMALIGN_HACK to CONFIG_MEMALIGN_HACK, use common code in configureMåns Rullgård
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-25move memory functions from avcodec to avutilLuca Barbato
2006-08-17revert aligned realloc() changesm this should be identical to r5784Michael Niedermayer
2006-08-14trying to fix av_realloc()Michael Niedermayer
2006-08-13align av_realloc()Michael Niedermayer
2006-07-19Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutilLuca Abeni