| Commit message (Expand) | Author | Age | Files | Lines |
* | mem: heap memory poisoning. | Clément Bœsch | 2012-07-02 | 1 | -1/+7 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-19 | 1 | -0/+6 |
|\ |
|
| * | 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 |
* | | mem.c: fix wrong comment. | Reimar Döffinger | 2012-04-16 | 1 | -3/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-29 | 1 | -0/+1 |
|\| |
|
| * | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | | mem: add av_max_alloc() to limit the maximum amount that may be allocated in ... | Michael Niedermayer | 2011-12-25 | 1 | -3/+7 |
* | | Correct use of OSX to Mac OS X and properly format yasm providers on Mac OS X | Hanspeter Niederstrasser | 2011-12-11 | 1 | -1/+1 |
* | | mem: fix memalign hack av_realloc() | Michael Niedermayer | 2011-10-11 | 1 | -1/+3 |
* | | Introduce av_realloc_f. | Nicolas George | 2011-09-28 | 1 | -0/+15 |
* | | Add av_calloc() helper. | Laurent Aimar | 2011-09-25 | 1 | -0/+7 |
* | | mem: Trying to workaround posix_memalign() bug on OSX | Michael Niedermayer | 2011-06-07 | 1 | -0/+1 |
* | | mem: define the MAX_MALLOC_SIZE constant and use it in place of INT_MAX | Stefano Sabatini | 2011-05-24 | 1 | -2/+4 |
* | | Fix posix_memalign() usage when libavutil is compiled outside FFmpeg. | Ivan Kalvachev | 2011-05-12 | 1 | -0/+2 |
* | | mem: Choose alignment at compile time depending on AVX enabledness. | Michael Niedermayer | 2011-05-10 | 1 | -4/+6 |
* | | Only add 1 byte to av_malloc(0) when it actually returned NULL | Michael Niedermayer | 2011-05-07 | 1 | -2/+2 |
* | | Make av_realloc(0) behave like our av_malloc(0) | Michael Niedermayer | 2011-05-07 | 1 | -1/+1 |
* | | Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45' | Michael Niedermayer | 2011-05-01 | 1 | -0/+20 |
|\ \ |
|
| * | | Move ff_dynarray_add to lavu and make it public. | Anton Khirnov | 2011-04-29 | 1 | -0/+20 |
| |/ |
|
* | | Fix all malloc(0) issues | Michael Niedermayer | 2011-04-29 | 1 | -0/+2 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-27 | 1 | -9/+7 |
|\| |
|
| * | Increase alignment of av_malloc() as needed by AVX ASM. | Vitor Sessak | 2011-04-26 | 1 | -9/+7 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-20 | 1 | -3/+3 |
|\| |
|
| * | 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 |
* | | Avoid pointless check before calling free | Clément Bœsch | 2011-02-04 | 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 |