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
2012-01-27
cosmetics: Remove extra newlines at EOF
Alex Converse
2011-04-26
Increase alignment of av_malloc() as needed by AVX ASM.
Vitor Sessak
2011-04-19
lavu: remove misc disabled cruft
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-03
Avoid pointless check before calling free
Clément Bœsch
2010-12-04
Change the argument of memory allocation functions from unsigned int to size_t
Michael Niedermayer
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-01-28
Add --malloc-prefix to apply a prefix to malloc, free etc
Måns Rullgård
2009-02-21
Check return value of posix_memalign and explicitly set pointer to NULL if it
Patrik Kullman
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-28
spelling/grammar/consistency review part I
Diego Biurrun
2009-01-25
10l: Add #undefs for system free/malloc/realloc, which must be used here.
Diego Biurrun
2009-01-25
C files should #include the header files of the same name.
Diego Biurrun
2009-01-25
Do not #include common.h without necessity.
Diego Biurrun
2009-01-24
Directly #include a bunch of indirectly #included headers.
Diego Biurrun
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-13
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-07
Use posix_memalign() if available.
Ramiro Polla
2008-05-23
indent
Michael Niedermayer
2008-05-23
make av_strdup(NULL) return NULL
Michael Niedermayer
2008-04-03
Merge declaratio and initialization.
Michael Niedermayer
2008-04-03
Merge declaration and initialization.
Michael Niedermayer
2008-03-12
typo fixes
Diego Biurrun
2008-03-10
misc spelling fixes
Diego Biurrun
2008-02-14
Avoid void*-arithmetic.
avcoder
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