summaryrefslogtreecommitdiffstats
path: root/libavutil/mem.h
Commit message (Expand)AuthorAgeFilesLines
* lavu: remove misc disabled cruftAnton Khirnov2011-04-191-11/+3
* 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
* 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
* icc 12 finally fixed attribute(used) so gcc's DECLARE_ASM_CONST can be used.Carl Eugen Hoyos2010-06-161-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-091-1/+1
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-3/+0
* Move DECLARE_ALIGNED_{8,16} macros to mem.hMåns Rullgård2010-03-061-0/+2
* DECLARE_ALIGNED macro for TMS470 compilerMåns Rullgård2010-01-221-0/+7
* Make DECLARE_ALIGNED macros work with external array specifiersMåns Rullgård2010-01-211-3/+3
* Remove residual use of the doxygen markup which is deprecated,Stefano Sabatini2010-01-011-1/+1
* Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h toRamiro Polla2009-07-091-0/+15
* Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and ...Carl Eugen Hoyos2009-06-271-1/+1
* Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini2009-06-061-6/+6
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* spelling/grammar/consistency review part IDiego Biurrun2009-01-281-19/+18
* Move DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h.Diego Biurrun2009-01-251-17/+0
* Directly #include a bunch of indirectly #included headers.Diego Biurrun2009-01-241-0/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-1/+1
* Silence the following icc warnings:Carl Eugen Hoyos2008-12-211-1/+1
* Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks.Carl Eugen Hoyos2008-12-201-2/+4
* Allow using DECLARE_ALIGNED with Sun cc.Carl Eugen Hoyos2008-10-021-1/+1
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* alloc_size attribute is new to gcc 4.3; don't use it with lesser versionsMåns Rullgård2008-06-051-1/+1
* Fix embarassing __GNU__ vs. __GNUC__ typo in preprocessor condition.Rafaël Carré2008-06-031-2/+2
* Cosmetic change: remove the whitespace after 'defined'Zuxy Meng2008-03-191-1/+1
* 'malloc' attribute isn't supported in old gcc.Zuxy Meng2008-03-191-1/+1
* Apply "alloc_size" attribute to av_alloc, av_realloc and av_malloczZuxy Meng2008-03-191-3/+9
* Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng2008-03-191-3/+9
* revert r12489.Benoit Fouet2008-03-181-9/+3
* Pure, const and malloc attributes to libavutil.Zuxy Meng2008-03-181-3/+9
* #error in case we do not know how to provide alignment.Diego Biurrun2008-03-081-1/+2
* Fix MSVC identification, patch by Eddie Pang.Eddie Pang2008-02-251-1/+1
* Make code C conformant.Michael Niedermayer2008-02-251-1/+1
* cosmetics: prettyprintDiego Biurrun2008-02-251-9/+9
* 10l: Correctly use preprocessor conditionals.Eddie Pang2008-02-201-2/+2
* Add fallback for DECLARE_ALIGNED and DECLARE_ASM_CONST.Diego Biurrun2008-02-131-0/+4
* Mark MSVC compiler macros as such.Diego Biurrun2008-02-131-1/+1
* Disentangle nested preprocessor directives.Diego Biurrun2008-02-131-4/+3
* Allow compilation with icc 10.1.Carl Eugen Hoyos2008-02-091-0/+4
* Add and use DECLARE_ASM_CONST for constants used in assembler code.Reimar Döffinger2008-01-271-0/+2
* Doxyfication, patch by Stefano Sabatini %stefano P sabatini-lala A poste P it%Stefano Sabatini2007-11-021-9/+34
* doxy/cosmetics fixes. Patch by Stefano Sabatini %stefano P sabatini-lala A po...Stefano Sabatini2007-11-011-3/+3
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
OpenPOWER on IntegriCloud