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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-10-20avutil/mem: K&R formatting cosmeticsDiego Biurrun
2012-09-10mem: fix typo in check for __ICCMans Rullgard
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-14mem: introduce av_malloc_array and av_mallocz_arrayLuca Barbato
2011-12-25mem: add av_max_alloc() to limit the maximum amount that may be allocated in ...Michael Niedermayer
2011-11-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-22doxy: provide a start page and document libavutilLuca Barbato
2011-09-28Introduce av_realloc_f.Nicolas George
2011-09-28Introduce av_size_mult.Nicolas George
2011-09-25Add av_calloc() helper.Laurent Aimar
2011-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-15mem.h: switch doxygen parameter order to match function prototypeDiego Biurrun
2011-05-01Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer