log internal.h @ 1006:8c87d8df67e1 libavutil

age author description
Sat, 17 Jul 2010 16:35:01 +0000 cehoyos Use attribute force_align_arg_pointer only on x86_32. libavutil
Wed, 30 Jun 2010 20:09:55 +0000 mru Improve FF_SYMVER documentation libavutil
Wed, 30 Jun 2010 15:38:06 +0000 mru Fix grammar errors in documentation libavutil
Wed, 16 Jun 2010 04:53:09 +0000 michael Document FF_SYMVER and attribute_used libavutil
Tue, 15 Jun 2010 15:24:28 +0000 mru Fix symbol version compat wrappers on systems with export prefixes libavutil
Tue, 15 Jun 2010 13:26:52 +0000 mru Add compatibility wrappers for functions moved from lavf to lavc libavutil
Thu, 13 May 2010 16:30:58 +0000 michael av_alias is an attribute and belongs to attributes.h 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
Tue, 09 Mar 2010 15:10:23 +0000 mru Move libm replacements to new header libm.h libavutil
Mon, 08 Mar 2010 21:19:56 +0000 mru Move ff_sqrt() to libavutil/intmath.h libavutil
Sat, 20 Feb 2010 16:02:48 +0000 mru Add casts to correct return type in macros for missing libm funcs libavutil
Sat, 20 Feb 2010 12:22:24 +0000 cehoyos Gcc attribute may_alias is not supported (or silently ignored) by all supported compilers. libavutil
Tue, 09 Feb 2010 22:55:16 +0000 mru Define missing llrint() as macro instead of inline function libavutil
Fri, 29 Jan 2010 03:26:14 +0000 mru Define av_alias if supported by compiler libavutil
Wed, 20 Jan 2010 06:01:54 +0000 mru Move COPY3_IF_LT to lavc/mathops.h libavutil
Tue, 19 Jan 2010 23:25:36 +0000 mru Move FASTDIV macro to intmath.h libavutil
Sat, 16 Jan 2010 01:27:46 +0000 vitor Use macros instead of inline functions to replace the following missing C99 libavutil
Tue, 12 Jan 2010 02:19:51 +0000 vitor Add replacements for log2f(), exp2() and exp2f() for platforms that lacks it. libavutil
Tue, 10 Nov 2009 12:59:56 +0000 reimar Remove code checking for __PIC__ or __pic__ and setting PIC from libavutil/internal.h, libavutil
Mon, 21 Sep 2009 03:01:57 +0000 lorenm extend ff_inverse[], and fix its documentation libavutil
Sun, 06 Sep 2009 00:08:19 +0000 ramiro Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label libavutil
Fri, 04 Sep 2009 16:59:28 +0000 ramiro Add a newline in error message in CHECKED_ALLOC(Z). libavutil
Tue, 01 Sep 2009 16:00:45 +0000 diego whitespace cosmetics, prettyprinting libavutil
Sat, 29 Aug 2009 22:38:48 +0000 ramiro Add CHECKED_ALLOC macro. libavutil
Fri, 10 Jul 2009 19:20:06 +0000 alexc Add a log2 replacement for systems that haven't quite caught up with the C99 libavutil
Thu, 09 Jul 2009 02:20:29 +0000 ramiro Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h to libavutil
Thu, 09 Jul 2009 02:18:29 +0000 ramiro Do not throw compiler error if asm code needs alignment, but we do not know 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
Mon, 25 May 2009 01:50:37 +0000 ramiro Add LABEL_MANGLE() to export label symbols from inside asm blocks. libavutil