summaryrefslogtreecommitdiff
path: root/libavutil/mem.h
Commit message (Expand)AuthorAge
* 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
| * mem: fix typo in check for __ICCMans Rullgard2012-09-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-16
|\|
| * mem: introduce av_malloc_array and av_mallocz_arrayLuca Barbato2012-07-14
* | mem: add av_max_alloc() to limit the maximum amount that may be allocated in ...Michael Niedermayer2011-12-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-23
|\|
| * doxy: provide a start page and document libavutilLuca Barbato2011-11-22
* | Introduce av_realloc_f.Nicolas George2011-09-28
* | Introduce av_size_mult.Nicolas George2011-09-28
* | Add av_calloc() helper.Laurent Aimar2011-09-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-15
|\|
| * mem.h: switch doxygen parameter order to match function prototypeDiego Biurrun2011-07-15
* | Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer2011-05-01
|\ \
| * | Move ff_dynarray_add to lavu and make it public.Anton Khirnov2011-04-29
| |/
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-20
|\|
| * lavu: remove misc disabled cruftAnton Khirnov2011-04-19
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-24
|\|
| * Remove unnecessary icc version checksMans Rullgard2011-03-23
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Rename attribute_used to av_used and move it to attributes.hMans Rullgard2011-01-31
* | Attribute used is correctly supported by the Intel C compiler since version 1...Carl Eugen Hoyos2011-03-03
* | Use macro __INTEL_COMPILER instead of __ICC.Carl Eugen Hoyos2011-03-02
* | Rename attribute_used to av_used and move it to attributes.hMans Rullgard2011-01-31
|/
* Add av_file_map() and av_file_unmap() functions.Stefano Sabatini2010-12-22
* Change the argument of memory allocation functions from unsigned int to size_tMichael Niedermayer2010-12-04