summaryrefslogtreecommitdiff
path: root/libavutil/mem.c
Commit message (Expand)AuthorAgeFilesLines
...
| * mem: Add av_realloc_array and av_reallocp_arrayMartin Storsjö2013-06-041-0/+26
* | lavu/mem: add av_dynarray2_add()Stefano Sabatini2013-05-131-0/+33
* | lavu: define FF_MEMORY_POISON and use itStefano Sabatini2013-05-131-1/+1
* | lavu/mem: fix potential int overflow and crash in av_dynarray_add()Stefano Sabatini2013-05-081-2/+12
* | avutil/mem: add av_memdup()Michael Niedermayer2013-05-021-0/+11
* | lavu/mem: remove redundant comment from av_dynarray_add()Stefano Sabatini2013-04-271-1/+0
* | mem: Fix usage of memalign() on DJGPP.Fabrizio Gennari2013-03-101-0/+4
* | Merge commit 'f935aca44c674d30e3ed940ef73bbad1228a5855'Michael Niedermayer2013-02-241-1/+4
|\ \ | |/
| * av_memcpy_backptr: avoid an infinite loop for back = 0Anton Khirnov2013-02-231-0/+3
* | avutil/mem: do a small set of checks for memalign hack before freeing.Michael Niedermayer2013-02-221-2/+7
* | mem: minor simplification of the alignment hack codeMichael Niedermayer2012-12-141-1/+1
* | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-051-5/+0
|\ \ | |/
| * Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-041-5/+0
* | Merge commit '4a606c830ae664013cea33800094d4d0f4ec62da'Michael Niedermayer2012-11-231-17/+103
|\ \ | |/
| * av_memcpy_backptr: optimise some special casesMans Rullgard2012-11-231-17/+103
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-251-0/+37
|\ \ | |/
| * avutil: Move memcpy_backptr() to mem.cDiego Biurrun2012-10-251-0/+37
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-201-37/+39
|\ \ | |/
| * avutil/mem: K&R formatting cosmeticsDiego Biurrun2012-10-201-38/+39
| * mem: Don't abort on av_malloc(0) in debug modeMartin Storsjö2012-07-101-2/+0
* | mem: heap memory poisoning.Clément Bœsch2012-07-021-1/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-191-0/+6
|\ \ | |/
| * mem: add support for _aligned_malloc() as found on WindowsRonald S. Bultje2012-06-191-0/+6
| * mem: Consistently return NULL for av_malloc(0)Martin Storsjö2012-04-101-1/+3
* | mem.c: fix wrong comment.Reimar Döffinger2012-04-161-3/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-291-0/+1
|\ \ | |/
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* | mem: add av_max_alloc() to limit the maximum amount that may be allocated in ...Michael Niedermayer2011-12-251-3/+7
* | Correct use of OSX to Mac OS X and properly format yasm providers on Mac OS XHanspeter Niederstrasser2011-12-111-1/+1
* | mem: fix memalign hack av_realloc()Michael Niedermayer2011-10-111-1/+3
* | Introduce av_realloc_f.Nicolas George2011-09-281-0/+15
* | Add av_calloc() helper.Laurent Aimar2011-09-251-0/+7
* | mem: Trying to workaround posix_memalign() bug on OSXMichael Niedermayer2011-06-071-0/+1
* | mem: define the MAX_MALLOC_SIZE constant and use it in place of INT_MAXStefano Sabatini2011-05-241-2/+4
* | Fix posix_memalign() usage when libavutil is compiled outside FFmpeg.Ivan Kalvachev2011-05-121-0/+2
* | mem: Choose alignment at compile time depending on AVX enabledness.Michael Niedermayer2011-05-101-4/+6
* | Only add 1 byte to av_malloc(0) when it actually returned NULLMichael Niedermayer2011-05-071-2/+2
* | Make av_realloc(0) behave like our av_malloc(0)Michael Niedermayer2011-05-071-1/+1
* | Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer2011-05-011-0/+20
|\ \
| * | Move ff_dynarray_add to lavu and make it public.Anton Khirnov2011-04-291-0/+20
| |/
* | Fix all malloc(0) issuesMichael Niedermayer2011-04-291-0/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-9/+7
|\ \ | |/
| * Increase alignment of av_malloc() as needed by AVX ASM.Vitor Sessak2011-04-261-9/+7
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-3/+3
|\ \ | |/
| * lavu: remove misc disabled cruftAnton Khirnov2011-04-191-3/+3
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Avoid pointless check before calling freeClément Bœsch2011-02-031-3/+2
* | Avoid pointless check before calling freeClément Bœsch2011-02-041-3/+2
|/
* Change the argument of memory allocation functions from unsigned int to size_tMichael Niedermayer2010-12-041-3/+3
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1