aboutsummaryrefslogtreecommitdiff
path: root/libavutil/mem.c
AgeCommit message (Expand)Author
2007-03-05Move unaltered av_freep() comments to the header file.Panagiotis Issaris
2007-03-05Move unaltered av_free() comments to the header file.Panagiotis Issaris
2007-03-05Move unaltered av_realloc() comments to the header file.Panagiotis Issaris
2007-03-05Move unaltered av_malloc() comments to the header file.Panagiotis Issaris
2007-02-24cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun
2006-11-14rename MEMALIGN_HACK to CONFIG_MEMALIGN_HACK, use common code in configureMåns Rullgård
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-25move memory functions from avcodec to avutilLuca Barbato
2006-08-17revert aligned realloc() changesm this should be identical to r5784Michael Niedermayer
2006-08-13trying to fix av_realloc()Michael Niedermayer
2006-08-13align av_realloc()Michael Niedermayer
2006-07-19Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutilLuca Abeni