]> git.sesse.net Git - ffmpeg/history - libavutil/mem.c
tls_gnutls: fix hang on disconnection
[ffmpeg] / libavutil / mem.c
2015-02-01 Rémi Denis-Courmontmem: fix pointer pointer aliasing violations
2014-08-13 Anton Khirnovmem: add av_strndup() for duplicating substrings
2013-11-14 Anton KhirnovMove av_fast_{m,re}alloc from lavc to lavu.
2013-10-16 Martin Storsjömem: Make av_strdup allocate using av_realloc
2013-09-20 Martin Storsjömem: Handle av_reallocp(..., 0) properly
2013-09-16 Luca Barbatomem: Introduce av_reallocp
2013-09-05 Diego Biurrunmem: Do not check unsigned values for negative size
2013-09-05 Diego Biurrunmem: Improve documentation wording and spelling
2013-06-04 Martin Storsjömem: Add av_realloc_array and av_reallocp_array
2013-02-23 Anton Khirnovav_memcpy_backptr: avoid an infinite loop for back = 0
2012-12-04 Anton KhirnovRemove pointless #undefs of previously forbidden functions.
2012-11-23 Mans Rullgardav_memcpy_backptr: optimise some special cases
2012-10-25 Diego Biurrunavutil: Move memcpy_backptr() to mem.c
2012-10-20 Diego Biurrunavutil/mem: K&R formatting cosmetics
2012-07-10 Martin Storsjömem: Don't abort on av_malloc(0) in debug mode
2012-06-19 Ronald S. Bultjemem: add support for _aligned_malloc() as found on...
2012-04-10 Martin Storsjömem: Consistently return NULL for av_malloc(0)
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2011-04-26 Vitor SessakIncrease alignment of av_malloc() as needed by AVX...
2011-04-19 Anton Khirnovlavu: remove misc disabled cruft
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-03 Clément BœschAvoid pointless check before calling free
2010-12-04 Michael NiedermayerChange the argument of memory allocation functions...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-01-28 Måns RullgårdAdd --malloc-prefix to apply a prefix to malloc, free etc
2009-02-21 Patrik KullmanCheck return value of posix_memalign and explicitly...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-28 Diego Biurrunspelling/grammar/consistency review part I
2009-01-25 Diego Biurrun10l: Add #undefs for system free/malloc/realloc, which...
2009-01-25 Diego BiurrunC files should #include the header files of the same...
2009-01-25 Diego BiurrunDo not #include common.h without necessity.
2009-01-24 Diego BiurrunDirectly #include a bunch of indirectly #included headers.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-07 Ramiro PollaUse posix_memalign() if available.
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...