summaryrefslogtreecommitdiff
path: root/libavutil/mem.c
Commit message (Expand)AuthorAge
* mem: minor simplification of the alignment hack codeMichael Niedermayer2012-12-14
* Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-05
|\
| * Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-04
* | Merge commit '4a606c830ae664013cea33800094d4d0f4ec62da'Michael Niedermayer2012-11-23
|\|
| * av_memcpy_backptr: optimise some special casesMans Rullgard2012-11-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-25
|\|
| * avutil: Move memcpy_backptr() to mem.cDiego Biurrun2012-10-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-20
|\|
| * avutil/mem: K&R formatting cosmeticsDiego Biurrun2012-10-20
| * mem: Don't abort on av_malloc(0) in debug modeMartin Storsjö2012-07-10
* | mem: heap memory poisoning.Clément Bœsch2012-07-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-19
|\|
| * mem: add support for _aligned_malloc() as found on WindowsRonald S. Bultje2012-06-19
| * mem: Consistently return NULL for av_malloc(0)Martin Storsjö2012-04-10
* | mem.c: fix wrong comment.Reimar Döffinger2012-04-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-29
|\|
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* | mem: add av_max_alloc() to limit the maximum amount that may be allocated in ...Michael Niedermayer2011-12-25
* | Correct use of OSX to Mac OS X and properly format yasm providers on Mac OS XHanspeter Niederstrasser2011-12-11
* | mem: fix memalign hack av_realloc()Michael Niedermayer2011-10-11
* | Introduce av_realloc_f.Nicolas George2011-09-28
* | Add av_calloc() helper.Laurent Aimar2011-09-25
* | mem: Trying to workaround posix_memalign() bug on OSXMichael Niedermayer2011-06-07
* | mem: define the MAX_MALLOC_SIZE constant and use it in place of INT_MAXStefano Sabatini2011-05-24
* | Fix posix_memalign() usage when libavutil is compiled outside FFmpeg.Ivan Kalvachev2011-05-12
* | mem: Choose alignment at compile time depending on AVX enabledness.Michael Niedermayer2011-05-10
* | Only add 1 byte to av_malloc(0) when it actually returned NULLMichael Niedermayer2011-05-07
* | Make av_realloc(0) behave like our av_malloc(0)Michael Niedermayer2011-05-07
* | Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer2011-05-01
|\ \
| * | Move ff_dynarray_add to lavu and make it public.Anton Khirnov2011-04-29
| |/
* | Fix all malloc(0) issuesMichael Niedermayer2011-04-29
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-27
|\|
| * Increase alignment of av_malloc() as needed by AVX ASM.Vitor Sessak2011-04-26
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-20
|\|
| * lavu: remove misc disabled cruftAnton Khirnov2011-04-19
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Avoid pointless check before calling freeClément Bœsch2011-02-03
* | Avoid pointless check before calling freeClément Bœsch2011-02-04
|/
* Change the argument of memory allocation functions from unsigned int to size_tMichael Niedermayer2010-12-04
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Add --malloc-prefix to apply a prefix to malloc, free etcMåns Rullgård2010-01-28
* Check return value of posix_memalign and explicitly set pointer to NULL if itPatrik Kullman2009-02-21
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* spelling/grammar/consistency review part IDiego Biurrun2009-01-28
* 10l: Add #undefs for system free/malloc/realloc, which must be used here.Diego Biurrun2009-01-25
* C files should #include the header files of the same name.Diego Biurrun2009-01-25
* Do not #include common.h without necessity.Diego Biurrun2009-01-25
* Directly #include a bunch of indirectly #included headers.Diego Biurrun2009-01-24
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13