log mem.h @ 1028:5dbb12a37c3d libavutil tip

age author description
Wed, 30 Jun 2010 15:38:06 +0000 mru Fix grammar errors in documentation libavutil
Sat, 26 Jun 2010 18:14:31 +0000 mru Add missing avutil.h include to libavutil/mem.h libavutil
Wed, 16 Jun 2010 10:35:56 +0000 cehoyos icc 12 finally fixed attribute(used) so gcc's DECLARE_ASM_CONST can be used. libavutil
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavutil
Tue, 09 Mar 2010 17:39:19 +0000 mru Replace many includes of libavutil/common.h with what is actually needed libavutil
Sat, 06 Mar 2010 14:24:59 +0000 mru Remove DECLARE_ALIGNED_{8,16} macros libavutil
Sat, 06 Mar 2010 12:40:43 +0000 mru Move DECLARE_ALIGNED_{8,16} macros to mem.h libavutil
Fri, 22 Jan 2010 03:25:25 +0000 mru DECLARE_ALIGNED macro for TMS470 compiler libavutil
Thu, 21 Jan 2010 12:59:22 +0000 mru Make DECLARE_ALIGNED macros work with external array specifiers libavutil
Fri, 01 Jan 2010 12:28:18 +0000 stefano Remove residual use of the doxygen markup which is deprecated, libavutil
Thu, 09 Jul 2009 02:20:29 +0000 ramiro Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h to libavutil
Sat, 27 Jun 2009 08:34:04 +0000 cehoyos Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and cold. libavutil
Sat, 06 Jun 2009 09:35:15 +0000 stefano Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should libavutil
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavutil
Wed, 28 Jan 2009 00:16:05 +0000 diego spelling/grammar/consistency review part I libavutil
Sun, 25 Jan 2009 19:18:56 +0000 diego Move DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h. libavutil
Sat, 24 Jan 2009 14:55:30 +0000 diego Directly #include a bunch of indirectly #included headers. libavutil
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavutil
Sun, 21 Dec 2008 22:51:33 +0000 cehoyos Silence the following icc warnings: libavutil
Sat, 20 Dec 2008 17:33:35 +0000 cehoyos Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks. libavutil
Thu, 02 Oct 2008 10:47:05 +0000 cehoyos Allow using DECLARE_ALIGNED with Sun cc. libavutil
Sun, 31 Aug 2008 07:39:47 +0000 stefano Globally rename the header inclusion guard names. libavutil
Thu, 05 Jun 2008 19:49:47 +0000 mru alloc_size attribute is new to gcc 4.3; don't use it with lesser versions libavutil
Tue, 03 Jun 2008 22:10:53 +0000 diego Fix embarassing __GNU__ vs. __GNUC__ typo in preprocessor condition. libavutil
Wed, 19 Mar 2008 07:43:43 +0000 zuxy Cosmetic change: remove the whitespace after 'defined' libavutil
Wed, 19 Mar 2008 07:42:50 +0000 zuxy 'malloc' attribute isn't supported in old gcc. libavutil
Wed, 19 Mar 2008 07:30:34 +0000 zuxy Apply "alloc_size" attribute to av_alloc, av_realloc and av_mallocz libavutil
Wed, 19 Mar 2008 06:17:43 +0000 zuxy Reapply r12489: Add pure, const and malloc attributes to proper functions libavutil
Tue, 18 Mar 2008 16:29:47 +0000 benoit revert r12489. libavutil
Tue, 18 Mar 2008 15:27:15 +0000 benoit Pure, const and malloc attributes to libavutil. libavutil
Sat, 08 Mar 2008 20:30:15 +0000 diego #error in case we do not know how to provide alignment. libavutil
Mon, 25 Feb 2008 18:32:55 +0000 michael Fix MSVC identification, patch by Eddie Pang. libavutil
Mon, 25 Feb 2008 18:25:49 +0000 michael Make code C conformant. libavutil
Mon, 25 Feb 2008 14:53:55 +0000 diego cosmetics: prettyprint libavutil
Wed, 20 Feb 2008 18:48:49 +0000 diego 10l: Correctly use preprocessor conditionals. libavutil
Wed, 13 Feb 2008 08:36:04 +0000 diego Add fallback for DECLARE_ALIGNED and DECLARE_ASM_CONST. libavutil
Wed, 13 Feb 2008 08:33:05 +0000 diego Mark MSVC compiler macros as such. libavutil
Wed, 13 Feb 2008 08:08:03 +0000 diego Disentangle nested preprocessor directives. libavutil
Sat, 09 Feb 2008 20:47:11 +0000 cehoyos Allow compilation with icc 10.1. libavutil
Sun, 27 Jan 2008 20:50:16 +0000 reimar Add and use DECLARE_ASM_CONST for constants used in assembler code. libavutil
Fri, 02 Nov 2007 19:48:13 +0000 gpoirier Doxyfication, patch by Stefano Sabatini %stefano P sabatini-lala A poste P it% libavutil
Thu, 01 Nov 2007 11:51:51 +0000 gpoirier doxy/cosmetics fixes. Patch by Stefano Sabatini %stefano P sabatini-lala A posteP it % libavutil
Wed, 17 Oct 2007 09:37:46 +0000 diego Add FFMPEG_ prefix to all multiple inclusion guards. libavutil
Mon, 15 Oct 2007 23:07:03 +0000 diego misc Doxygen spelling/grammar fixes libavutil
Sun, 09 Sep 2007 13:23:34 +0000 diego Document libavutil/mem.h:av_strdup. libavutil
Mon, 12 Mar 2007 14:45:49 +0000 takis Move the memory related functions out of common.h into their own header file libavutil base common.h@6fbecb63318f