| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | trying to fix av_realloc() | Michael Niedermayer | 2006-08-13 | 1 | -3/+5 |
* | align av_realloc() | Michael Niedermayer | 2006-08-13 | 1 | -10/+12 |
* | Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil | Luca Abeni | 2006-07-19 | 1 | -0/+137 |