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
2012-11-23Merge commit '4a606c830ae664013cea33800094d4d0f4ec62da'Michael Niedermayer
2012-11-23av_memcpy_backptr: optimise some special casesMans Rullgard
2012-10-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-25avutil: Move memcpy_backptr() to mem.cDiego Biurrun
2012-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-20avutil/mem: K&R formatting cosmeticsDiego Biurrun
2012-07-10mem: Don't abort on av_malloc(0) in debug modeMartin Storsjö
2012-07-02mem: heap memory poisoning.Clément Bœsch
2012-06-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-19mem: add support for _aligned_malloc() as found on WindowsRonald S. Bultje
2012-04-17mem.c: fix wrong comment.Reimar Döffinger
2012-04-10mem: Consistently return NULL for av_malloc(0)Martin Storsjö
2012-01-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2011-12-25mem: add av_max_alloc() to limit the maximum amount that may be allocated in ...Michael Niedermayer
2011-12-11Correct use of OSX to Mac OS X and properly format yasm providers on Mac OS XHanspeter Niederstrasser
2011-10-12mem: fix memalign hack av_realloc()Michael Niedermayer
2011-09-28Introduce av_realloc_f.Nicolas George
2011-09-25Add av_calloc() helper.Laurent Aimar
2011-06-07mem: Trying to workaround posix_memalign() bug on OSXMichael Niedermayer
2011-05-24mem: define the MAX_MALLOC_SIZE constant and use it in place of INT_MAXStefano Sabatini
2011-05-12Fix posix_memalign() usage when libavutil is compiled outside FFmpeg.Ivan Kalvachev
2011-05-10mem: Choose alignment at compile time depending on AVX enabledness.Michael Niedermayer
2011-05-07Only add 1 byte to av_malloc(0) when it actually returned NULLMichael Niedermayer
2011-05-07Make av_realloc(0) behave like our av_malloc(0)Michael Niedermayer
2011-05-01Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer
2011-04-29Move ff_dynarray_add to lavu and make it public.Anton Khirnov
2011-04-29Fix all malloc(0) issuesMichael Niedermayer
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-26Increase alignment of av_malloc() as needed by AVX ASM.Vitor Sessak
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-19lavu: remove misc disabled cruftAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-04Avoid pointless check before calling freeClément Bœsch
2011-02-03Avoid pointless check before calling freeClément Bœsch
2010-12-04Change the argument of memory allocation functions from unsigned int to size_tMichael Niedermayer
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