summaryrefslogtreecommitdiffstats
path: root/libavutil/mem.c
Commit message (Expand)AuthorAgeFilesLines
* Increase alignment of av_malloc() as needed by AVX ASM.Vitor Sessak2011-04-261-9/+7
* lavu: remove misc disabled cruftAnton Khirnov2011-04-191-3/+3
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Avoid pointless check before calling freeClément Bœsch2011-02-031-3/+2
* Change the argument of memory allocation functions from unsigned int to size_tMichael Niedermayer2010-12-041-3/+3
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Add --malloc-prefix to apply a prefix to malloc, free etcMåns Rullgård2010-01-281-0/+17
* Check return value of posix_memalign and explicitly set pointer to NULL if itPatrik Kullman2009-02-211-1/+2
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* spelling/grammar/consistency review part IDiego Biurrun2009-01-281-8/+8
* 10l: Add #undefs for system free/malloc/realloc, which must be used here.Diego Biurrun2009-01-251-0/+5
* C files should #include the header files of the same name.Diego Biurrun2009-01-251-0/+2
* Do not #include common.h without necessity.Diego Biurrun2009-01-251-6/+0
* Directly #include a bunch of indirectly #included headers.Diego Biurrun2009-01-241-0/+3
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-8/+8
* Use posix_memalign() if available.Ramiro Polla2009-01-071-1/+4
* indentMichael Niedermayer2008-05-231-4/+4
* make av_strdup(NULL) return NULLMichael Niedermayer2008-05-231-1/+3
* Merge declaratio and initialization.Michael Niedermayer2008-04-031-2/+1
* Merge declaration and initialization.Michael Niedermayer2008-04-031-3/+1
* typo fixesDiego Biurrun2008-03-121-1/+1
* misc spelling fixesDiego Biurrun2008-03-101-2/+2
* Avoid void*-arithmetic.avcoder2008-02-141-3/+3
* Move unaltered av_freep() comments to the header file.Panagiotis Issaris2007-03-051-4/+0
* Move unaltered av_free() comments to the header file.Panagiotis Issaris2007-03-051-5/+0
* Move unaltered av_realloc() comments to the header file.Panagiotis Issaris2007-03-051-5/+0
* Move unaltered av_malloc() comments to the header file.Panagiotis Issaris2007-03-051-5/+0
* cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun2007-02-241-1/+1
* rename MEMALIGN_HACK to CONFIG_MEMALIGN_HACK, use common code in configureMåns Rullgård2006-11-141-5/+5
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* move memory functions from avcodec to avutilLuca Barbato2006-09-251-0/+32
* revert aligned realloc() changesm this should be identical to r5784Michael Niedermayer2006-08-171-15/+11
* trying to fix av_realloc()Michael Niedermayer2006-08-131-3/+5
* align av_realloc()Michael Niedermayer2006-08-131-10/+12
* Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutilLuca Abeni2006-07-191-0/+137
OpenPOWER on IntegriCloud