summaryrefslogtreecommitdiff
path: root/libavutil/mem.c
Commit message (Expand)AuthorAge
* mem: fix pointer pointer aliasing violationsRémi Denis-Courmont2015-02-01
* mem: add av_strndup() for duplicating substringsAnton Khirnov2014-08-13
* Move av_fast_{m,re}alloc from lavc to lavu.Anton Khirnov2013-11-14
* mem: Make av_strdup allocate using av_reallocMartin Storsjö2013-10-16
* mem: Handle av_reallocp(..., 0) properlyMartin Storsjö2013-09-20
* mem: Introduce av_reallocpLuca Barbato2013-09-16
* mem: Do not check unsigned values for negative sizeDiego Biurrun2013-09-05
* mem: Improve documentation wording and spellingDiego Biurrun2013-09-05
* mem: Add av_realloc_array and av_reallocp_arrayMartin Storsjö2013-06-04
* av_memcpy_backptr: avoid an infinite loop for back = 0Anton Khirnov2013-02-23
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-04
* av_memcpy_backptr: optimise some special casesMans Rullgard2012-11-23
* avutil: Move memcpy_backptr() to mem.cDiego Biurrun2012-10-25
* avutil/mem: K&R formatting cosmeticsDiego Biurrun2012-10-20
* mem: Don't abort on av_malloc(0) in debug modeMartin Storsjö2012-07-10
* mem: add support for _aligned_malloc() as found on WindowsRonald S. Bultje2012-06-19
* mem: Consistently return NULL for av_malloc(0)Martin Storsjö2012-04-10
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* Increase alignment of av_malloc() as needed by AVX ASM.Vitor Sessak2011-04-26
* lavu: remove misc disabled cruftAnton Khirnov2011-04-19
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Avoid pointless check before calling freeClément Bœsch2011-02-03
* Change the argument of memory allocation functions from unsigned int to size_tMichael Niedermayer2010-12-04
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Add --malloc-prefix to apply a prefix to malloc, free etcMåns Rullgård2010-01-28
* 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