| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-19 | 1 | -0/+6 |
|\| |
|
| * | mem: add support for _aligned_malloc() as found on Windows | Ronald S. Bultje | 2012-06-19 | 1 | -0/+6 |
| * | mem: Consistently return NULL for av_malloc(0) | Martin Storsjö | 2012-04-10 | 1 | -1/+3 |
* | | mem.c: fix wrong comment. | Reimar Döffinger | 2012-04-16 | 1 | -3/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-29 | 1 | -0/+1 |
|\| |
|
| * | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | | mem: add av_max_alloc() to limit the maximum amount that may be allocated in ... | Michael Niedermayer | 2011-12-25 | 1 | -3/+7 |
* | | Correct use of OSX to Mac OS X and properly format yasm providers on Mac OS X | Hanspeter Niederstrasser | 2011-12-11 | 1 | -1/+1 |
* | | mem: fix memalign hack av_realloc() | Michael Niedermayer | 2011-10-11 | 1 | -1/+3 |
* | | Introduce av_realloc_f. | Nicolas George | 2011-09-28 | 1 | -0/+15 |
* | | Add av_calloc() helper. | Laurent Aimar | 2011-09-25 | 1 | -0/+7 |