summaryrefslogtreecommitdiff
path: root/libavutil/mem.h
Commit message (Expand)AuthorAge
...
| * 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
* Intel C compiler 12.0 does not suport these attributes: may_alias, force_alig...Carl Eugen Hoyos2010-11-10
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Add missing avutil.h include to libavutil/mem.hMåns Rullgård2010-06-26
* icc 12 finally fixed attribute(used) so gcc's DECLARE_ASM_CONST can be used.Carl Eugen Hoyos2010-06-16
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-09
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Move DECLARE_ALIGNED_{8,16} macros to mem.hMåns Rullgård2010-03-06
* DECLARE_ALIGNED macro for TMS470 compilerMåns Rullgård2010-01-22
* Make DECLARE_ALIGNED macros work with external array specifiersMåns Rullgård2010-01-21
* Remove residual use of the doxygen markup which is deprecated,Stefano Sabatini2010-01-01
* Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h toRamiro Polla2009-07-09
* Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and ...Carl Eugen Hoyos2009-06-27
* Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini2009-06-06
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* spelling/grammar/consistency review part IDiego Biurrun2009-01-28
* Move DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h.Diego Biurrun2009-01-25
* Directly #include a bunch of indirectly #included headers.Diego Biurrun2009-01-24
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Silence the following icc warnings:Carl Eugen Hoyos2008-12-21
* Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks.Carl Eugen Hoyos2008-12-20
* Allow using DECLARE_ALIGNED with Sun cc.Carl Eugen Hoyos2008-10-02
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* alloc_size attribute is new to gcc 4.3; don't use it with lesser versionsMåns Rullgård2008-06-05