]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavutil/mem.c
Revert "Prepare for O_DIRECT"
[frescor/ffmpeg.git] / libavutil / mem.c
2009-02-21 diegoCheck return value of posix_memalign and explicitly...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-28 diegospelling/grammar/consistency review part I
2009-01-25 diego10l: Add #undefs for system free/malloc/realloc, which...
2009-01-25 diegoC files should #include the header files of the same...
2009-01-25 diegoDo not #include common.h without necessity.
2009-01-24 diegoDirectly #include a bunch of indirectly #included headers.
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-07 ramiroUse posix_memalign() if available.
2008-05-23 michaelindent
2008-05-23 michaelmake av_strdup(NULL) return NULL
2008-04-03 michaelMerge declaratio and initialization.
2008-04-03 michaelMerge declaration and initialization.
2008-03-12 diegotypo fixes
2008-03-10 diegomisc spelling fixes
2008-02-14 benoitAvoid void*-arithmetic.
2007-03-05 takisMove unaltered av_freep() comments to the header file.
2007-03-05 takisMove unaltered av_free() comments to the header file.
2007-03-05 takisMove unaltered av_realloc() comments to the header...
2007-03-05 takisMove unaltered av_malloc() comments to the header file.
2007-02-24 diegocosmetics: Fix another common typo, dependAnt --> depen...
2006-11-14 mrurename MEMALIGN_HACK to CONFIG_MEMALIGN_HACK, use commo...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-25 lu_zeromove memory functions from avcodec to avutil
2006-08-17 michaelrevert aligned realloc() changesm this should be identi...
2006-08-13 michaeltrying to fix av_realloc()
2006-08-13 michaelalign av_realloc()
2006-07-19 lucabeMove av_malloc(), av_realloc(), and av_free() from...