]> git.sesse.net Git - ffmpeg/history - libavutil/mem.h
Factorize "s->first_slice = 1" out.
[ffmpeg] / libavutil / mem.h
2009-07-09 Ramiro PollaMove DECLARE_ALIGNED and DECLARE_ASM_CONST back from...
2009-06-27 Carl Eugen HoyosIcc 11.1 does not support attributes force_align_arg_po...
2009-06-06 Stefano SabatiniRemove '\p', '\c' and '\e' doxygen markup from doxy...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-28 Diego Biurrunspelling/grammar/consistency review part I
2009-01-25 Diego BiurrunMove DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h.
2009-01-24 Diego BiurrunDirectly #include a bunch of indirectly #included headers.
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-21 Carl Eugen HoyosSilence the following icc warnings:
2008-12-20 Carl Eugen HoyosUse AV_GCC_VERSION_AT_LEAST() to simplify gcc version...
2008-10-02 Carl Eugen HoyosAllow using DECLARE_ALIGNED with Sun cc.
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-06-05 Måns Rullgårdalloc_size attribute is new to gcc 4.3; don't use it...
2008-06-03 Rafaël CarréFix embarassing __GNU__ vs. __GNUC__ typo in preprocess...
2008-03-19 Zuxy MengCosmetic change: remove the whitespace after 'defined'
2008-03-19 Zuxy Meng'malloc' attribute isn't supported in old gcc.
2008-03-19 Zuxy MengApply "alloc_size" attribute to av_alloc, av_realloc...
2008-03-19 Zuxy MengReapply r12489: Add pure, const and malloc attributes...
2008-03-18 Benoit Fouetrevert r12489.
2008-03-18 Zuxy MengPure, const and malloc attributes to libavutil.
2008-03-08 Diego Biurrun#error in case we do not know how to provide alignment.
2008-02-25 Eddie PangFix MSVC identification, patch by Eddie Pang.
2008-02-25 Michael NiedermayerMake code C conformant.
2008-02-25 Diego Biurruncosmetics: prettyprint
2008-02-20 Eddie Pang10l: Correctly use preprocessor conditionals.
2008-02-13 Diego BiurrunAdd fallback for DECLARE_ALIGNED and DECLARE_ASM_CONST.
2008-02-13 Diego BiurrunMark MSVC compiler macros as such.
2008-02-13 Diego BiurrunDisentangle nested preprocessor directives.
2008-02-09 Carl Eugen HoyosAllow compilation with icc 10.1.
2008-01-27 Reimar DöffingerAdd and use DECLARE_ASM_CONST for constants used in...
2007-11-02 Stefano SabatiniDoxyfication, patch by Stefano Sabatini %stefano P...
2007-11-01 Stefano Sabatinidoxy/cosmetics fixes. Patch by Stefano Sabatini %stefan...
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-15 Diego Biurrunmisc Doxygen spelling/grammar fixes
2007-09-09 Stefano SabatiniDocument libavutil/mem.h:av_strdup.
2007-03-12 Panagiotis IssarisMove the memory related functions out of common.h into...