]> git.sesse.net Git - ffmpeg/history - libavutil/mem.c
struct timeval requires #include <sys/time.h>
[ffmpeg] / libavutil / mem.c
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...