]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavutil/mem.h
O_DIRECT works!!!
[frescor/ffmpeg.git] / libavutil / mem.h
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-28 diegospelling/grammar/consistency review part I
2009-01-25 diegoMove DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h.
2009-01-24 diegoDirectly #include a bunch of indirectly #included headers.
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-21 cehoyosSilence the following icc warnings:
2008-12-20 cehoyosUse AV_GCC_VERSION_AT_LEAST() to simplify gcc version...
2008-10-02 cehoyosAllow using DECLARE_ALIGNED with Sun cc.
2008-08-31 stefanoRename globally the header inclusion guards.
2008-06-05 mrualloc_size attribute is new to gcc 4.3; don't use it...
2008-06-03 diegoFix embarassing __GNU__ vs. __GNUC__ typo in preprocess...
2008-03-19 zuxyCosmetic change: remove the whitespace after 'defined'
2008-03-19 zuxy'malloc' attribute isn't supported in old gcc.
2008-03-19 zuxyApply "alloc_size" attribute to av_alloc, av_realloc...
2008-03-19 zuxyReapply r12489
2008-03-18 benoitrevert r12489.
2008-03-18 benoitPure, const and malloc attributes to libavutil.
2008-03-08 diego#error in case we do not know how to provide alignment.
2008-02-25 michaelFix MSVC identification, patch by Eddie Pang.
2008-02-25 michaelMake code C conformant.
2008-02-25 diegocosmetics: prettyprint
2008-02-20 diego10l: Correctly use preprocessor conditionals.
2008-02-13 diegoAdd fallback for DECLARE_ALIGNED and DECLARE_ASM_CONST.
2008-02-13 diegoMark MSVC compiler macros as such.
2008-02-13 diegoDisentangle nested preprocessor directives.
2008-02-09 cehoyosAllow compilation with icc 10.1.
2008-01-27 reimarAdd and use DECLARE_ASM_CONST for constants used in...
2007-11-02 gpoirierDoxyfication, patch by Stefano Sabatini %stefano P...
2007-11-01 gpoirierdoxy/cosmetics fixes. Patch by Stefano Sabatini %stefan...
2007-10-17 diegoAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-15 diegomisc Doxygen spelling/grammar fixes
2007-09-09 diegoDocument libavutil/mem.h:av_strdup.
2007-03-12 takisMove the memory related functions out of common.h into...