summaryrefslogtreecommitdiff
path: root/libavutil/mem.h
Commit message (Expand)AuthorAge
* 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
* Fix embarassing __GNU__ vs. __GNUC__ typo in preprocessor condition.Rafaël Carré2008-06-03
* Cosmetic change: remove the whitespace after 'defined'Zuxy Meng2008-03-19
* 'malloc' attribute isn't supported in old gcc.Zuxy Meng2008-03-19
* Apply "alloc_size" attribute to av_alloc, av_realloc and av_malloczZuxy Meng2008-03-19
* Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng2008-03-19
* revert r12489.Benoit Fouet2008-03-18
* Pure, const and malloc attributes to libavutil.Zuxy Meng2008-03-18
* #error in case we do not know how to provide alignment.Diego Biurrun2008-03-08
* Fix MSVC identification, patch by Eddie Pang.Eddie Pang2008-02-25
* Make code C conformant.Michael Niedermayer2008-02-25
* cosmetics: prettyprintDiego Biurrun2008-02-25
* 10l: Correctly use preprocessor conditionals.Eddie Pang2008-02-20
* Add fallback for DECLARE_ALIGNED and DECLARE_ASM_CONST.Diego Biurrun2008-02-13
* Mark MSVC compiler macros as such.Diego Biurrun2008-02-13
* Disentangle nested preprocessor directives.Diego Biurrun2008-02-13
* Allow compilation with icc 10.1.Carl Eugen Hoyos2008-02-09
* Add and use DECLARE_ASM_CONST for constants used in assembler code.Reimar Döffinger2008-01-27
* Doxyfication, patch by Stefano Sabatini %stefano P sabatini-lala A poste P it%Stefano Sabatini2007-11-02
* doxy/cosmetics fixes. Patch by Stefano Sabatini %stefano P sabatini-lala A po...Stefano Sabatini2007-11-01
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* misc Doxygen spelling/grammar fixesDiego Biurrun2007-10-15
* Document libavutil/mem.h:av_strdup.Stefano Sabatini2007-09-09
* Move the memory related functions out of common.h into their own header filePanagiotis Issaris2007-03-12