Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-17avutil: Fix mismatching argument namesMarvin Scholz
2022-05-26avutil/mem: fix doc for reallocsZhao Zhili
2021-09-20avutil/mem: Deprecate av_mallocz_array()Andreas Rheinhardt
2021-08-12avutil/mem: Correct av_calloc() documentationAndreas Rheinhardt
2021-06-11lavu/mem: un-inline av_size_mult()Anton Khirnov
2021-05-31avutil/mem: use GCC builtins to check for overflow in av_size_mult()James Almer
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2018-11-27avutil/mem: Fix invalid use of av_alloc_sizeMark Harris
2018-11-19avutil/mem: Correct documentation of av_fast_*alloc(z)Andreas Rheinhardt
2017-12-02avutil/mem: Add DECLARE_ASM_ALIGNED macro for DJGPP architecture.Thomas Köppe
2017-11-13Fix missing used attribute for inline assembly variablesThomas Köppe
2017-11-12Merge commit '0af8a72174108b9bb482f1073a1e9a3bc258af51'James Almer
2017-10-30Merge commit '04b0f0e371ff81b682274b574fb465ba4395c09f'James Almer
2017-10-25build: Drop support for legacy TI ARM compilerDiego Biurrun
2017-04-26mem: uninline av_malloc(z)_array()Anton Khirnov
2017-03-29lavu/mem: clamp alignment to 16 for DJGPPClément Bœsch
2017-02-02Merge commit 'f637046d3134a331e4b5a7243ac3dfb92735b8a5'Clément Bœsch
2016-08-23avutil/mem: remove av_realloc / av_malloc incompatibility warningMichael Niedermayer
2016-08-21mem: Extend and edit DoxygenTimothy Gu
2016-08-03mem: Order function prototypes semanticallyTimothy Gu
2016-07-21libavutil: Always use some GCC style attributes on clangMartin Storsjö
2016-07-18avutil/mem: fix wrong commentZhao Zhili
2015-11-19avutil/mem: Add av_fast_mallocz()Michael Niedermayer
2015-10-17avutil/mem: add av_warn_unused_resultGanesh Ajjanagadde
2014-08-14Merge commit '8ddc32629a6d6be77256694c9e322dde134609f3'Michael Niedermayer
2014-08-13mem: add av_strndup() for duplicating substringsAnton Khirnov
2014-08-04avutil/mem: document NULL related saftey of av_freep()Michael Niedermayer
2014-03-29lavu/mem: add av_dynarray_add_nofree functionLukasz Marek
2013-11-14Merge commit 'cce3e0a49f0dd030262c28d9c53de0bd2fd909c4'Michael Niedermayer
2013-11-14Move av_fast_{m,re}alloc from lavc to lavu.Anton Khirnov
2013-10-26Merge commit 'b284e1ffe343d6697fb950d1ee517bafda8a9844'Michael Niedermayer
2013-10-26mem: do not check for negative sizeVittorio Giovara
2013-09-17Merge commit '3feb3d6ce4be0a09a9f8f13d613bed25b523b6e7'Michael Niedermayer
2013-09-16mem: Introduce av_reallocpLuca Barbato
2013-09-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-14mem: Document the non-compatibility of av_realloc() and av_malloc()Diego Biurrun
2013-09-06Merge commit 'b634b36fcebfe16b837b6c4044f5d5cb99a75040'Michael Niedermayer
2013-09-05mem: Improve documentation wording and spellingDiego Biurrun
2013-09-04Merge commit 'b4ec7a5fee644ad9882e10c097817b65447b8e55'Michael Niedermayer
2013-09-04mem: Document the av_realloc family of functions properlyLuca Barbato
2013-06-05Merge commit '3b4feac1ec14f861bdd7f494f288f4d8dd7f449e'Michael Niedermayer
2013-06-04mem: Add av_realloc_array and av_reallocp_arrayMartin Storsjö
2013-05-13lavu/mem: add av_dynarray2_add()Stefano Sabatini
2013-05-10lavu/mem.h: fix typoStefano Sabatini
2013-05-08lavu/mem: fix potential int overflow and crash in av_dynarray_add()Stefano Sabatini
2013-05-08lavu/mem: extend documentation for av_dynarray_add()Stefano Sabatini
2013-05-02avutil/mem: add av_memdup()Michael Niedermayer
2012-10-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-25avutil: Move memcpy_backptr() to mem.cDiego Biurrun
2012-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer