summaryrefslogtreecommitdiffstats
path: root/libavutil/mem.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* misc Doxygen spelling/grammar fixesDiego Biurrun2007-10-151-9/+9
* Document libavutil/mem.h:av_strdup.Stefano Sabatini2007-09-091-0/+7
* Move the memory related functions out of common.h into their own header filePanagiotis Issaris2007-03-121-0/+65
OpenPOWER on IntegriCloud