summaryrefslogtreecommitdiffstats
path: root/libavutil/mem.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * avutil: Move memcpy_backptr() to mem.cDiego Biurrun2012-10-251-0/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-201-2/+2
|\ \ | |/
| * avutil/mem: K&R formatting cosmeticsDiego Biurrun2012-10-201-2/+2
| * mem: fix typo in check for __ICCMans Rullgard2012-09-101-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+2
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-161-2/+35
|\ \ | |/
| * mem: introduce av_malloc_array and av_mallocz_arrayLuca Barbato2012-07-141-2/+35
* | mem: add av_max_alloc() to limit the maximum amount that may be allocated in ...Michael Niedermayer2011-12-251-0/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-231-0/+10
|\ \ | |/
| * doxy: provide a start page and document libavutilLuca Barbato2011-11-221-0/+10
* | Introduce av_realloc_f.Nicolas George2011-09-281-0/+10
* | Introduce av_size_mult.Nicolas George2011-09-281-0/+16
* | Add av_calloc() helper.Laurent Aimar2011-09-251-0/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-151-2/+2
|\ \ | |/
| * mem.h: switch doxygen parameter order to match function prototypeDiego Biurrun2011-07-151-2/+2
* | Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer2011-05-011-0/+9
|\ \
| * | Move ff_dynarray_add to lavu and make it public.Anton Khirnov2011-04-291-0/+9
| |/
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-11/+3
|\ \ | |/
| * lavu: remove misc disabled cruftAnton Khirnov2011-04-191-11/+3
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-241-1/+1
|\ \ | |/
| * Remove unnecessary icc version checksMans Rullgard2011-03-231-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Rename attribute_used to av_used and move it to attributes.hMans Rullgard2011-01-311-1/+1
* | Attribute used is correctly supported by the Intel C compiler since version 1...Carl Eugen Hoyos2011-03-031-1/+1
* | Use macro __INTEL_COMPILER instead of __ICC.Carl Eugen Hoyos2011-03-021-2/+2
* | Rename attribute_used to av_used and move it to attributes.hMans Rullgard2011-01-311-1/+1
|/
* Add av_file_map() and av_file_unmap() functions.Stefano Sabatini2010-12-221-0/+2
* Change the argument of memory allocation functions from unsigned int to size_tMichael Niedermayer2010-12-041-3/+9
* Intel C compiler 12.0 does not suport these attributes: may_alias, force_alig...Carl Eugen Hoyos2010-11-101-1/+1
* Fix grammar errors in documentationMåns Rullgård2010-06-301-9/+9
* Add missing avutil.h include to libavutil/mem.hMåns Rullgård2010-06-261-0/+1
OpenPOWER on IntegriCloud