| Commit message (Expand) | Author | Age | Files | Lines |
* | mem: add av_strndup() for duplicating substrings | Anton Khirnov | 2014-08-13 | 1 | -0/+20 |
* | Move av_fast_{m,re}alloc from lavc to lavu. | Anton Khirnov | 2013-11-14 | 1 | -0/+33 |
* | mem: Make av_strdup allocate using av_realloc | Martin Storsjö | 2013-10-16 | 1 | -1/+1 |
* | mem: Handle av_reallocp(..., 0) properly | Martin Storsjö | 2013-09-20 | 1 | -0/+4 |
* | mem: Introduce av_reallocp | Luca Barbato | 2013-09-16 | 1 | -0/+16 |
* | mem: Do not check unsigned values for negative size | Diego Biurrun | 2013-09-05 | 1 | -3/+3 |
* | mem: Improve documentation wording and spelling | Diego Biurrun | 2013-09-05 | 1 | -2/+2 |
* | mem: Add av_realloc_array and av_reallocp_array | Martin Storsjö | 2013-06-04 | 1 | -0/+26 |
* | av_memcpy_backptr: avoid an infinite loop for back = 0 | Anton Khirnov | 2013-02-23 | 1 | -0/+3 |
* | Remove pointless #undefs of previously forbidden functions. | Anton Khirnov | 2012-12-04 | 1 | -5/+0 |
* | av_memcpy_backptr: optimise some special cases | Mans Rullgard | 2012-11-23 | 1 | -17/+103 |
* | avutil: Move memcpy_backptr() to mem.c | Diego Biurrun | 2012-10-25 | 1 | -0/+37 |
* | avutil/mem: K&R formatting cosmetics | Diego Biurrun | 2012-10-20 | 1 | -38/+39 |
* | mem: Don't abort on av_malloc(0) in debug mode | Martin Storsjö | 2012-07-10 | 1 | -2/+0 |
* | mem: add support for _aligned_malloc() as found on Windows | Ronald S. Bultje | 2012-06-19 | 1 | -0/+6 |
* | mem: Consistently return NULL for av_malloc(0) | Martin Storsjö | 2012-04-10 | 1 | -1/+3 |
* | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | Increase alignment of av_malloc() as needed by AVX ASM. | Vitor Sessak | 2011-04-26 | 1 | -9/+7 |
* | lavu: remove misc disabled cruft | Anton Khirnov | 2011-04-19 | 1 | -3/+3 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Avoid pointless check before calling free | Clément Bœsch | 2011-02-03 | 1 | -3/+2 |
* | Change the argument of memory allocation functions from unsigned int to size_t | Michael Niedermayer | 2010-12-04 | 1 | -3/+3 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Add --malloc-prefix to apply a prefix to malloc, free etc | Måns Rullgård | 2010-01-28 | 1 | -0/+17 |
* | Check return value of posix_memalign and explicitly set pointer to NULL if it | Patrik Kullman | 2009-02-21 | 1 | -1/+2 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | spelling/grammar/consistency review part I | Diego Biurrun | 2009-01-28 | 1 | -8/+8 |
* | 10l: Add #undefs for system free/malloc/realloc, which must be used here. | Diego Biurrun | 2009-01-25 | 1 | -0/+5 |
* | C files should #include the header files of the same name. | Diego Biurrun | 2009-01-25 | 1 | -0/+2 |
* | Do not #include common.h without necessity. | Diego Biurrun | 2009-01-25 | 1 | -6/+0 |
* | Directly #include a bunch of indirectly #included headers. | Diego Biurrun | 2009-01-24 | 1 | -0/+3 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -8/+8 |
* | Use posix_memalign() if available. | Ramiro Polla | 2009-01-07 | 1 | -1/+4 |
* | indent | Michael Niedermayer | 2008-05-23 | 1 | -4/+4 |
* | make av_strdup(NULL) return NULL | Michael Niedermayer | 2008-05-23 | 1 | -1/+3 |
* | Merge declaratio and initialization. | Michael Niedermayer | 2008-04-03 | 1 | -2/+1 |
* | Merge declaration and initialization. | Michael Niedermayer | 2008-04-03 | 1 | -3/+1 |
* | typo fixes | Diego Biurrun | 2008-03-12 | 1 | -1/+1 |
* | misc spelling fixes | Diego Biurrun | 2008-03-10 | 1 | -2/+2 |
* | Avoid void*-arithmetic. | avcoder | 2008-02-14 | 1 | -3/+3 |
* | Move unaltered av_freep() comments to the header file. | Panagiotis Issaris | 2007-03-05 | 1 | -4/+0 |
* | Move unaltered av_free() comments to the header file. | Panagiotis Issaris | 2007-03-05 | 1 | -5/+0 |
* | Move unaltered av_realloc() comments to the header file. | Panagiotis Issaris | 2007-03-05 | 1 | -5/+0 |
* | Move unaltered av_malloc() comments to the header file. | Panagiotis Issaris | 2007-03-05 | 1 | -5/+0 |
* | cosmetics: Fix another common typo, dependAnt --> dependEnt. | Diego Biurrun | 2007-02-24 | 1 | -1/+1 |
* | rename MEMALIGN_HACK to CONFIG_MEMALIGN_HACK, use common code in configure | Måns Rullgård | 2006-11-14 | 1 | -5/+5 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | move memory functions from avcodec to avutil | Luca Barbato | 2006-09-25 | 1 | -0/+32 |
* | revert aligned realloc() changesm this should be identical to r5784 | Michael Niedermayer | 2006-08-17 | 1 | -15/+11 |