summaryrefslogtreecommitdiff
path: root/libavutil/mem.h
Commit message (Expand)AuthorAgeFilesLines
* avutil: remove FF_API_AV_MALLOCZ_ARRAYJames Almer2023-02-091-8/+0
* avutil: remove FF_API_DECLARE_ALIGNEDJames Almer2023-02-091-80/+0
* avutil: Fix mismatching argument namesMarvin Scholz2022-10-171-1/+2
* avutil/mem: fix doc for reallocsZhao Zhili2022-05-261-12/+11
* avutil/mem: Deprecate av_mallocz_array()Andreas Rheinhardt2021-09-201-5/+6
* avutil/mem: Correct av_calloc() documentationAndreas Rheinhardt2021-08-121-1/+1
* lavu/mem: un-inline av_size_mult()Anton Khirnov2021-06-111-18/+1
* avutil/mem: use GCC builtins to check for overflow in av_size_mult()James Almer2021-05-311-1/+8
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+6
* avutil/mem: Fix invalid use of av_alloc_sizeMark Harris2018-11-261-1/+1
* avutil/mem: Correct documentation of av_fast_*alloc(z)Andreas Rheinhardt2018-11-181-12/+12
* avutil/mem: Add DECLARE_ASM_ALIGNED macro for DJGPP architecture.Thomas Köppe2017-12-021-0/+1
* Fix missing used attribute for inline assembly variablesThomas Köppe2017-11-131-0/+17
* Merge commit '0af8a72174108b9bb482f1073a1e9a3bc258af51'James Almer2017-11-111-7/+0
|\
| * build: Drop support for legacy TI ARM compilerDiego Biurrun2017-10-251-7/+0
* | Merge commit '04b0f0e371ff81b682274b574fb465ba4395c09f'James Almer2017-10-301-12/+2
|\ \ | |/
| * mem: uninline av_malloc(z)_array()Anton Khirnov2017-04-261-12/+2
* | lavu/mem: clamp alignment to 16 for DJGPPClément Bœsch2017-03-291-0/+3
* | Merge commit 'f637046d3134a331e4b5a7243ac3dfb92735b8a5'Clément Bœsch2017-02-021-1/+1
|\ \ | |/
| * libavutil: Always use some GCC style attributes on clangMartin Storsjö2016-07-211-1/+1
* | avutil/mem: remove av_realloc / av_malloc incompatibility warningMichael Niedermayer2016-08-231-24/+0
* | mem: Extend and edit DoxygenTimothy Gu2016-08-211-137/+451
* | mem: Order function prototypes semanticallyTimothy Gu2016-08-021-99/+99
* | avutil/mem: fix wrong commentZhao Zhili2016-07-181-2/+2
* | avutil/mem: Add av_fast_mallocz()Michael Niedermayer2015-11-181-0/+15
* | avutil/mem: add av_warn_unused_resultGanesh Ajjanagadde2015-10-161-0/+2
* | Merge commit '8ddc32629a6d6be77256694c9e322dde134609f3'Michael Niedermayer2014-08-141-0/+10
|\ \ | |/
| * mem: add av_strndup() for duplicating substringsAnton Khirnov2014-08-131-0/+10
* | avutil/mem: document NULL related saftey of av_freep()Michael Niedermayer2014-08-041-0/+1
* | lavu/mem: add av_dynarray_add_nofree functionLukasz Marek2014-03-291-2/+17
* | Merge commit 'cce3e0a49f0dd030262c28d9c53de0bd2fd909c4'Michael Niedermayer2013-11-141-0/+21
|\ \ | |/
| * Move av_fast_{m,re}alloc from lavc to lavu.Anton Khirnov2013-11-141-0/+21
* | Merge commit 'b284e1ffe343d6697fb950d1ee517bafda8a9844'Michael Niedermayer2013-10-261-2/+2
|\ \ | |/
| * mem: do not check for negative sizeVittorio Giovara2013-10-261-2/+2
* | Merge commit '3feb3d6ce4be0a09a9f8f13d613bed25b523b6e7'Michael Niedermayer2013-09-171-0/+19
|\ \ | |/
| * mem: Introduce av_reallocpLuca Barbato2013-09-161-0/+19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-09-151-6/+18
|\ \ | |/
| * mem: Document the non-compatibility of av_realloc() and av_malloc()Diego Biurrun2013-09-141-6/+18
* | Merge commit 'b634b36fcebfe16b837b6c4044f5d5cb99a75040'Michael Niedermayer2013-09-061-16/+14
|\ \ | |/
| * mem: Improve documentation wording and spellingDiego Biurrun2013-09-051-16/+14
* | Merge commit 'b4ec7a5fee644ad9882e10c097817b65447b8e55'Michael Niedermayer2013-09-041-3/+9
|\ \ | |/
| * mem: Document the av_realloc family of functions properlyLuca Barbato2013-09-041-3/+9
* | Merge commit '3b4feac1ec14f861bdd7f494f288f4d8dd7f449e'Michael Niedermayer2013-06-051-0/+26
|\ \ | |/
| * 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/+25
* | lavu/mem.h: fix typoStefano Sabatini2013-05-101-1/+1
* | lavu/mem: fix potential int overflow and crash in av_dynarray_add()Stefano Sabatini2013-05-081-0/+2
* | lavu/mem: extend documentation for av_dynarray_add()Stefano Sabatini2013-05-081-3/+14
* | avutil/mem: add av_memdup()Michael Niedermayer2013-05-021-0/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-251-0/+12
|\ \ | |/