| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | trying to fix av_realloc() | Michael Niedermayer | 2006-08-13 | 1 | -3/+5 |