summaryrefslogtreecommitdiff
path: root/libavutil/mem.c
Commit message (Expand)AuthorAge
* Check return value of posix_memalign and explicitly set pointer to NULL if itPatrik Kullman2009-02-21
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* spelling/grammar/consistency review part IDiego Biurrun2009-01-28
* 10l: Add #undefs for system free/malloc/realloc, which must be used here.Diego Biurrun2009-01-25
* C files should #include the header files of the same name.Diego Biurrun2009-01-25
* Do not #include common.h without necessity.Diego Biurrun2009-01-25
* Directly #include a bunch of indirectly #included headers.Diego Biurrun2009-01-24
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Use posix_memalign() if available.Ramiro Polla2009-01-07
* indentMichael Niedermayer2008-05-23
* make av_strdup(NULL) return NULLMichael Niedermayer2008-05-23
* Merge declaratio and initialization.Michael Niedermayer2008-04-03
* Merge declaration and initialization.Michael Niedermayer2008-04-03
* typo fixesDiego Biurrun2008-03-12
* misc spelling fixesDiego Biurrun2008-03-10
* Avoid void*-arithmetic.avcoder2008-02-14
* Move unaltered av_freep() comments to the header file.Panagiotis Issaris2007-03-05
* Move unaltered av_free() comments to the header file.Panagiotis Issaris2007-03-05
* Move unaltered av_realloc() comments to the header file.Panagiotis Issaris2007-03-05
* Move unaltered av_malloc() comments to the header file.Panagiotis Issaris2007-03-05
* cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun2007-02-24
* rename MEMALIGN_HACK to CONFIG_MEMALIGN_HACK, use common code in configureMåns Rullgård2006-11-14
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* move memory functions from avcodec to avutilLuca Barbato2006-09-25
* revert aligned realloc() changesm this should be identical to r5784Michael Niedermayer2006-08-17
* trying to fix av_realloc()Michael Niedermayer2006-08-13
* align av_realloc()Michael Niedermayer2006-08-13
* Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutilLuca Abeni2006-07-19