| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary libavutil/(avutil|common|internal).h inclusions | Andreas Rheinhardt | 2022-02-24 | 1 | -4/+5 |
* | avutil/mem: Deprecate av_mallocz_array() | Andreas Rheinhardt | 2021-09-20 | 1 | -0/+2 |
* | avutil/mem: Reinline av_size_mult() internally | Andreas Rheinhardt | 2021-08-12 | 1 | -19/+24 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | lavu/mem: un-inline av_size_mult() | Anton Khirnov | 2021-06-11 | 1 | -0/+18 |
* | avutil/mem: check for max_alloc_size in av_fast_malloc() | James Almer | 2021-05-27 | 1 | -1/+10 |
* | avutil/mem: make ff_fast_malloc() internal to mem.c | James Almer | 2021-05-27 | 1 | -2/+21 |
* | avutil/mem: make max_alloc_size an atomic type | James Almer | 2021-05-23 | 1 | -6/+11 |
* | avutil/mem: Also poison new av_realloc-allocated blocks | Andreas Rheinhardt | 2021-04-30 | 1 | -2/+8 |
* | avutil/mem: Use max_alloc_size as-is | Andreas Rheinhardt | 2020-05-26 | 1 | -6/+4 |
* | lavu/mem: Make other alloc functions more similar to av_malloc(). | Carl Eugen Hoyos | 2020-04-12 | 1 | -8/+12 |
* | avutil/mem: Optimize fill32() by unrolling and using 64bit | Michael Niedermayer | 2019-01-20 | 1 | -0/+12 |
* | lavu/mem: Allow allocations close to max_alloc_size with av_fast_realloc(). | Carl Eugen Hoyos | 2018-01-04 | 1 | -1/+6 |
* | lavu/mem: Do not realloc in av_fast_realloc() if size == min_size. | Carl Eugen Hoyos | 2018-01-01 | 1 | -1/+1 |
* | avutil: add alignment needed for AVX-512 | James Darnley | 2017-12-24 | 1 | -1/+1 |
* | Merge commit '04b0f0e371ff81b682274b574fb465ba4395c09f' | James Almer | 2017-10-30 | 1 | -0/+14 |
|\ |
|
| * | mem: uninline av_malloc(z)_array() | Anton Khirnov | 2017-04-26 | 1 | -0/+14 |
* | | Merge commit '4fb311c804098d78e5ce5f527f9a9c37536d3a08' | Clément Bœsch | 2017-03-20 | 1 | -33/+3 |
|\| |
|
| * | Drop memalign hack | Diego Biurrun | 2016-09-03 | 1 | -26/+3 |
* | | 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 |