| Commit message (Expand) | Author | Age | Files | Lines |
* | dynarray: Change AV_ to FF_ for AV_DYNARRAY_ADD | Timothy Gu | 2016-07-31 | 1 | -3/+3 |
* | avutil/mem: fix memleak | Zhao Zhili | 2016-07-28 | 1 | -1/+1 |
* | avutil/mem: Add av_fast_mallocz() | Michael Niedermayer | 2015-11-18 | 1 | -0/+4 |
* | Factor duplicated ff_fast_malloc() out into mem_internal.h | Michael Niedermayer | 2015-07-13 | 1 | -16/+2 |
* | avutil/mem: Fix potential overflow in overallocation code | Michael Niedermayer | 2015-07-11 | 1 | -2/+2 |
* | libavutil/mem: use size_t for the length in av_strdup() | Michael Niedermayer | 2015-05-10 | 1 | -1/+1 |
* | avutil/mem: replace remaining void **/*** casts by memcpy() | Michael Niedermayer | 2015-02-03 | 1 | -8/+12 |
* | Merge commit '60392480181f24ebf3ab48d8ac3614705de90152' | Michael Niedermayer | 2015-02-01 | 1 | -11/+18 |
|\ |
|
| * | mem: fix pointer pointer aliasing violations | Rémi Denis-Courmont | 2015-02-01 | 1 | -13/+19 |
* | | Merge commit '8ddc32629a6d6be77256694c9e322dde134609f3' | Michael Niedermayer | 2014-08-14 | 1 | -0/+20 |
|\| |
|
| * | mem: add av_strndup() for duplicating substrings | Anton Khirnov | 2014-08-13 | 1 | -0/+20 |
* | | lavu/mem: add av_dynarray_add_nofree function | Lukasz Marek | 2014-03-29 | 1 | -0/+13 |
* | | avutil/mem: avoid using intptr_t to access void* in av_dynarray_add() | Michael Niedermayer | 2014-03-22 | 1 | -3/+3 |
* | | lavu/mem: reimplement the dynarray functions with the macro. | Nicolas George | 2014-03-22 | 1 | -53/+22 |
* | | Merge commit 'cce3e0a49f0dd030262c28d9c53de0bd2fd909c4' | Michael Niedermayer | 2013-11-14 | 1 | -0/+39 |
|\| |
|
| * | Move av_fast_{m,re}alloc from lavc to lavu. | Anton Khirnov | 2013-11-14 | 1 | -0/+33 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-17 | 1 | -1/+1 |
|\| |
|
| * | mem: Make av_strdup allocate using av_realloc | Martin Storsjö | 2013-10-16 | 1 | -1/+1 |
* | | Merge commit '67e285ceca1cb602a5ab87010b30d904527924fe' | Michael Niedermayer | 2013-09-21 | 1 | -0/+4 |
|\| |
|
| * | mem: Handle av_reallocp(..., 0) properly | Martin Storsjö | 2013-09-20 | 1 | -0/+4 |
* | | Merge commit '3feb3d6ce4be0a09a9f8f13d613bed25b523b6e7' | Michael Niedermayer | 2013-09-17 | 1 | -0/+16 |
|\| |
|
| * | mem: Introduce av_reallocp | Luca Barbato | 2013-09-16 | 1 | -0/+16 |
* | | Merge commit 'c3e6e8f06c42499bd020fd0b37f9542150e6067b' | Michael Niedermayer | 2013-09-06 | 1 | -1/+1 |
|\| |
|
| * | mem: Do not check unsigned values for negative size | Diego Biurrun | 2013-09-05 | 1 | -3/+3 |
* | | Merge commit 'b634b36fcebfe16b837b6c4044f5d5cb99a75040' | Michael Niedermayer | 2013-09-06 | 1 | -2/+2 |
|\| |
|
| * | mem: Improve documentation wording and spelling | Diego Biurrun | 2013-09-05 | 1 | -2/+2 |
* | | avutil/mem: Fix flipped condition | Michael Niedermayer | 2013-08-09 | 1 | -1/+1 |
* | | avutil/mem: simplify av_reallocp_array() by using av_realloc_f() | Michael Niedermayer | 2013-06-05 | 1 | -12/+2 |
* | | Merge commit '3b4feac1ec14f861bdd7f494f288f4d8dd7f449e' | Michael Niedermayer | 2013-06-05 | 1 | -0/+26 |
|\| |
|
| * | mem: Add av_realloc_array and av_reallocp_array | Martin Storsjö | 2013-06-04 | 1 | -0/+26 |
* | | lavu/mem: add av_dynarray2_add() | Stefano Sabatini | 2013-05-13 | 1 | -0/+33 |
* | | lavu: define FF_MEMORY_POISON and use it | Stefano Sabatini | 2013-05-13 | 1 | -1/+1 |
* | | lavu/mem: fix potential int overflow and crash in av_dynarray_add() | Stefano Sabatini | 2013-05-08 | 1 | -2/+12 |
* | | avutil/mem: add av_memdup() | Michael Niedermayer | 2013-05-02 | 1 | -0/+11 |
* | | lavu/mem: remove redundant comment from av_dynarray_add() | Stefano Sabatini | 2013-04-27 | 1 | -1/+0 |
* | | mem: Fix usage of memalign() on DJGPP. | Fabrizio Gennari | 2013-03-10 | 1 | -0/+4 |
* | | Merge commit 'f935aca44c674d30e3ed940ef73bbad1228a5855' | Michael Niedermayer | 2013-02-24 | 1 | -1/+4 |
|\| |
|
| * | av_memcpy_backptr: avoid an infinite loop for back = 0 | Anton Khirnov | 2013-02-23 | 1 | -0/+3 |
* | | avutil/mem: do a small set of checks for memalign hack before freeing. | Michael Niedermayer | 2013-02-22 | 1 | -2/+7 |
* | | mem: minor simplification of the alignment hack code | Michael Niedermayer | 2012-12-14 | 1 | -1/+1 |
* | | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967' | Michael Niedermayer | 2012-12-05 | 1 | -5/+0 |
|\| |
|
| * | Remove pointless #undefs of previously forbidden functions. | Anton Khirnov | 2012-12-04 | 1 | -5/+0 |
* | | Merge commit '4a606c830ae664013cea33800094d4d0f4ec62da' | Michael Niedermayer | 2012-11-23 | 1 | -17/+103 |
|\| |
|
| * | av_memcpy_backptr: optimise some special cases | Mans Rullgard | 2012-11-23 | 1 | -17/+103 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-25 | 1 | -0/+37 |
|\| |
|
| * | avutil: Move memcpy_backptr() to mem.c | Diego Biurrun | 2012-10-25 | 1 | -0/+37 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-20 | 1 | -37/+39 |
|\| |
|
| * | avutil/mem: K&R formatting cosmetics | Diego Biurrun | 2012-10-20 | 1 | -38/+39 |
| * | mem: Don't abort on av_malloc(0) in debug mode | Martin Storsjö | 2012-07-10 | 1 | -2/+0 |
* | | mem: heap memory poisoning. | Clément Bœsch | 2012-07-02 | 1 | -1/+7 |