summaryrefslogtreecommitdiff
path: root/libavutil/mem.c
Commit message (Expand)AuthorAgeFilesLines
* avutil: remove FF_API_AV_MALLOCZ_ARRAYJames Almer2023-02-091-10/+0
* avutil/mem: Handle fast allocations near UINT_MAX properlyAndreas Rheinhardt2022-07-061-0/+4
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-241-4/+5
* avutil/mem: Deprecate av_mallocz_array()Andreas Rheinhardt2021-09-201-0/+2
* avutil/mem: Reinline av_size_mult() internallyAndreas Rheinhardt2021-08-121-19/+24
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* lavu/mem: un-inline av_size_mult()Anton Khirnov2021-06-111-0/+18
* avutil/mem: check for max_alloc_size in av_fast_malloc()James Almer2021-05-271-1/+10
* avutil/mem: make ff_fast_malloc() internal to mem.cJames Almer2021-05-271-2/+21
* avutil/mem: make max_alloc_size an atomic typeJames Almer2021-05-231-6/+11
* avutil/mem: Also poison new av_realloc-allocated blocksAndreas Rheinhardt2021-04-301-2/+8
* avutil/mem: Use max_alloc_size as-isAndreas Rheinhardt2020-05-261-6/+4
* lavu/mem: Make other alloc functions more similar to av_malloc().Carl Eugen Hoyos2020-04-121-8/+12
* avutil/mem: Optimize fill32() by unrolling and using 64bitMichael Niedermayer2019-01-201-0/+12
* lavu/mem: Allow allocations close to max_alloc_size with av_fast_realloc().Carl Eugen Hoyos2018-01-041-1/+6
* lavu/mem: Do not realloc in av_fast_realloc() if size == min_size.Carl Eugen Hoyos2018-01-011-1/+1
* avutil: add alignment needed for AVX-512James Darnley2017-12-241-1/+1
* Merge commit '04b0f0e371ff81b682274b574fb465ba4395c09f'James Almer2017-10-301-0/+14
|\
| * mem: uninline av_malloc(z)_array()Anton Khirnov2017-04-261-0/+14
* | Merge commit '4fb311c804098d78e5ce5f527f9a9c37536d3a08'Clément Bœsch2017-03-201-33/+3
|\ \ | |/
| * Drop memalign hackDiego Biurrun2016-09-031-26/+3
* | dynarray: Change AV_ to FF_ for AV_DYNARRAY_ADDTimothy Gu2016-07-311-3/+3
* | avutil/mem: fix memleakZhao Zhili2016-07-281-1/+1
* | avutil/mem: Add av_fast_mallocz()Michael Niedermayer2015-11-181-0/+4
* | Factor duplicated ff_fast_malloc() out into mem_internal.hMichael Niedermayer2015-07-131-16/+2
* | avutil/mem: Fix potential overflow in overallocation codeMichael Niedermayer2015-07-111-2/+2
* | libavutil/mem: use size_t for the length in av_strdup()Michael Niedermayer2015-05-101-1/+1
* | avutil/mem: replace remaining void **/*** casts by memcpy()Michael Niedermayer2015-02-031-8/+12
* | Merge commit '60392480181f24ebf3ab48d8ac3614705de90152'Michael Niedermayer2015-02-011-11/+18
|\ \ | |/
| * mem: fix pointer pointer aliasing violationsRémi Denis-Courmont2015-02-011-13/+19
* | Merge commit '8ddc32629a6d6be77256694c9e322dde134609f3'Michael Niedermayer2014-08-141-0/+20
|\ \ | |/
| * mem: add av_strndup() for duplicating substringsAnton Khirnov2014-08-131-0/+20
* | lavu/mem: add av_dynarray_add_nofree functionLukasz Marek2014-03-291-0/+13
* | avutil/mem: avoid using intptr_t to access void* in av_dynarray_add()Michael Niedermayer2014-03-221-3/+3
* | lavu/mem: reimplement the dynarray functions with the macro.Nicolas George2014-03-221-53/+22
* | Merge commit 'cce3e0a49f0dd030262c28d9c53de0bd2fd909c4'Michael Niedermayer2013-11-141-0/+39
|\ \ | |/
| * Move av_fast_{m,re}alloc from lavc to lavu.Anton Khirnov2013-11-141-0/+33
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-171-1/+1
|\ \ | |/
| * mem: Make av_strdup allocate using av_reallocMartin Storsjö2013-10-161-1/+1
* | Merge commit '67e285ceca1cb602a5ab87010b30d904527924fe'Michael Niedermayer2013-09-211-0/+4
|\ \ | |/
| * mem: Handle av_reallocp(..., 0) properlyMartin Storsjö2013-09-201-0/+4
* | Merge commit '3feb3d6ce4be0a09a9f8f13d613bed25b523b6e7'Michael Niedermayer2013-09-171-0/+16
|\ \ | |/
| * mem: Introduce av_reallocpLuca Barbato2013-09-161-0/+16
* | Merge commit 'c3e6e8f06c42499bd020fd0b37f9542150e6067b'Michael Niedermayer2013-09-061-1/+1
|\ \ | |/
| * mem: Do not check unsigned values for negative sizeDiego Biurrun2013-09-051-3/+3
* | Merge commit 'b634b36fcebfe16b837b6c4044f5d5cb99a75040'Michael Niedermayer2013-09-061-2/+2
|\ \ | |/
| * mem: Improve documentation wording and spellingDiego Biurrun2013-09-051-2/+2
* | avutil/mem: Fix flipped conditionMichael Niedermayer2013-08-091-1/+1
* | avutil/mem: simplify av_reallocp_array() by using av_realloc_f()Michael Niedermayer2013-06-051-12/+2
* | Merge commit '3b4feac1ec14f861bdd7f494f288f4d8dd7f449e'Michael Niedermayer2013-06-051-0/+26
|\ \ | |/