]> git.sesse.net Git - ffmpeg/history - libavutil/mem.c
lavu: remove misc disabled cruft
[ffmpeg] / libavutil / mem.c
2011-04-19 Anton Khirnovlavu: remove misc disabled cruft
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-03 Clément BœschAvoid pointless check before calling free
2010-12-04 Michael NiedermayerChange the argument of memory allocation functions...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-01-28 Måns RullgårdAdd --malloc-prefix to apply a prefix to malloc, free etc
2009-02-21 Patrik KullmanCheck return value of posix_memalign and explicitly...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-28 Diego Biurrunspelling/grammar/consistency review part I
2009-01-25 Diego Biurrun10l: Add #undefs for system free/malloc/realloc, which...
2009-01-25 Diego BiurrunC files should #include the header files of the same...
2009-01-25 Diego BiurrunDo not #include common.h without necessity.
2009-01-24 Diego BiurrunDirectly #include a bunch of indirectly #included headers.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-07 Ramiro PollaUse posix_memalign() if available.
2008-05-23 Michael Niedermayerindent
2008-05-23 Michael Niedermayermake av_strdup(NULL) return NULL
2008-04-03 Michael NiedermayerMerge declaratio and initialization.
2008-04-03 Michael NiedermayerMerge declaration and initialization.
2008-03-12 Diego Biurruntypo fixes
2008-03-10 Diego Biurrunmisc spelling fixes
2008-02-14 avcoderAvoid void*-arithmetic.
2007-03-05 Panagiotis IssarisMove unaltered av_freep() comments to the header file.
2007-03-05 Panagiotis IssarisMove unaltered av_free() comments to the header file.
2007-03-05 Panagiotis IssarisMove unaltered av_realloc() comments to the header...
2007-03-05 Panagiotis IssarisMove unaltered av_malloc() comments to the header file.
2007-02-24 Diego Biurruncosmetics: Fix another common typo, dependAnt --> depen...
2006-11-14 Måns Rullgårdrename MEMALIGN_HACK to CONFIG_MEMALIGN_HACK, use commo...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-25 Luca Barbatomove memory functions from avcodec to avutil
2006-08-17 Michael Niedermayerrevert aligned realloc() changesm this should be identi...
2006-08-13 Michael Niedermayertrying to fix av_realloc()
2006-08-13 Michael Niedermayeralign av_realloc()
2006-07-19 Luca AbeniMove av_malloc(), av_realloc(), and av_free() from...