summaryrefslogtreecommitdiff
path: root/libavutil/mem.h
Commit message (Expand)AuthorAge
* avutil/mem: fix doc for reallocsZhao Zhili2022-05-26
* avutil/mem: Deprecate av_mallocz_array()Andreas Rheinhardt2021-09-20
* avutil/mem: Correct av_calloc() documentationAndreas Rheinhardt2021-08-12
* lavu/mem: un-inline av_size_mult()Anton Khirnov2021-06-11
* avutil/mem: use GCC builtins to check for overflow in av_size_mult()James Almer2021-05-31
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* avutil/mem: Fix invalid use of av_alloc_sizeMark Harris2018-11-26
* avutil/mem: Correct documentation of av_fast_*alloc(z)Andreas Rheinhardt2018-11-18
* avutil/mem: Add DECLARE_ASM_ALIGNED macro for DJGPP architecture.Thomas Köppe2017-12-02
* Fix missing used attribute for inline assembly variablesThomas Köppe2017-11-13
* Merge commit '0af8a72174108b9bb482f1073a1e9a3bc258af51'James Almer2017-11-11
|\
| * build: Drop support for legacy TI ARM compilerDiego Biurrun2017-10-25
* | Merge commit '04b0f0e371ff81b682274b574fb465ba4395c09f'James Almer2017-10-30
|\|
| * mem: uninline av_malloc(z)_array()Anton Khirnov2017-04-26
* | lavu/mem: clamp alignment to 16 for DJGPPClément Bœsch2017-03-29
* | Merge commit 'f637046d3134a331e4b5a7243ac3dfb92735b8a5'Clément Bœsch2017-02-02
|\|
| * libavutil: Always use some GCC style attributes on clangMartin Storsjö2016-07-21
* | avutil/mem: remove av_realloc / av_malloc incompatibility warningMichael Niedermayer2016-08-23
* | mem: Extend and edit DoxygenTimothy Gu2016-08-21
* | mem: Order function prototypes semanticallyTimothy Gu2016-08-02
* | avutil/mem: fix wrong commentZhao Zhili2016-07-18
* | avutil/mem: Add av_fast_mallocz()Michael Niedermayer2015-11-18
* | avutil/mem: add av_warn_unused_resultGanesh Ajjanagadde2015-10-16
* | Merge commit '8ddc32629a6d6be77256694c9e322dde134609f3'Michael Niedermayer2014-08-14
|\|
| * mem: add av_strndup() for duplicating substringsAnton Khirnov2014-08-13
* | avutil/mem: document NULL related saftey of av_freep()Michael Niedermayer2014-08-04
* | lavu/mem: add av_dynarray_add_nofree functionLukasz Marek2014-03-29
* | Merge commit 'cce3e0a49f0dd030262c28d9c53de0bd2fd909c4'Michael Niedermayer2013-11-14
|\|
| * Move av_fast_{m,re}alloc from lavc to lavu.Anton Khirnov2013-11-14
* | Merge commit 'b284e1ffe343d6697fb950d1ee517bafda8a9844'Michael Niedermayer2013-10-26
|\|
| * mem: do not check for negative sizeVittorio Giovara2013-10-26
* | Merge commit '3feb3d6ce4be0a09a9f8f13d613bed25b523b6e7'Michael Niedermayer2013-09-17
|\|
| * mem: Introduce av_reallocpLuca Barbato2013-09-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-09-15
|\|
| * mem: Document the non-compatibility of av_realloc() and av_malloc()Diego Biurrun2013-09-14
* | Merge commit 'b634b36fcebfe16b837b6c4044f5d5cb99a75040'Michael Niedermayer2013-09-06
|\|
| * mem: Improve documentation wording and spellingDiego Biurrun2013-09-05
* | Merge commit 'b4ec7a5fee644ad9882e10c097817b65447b8e55'Michael Niedermayer2013-09-04
|\|
| * mem: Document the av_realloc family of functions properlyLuca Barbato2013-09-04
* | Merge commit '3b4feac1ec14f861bdd7f494f288f4d8dd7f449e'Michael Niedermayer2013-06-05
|\|
| * mem: Add av_realloc_array and av_reallocp_arrayMartin Storsjö2013-06-04
* | lavu/mem: add av_dynarray2_add()Stefano Sabatini2013-05-13
* | lavu/mem.h: fix typoStefano Sabatini2013-05-10
* | lavu/mem: fix potential int overflow and crash in av_dynarray_add()Stefano Sabatini2013-05-08
* | lavu/mem: extend documentation for av_dynarray_add()Stefano Sabatini2013-05-08
* | avutil/mem: add av_memdup()Michael Niedermayer2013-05-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-25
|\|
| * avutil: Move memcpy_backptr() to mem.cDiego Biurrun2012-10-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-20
|\|
| * avutil/mem: K&R formatting cosmeticsDiego Biurrun2012-10-20