]> git.sesse.net Git - ffmpeg/history - libavutil/mem.h
Fix MSVC identification, patch by Eddie Pang.
[ffmpeg] / libavutil / mem.h
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...