index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
mem.c
Age
Commit message (
Expand
)
Author
2007-03-05
Move unaltered av_freep() comments to the header file.
Panagiotis Issaris
2007-03-05
Move unaltered av_free() comments to the header file.
Panagiotis Issaris
2007-03-05
Move unaltered av_realloc() comments to the header file.
Panagiotis Issaris
2007-03-05
Move unaltered av_malloc() comments to the header file.
Panagiotis Issaris
2007-02-24
cosmetics: Fix another common typo, dependAnt --> dependEnt.
Diego Biurrun
2006-11-14
rename MEMALIGN_HACK to CONFIG_MEMALIGN_HACK, use common code in configure
Måns Rullgård
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-09-25
move memory functions from avcodec to avutil
Luca Barbato
2006-08-17
revert aligned realloc() changesm this should be identical to r5784
Michael Niedermayer
2006-08-13
trying to fix av_realloc()
Michael Niedermayer
2006-08-13
align av_realloc()
Michael Niedermayer
2006-07-19
Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil
Luca Abeni