log internal.h @ 675:361d5a76087d libavutil

age author description
Thu, 05 Mar 2009 21:20:13 +0000 mru ARM: disable inline asm for armcc libavutil
Sat, 21 Feb 2009 16:03:30 +0000 mru Correct, portable definition of INT_BIT libavutil
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavutil
Fri, 30 Jan 2009 18:52:51 +0000 diego Add required header mem.h, av_malloc and friends are used. libavutil
Fri, 30 Jan 2009 18:46:39 +0000 diego cosmetics: Move all #includes together at the beginning of the file. libavutil
Wed, 28 Jan 2009 23:16:49 +0000 diego spelling/grammar/consistency review part III libavutil
Wed, 28 Jan 2009 23:03:17 +0000 diego spelling/grammar/consistency review part II libavutil
Wed, 28 Jan 2009 00:16:05 +0000 diego spelling/grammar/consistency review part I libavutil
Sun, 25 Jan 2009 22:05:26 +0000 diego Disambiguate the macros used to disable fprintf/printf/puts functions. libavutil
Sun, 25 Jan 2009 21:54:05 +0000 diego Add required limits.h header. libavutil
Sun, 25 Jan 2009 19:51:07 +0000 diego Restore _MSC_VER case in DECLARE_ALIGNED/DECLARE_ASM_CONST macro declaration. libavutil
Sun, 25 Jan 2009 19:24:47 +0000 diego Drop _MSC_VER case from macro declaration. libavutil
Sun, 25 Jan 2009 19:18:56 +0000 diego Move DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h. libavutil
Sun, 25 Jan 2009 14:01:23 +0000 diego Remove redundant av_log2_16bit forward declaration, fixes checkheaders warning: libavutil
Sun, 18 Jan 2009 23:04:33 +0000 stefano Replace calls to the deprecated function av_init_random() with libavutil
Thu, 15 Jan 2009 23:01:26 +0000 aurel move NULL_IF_CONFIG_SMALL() definition into internal header libavutil
Thu, 15 Jan 2009 22:58:35 +0000 aurel move timer related code in a new timer.h file libavutil
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavutil
Sun, 11 Jan 2009 22:10:04 +0000 ramiro Add truncf() replacement function. libavutil
Sun, 11 Jan 2009 20:26:53 +0000 diego Drop unnecessary intreadwrite.h and bswap.h #includes. 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
Wed, 17 Dec 2008 20:04:39 +0000 mru ARM: make FASTDIV() an inline function libavutil
Wed, 17 Dec 2008 00:54:54 +0000 mru ARM: replace "armv4l" with "arm" libavutil
Sat, 25 Oct 2008 18:54:23 +0000 mru ARM: faster ARMv6 FASTDIV() libavutil
Thu, 16 Oct 2008 13:34:09 +0000 flameeyes Convert asm keyword into __asm__. libavutil
Sat, 06 Sep 2008 07:26:05 +0000 stefano Remove wrong and unnecessary condition. VHOOK filters are not special libavutil
Sun, 31 Aug 2008 07:39:47 +0000 stefano Globally rename the header inclusion guard names. libavutil
Thu, 14 Aug 2008 20:40:36 +0000 diego Remove hackish support for fastmemcpy from MPlayer. libavutil
Wed, 13 Aug 2008 16:01:21 +0000 aurel move M_PI definition along with other math definitions libavutil
Thu, 31 Jul 2008 02:38:40 +0000 mru fix ARMv6 FASTDIV for divisor <=2 libavutil
Wed, 30 Jul 2008 12:02:22 +0000 diego USE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer. libavutil
Thu, 24 Jul 2008 10:53:32 +0000 diego Remove AltiVec vector declaration compiler compatibility macros. libavutil
Tue, 15 Jul 2008 19:06:18 +0000 mru ARM: ARMv6 optimised FASTDIV libavutil
Sat, 05 Jul 2008 08:10:47 +0000 diego Only define AltiVec vector syntax macro when AltiVec is enabled. libavutil
Fri, 30 May 2008 10:58:48 +0000 diego Implement a proper configure test for AltiVec vector declaration syntax. libavutil
Sat, 22 Mar 2008 18:15:12 +0000 diego Split MANGLE macro into LOCAL_MANGLE AND EXTERN_PREFIX parts 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
Tue, 18 Mar 2008 02:01:20 +0000 mru check for prefix on extern symbols in configure libavutil
Mon, 17 Mar 2008 09:22:39 +0000 diego cosmetics: indentation libavutil
Mon, 17 Mar 2008 09:22:11 +0000 diego Simplify MANGLE macro preprocessor condition checks. libavutil
Mon, 17 Mar 2008 07:49:03 +0000 diego Fix MANGLE macro on Mac OS X. libavutil
Thu, 13 Mar 2008 18:04:21 +0000 diego Add #include "config.h" to headers that need it. libavutil
Thu, 28 Feb 2008 17:01:35 +0000 reimar Use cltd instead of cdq asm mnemonic, ICC and gcc support both, but libavutil
Mon, 21 Jan 2008 13:33:18 +0000 michael Faster ff_sqrt() libavutil
Thu, 17 Jan 2008 08:32:31 +0000 diego Disallow puts(), av_log() should be used instead. libavutil
Thu, 27 Dec 2007 01:53:02 +0000 diego Check for the presence of llrint(), lrint(), round() and roundf() libavutil
Thu, 27 Dec 2007 01:42:46 +0000 diego Remove outdated comment. libavutil
Mon, 24 Dec 2007 12:49:27 +0000 diego djgpp port, first part libavutil
Mon, 19 Nov 2007 10:40:11 +0000 lucabe Generate a linking error if perror() is used in libav* libavutil
Mon, 19 Nov 2007 07:39:55 +0000 lucabe Remove perror() usage from libavutil libavutil
Fri, 19 Oct 2007 15:39:02 +0000 benoit Fix typo. libavutil
Wed, 17 Oct 2007 09:37:46 +0000 diego Add FFMPEG_ prefix to all multiple inclusion guards. libavutil
Mon, 27 Aug 2007 09:17:03 +0000 diego Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific libavutil
Fri, 24 Aug 2007 15:04:00 +0000 diego Move Apple gcc AltiVec vector declaration syntax to libavutil. libavutil
Wed, 22 Aug 2007 22:46:39 +0000 diego Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). libavutil
Mon, 13 Aug 2007 15:28:29 +0000 ramiro Add attribute that forces alignment of stack to functions that need it. libavutil
Sat, 14 Jul 2007 14:34:40 +0000 mru move #include of system headers to top of file libavutil
Sat, 14 Jul 2007 11:33:16 +0000 alex 10l to Mans, assert is included later with proper DEBUG/NDEBUG ifdefs libavutil
Wed, 11 Jul 2007 13:50:59 +0000 ramiro Remove unnecessary MINGW ifdef. libavutil
Wed, 11 Jul 2007 13:44:50 +0000 ramiro Remove MinGW lrint hack. libavutil
Tue, 10 Jul 2007 21:52:04 +0000 ramiro Remove OS/2 support libavutil
Sun, 08 Jul 2007 15:56:31 +0000 mru undef forbidden names before we #define them in case they are macros in libc libavutil
Thu, 05 Jul 2007 05:02:47 +0000 vitor Make error message more helpful and forbid random() libavutil
Mon, 02 Jul 2007 17:00:04 +0000 diego Remove leading underscores from specifiers, they are reserved. libavutil
Sun, 24 Jun 2007 12:23:34 +0000 reimar more av_strl* adjustments libavutil
Sat, 16 Jun 2007 22:59:13 +0000 mru include all prerequisites in header files libavutil
Tue, 05 Jun 2007 14:33:27 +0000 reimar Part of MPlayer patch: libavutil
Wed, 30 May 2007 09:32:25 +0000 benoit rename attribute_unused to av_unused and moves its declaration to common.h libavutil
Fri, 04 May 2007 22:35:56 +0000 michael reduce number of shifts libavutil
Fri, 04 May 2007 21:22:43 +0000 michael simplify libavutil
Fri, 20 Apr 2007 23:45:53 +0000 alex remove possibly broken wince cruft libavutil
Tue, 03 Apr 2007 11:21:16 +0000 diego Add first and second output to earlyclobbers in COPY3_IF_LT macro. libavutil
Tue, 27 Mar 2007 21:47:03 +0000 michael prevent exit missuse libavutil
Mon, 12 Mar 2007 12:36:41 +0000 mbardiaux Give context to dprintf libavutil
Thu, 08 Mar 2007 14:49:43 +0000 mbardiaux Corrections so that builds with DEBUG work libavutil
Sat, 24 Feb 2007 19:46:54 +0000 mru remove fallback definitions of PRIxNN macros, libavutil
Sun, 11 Feb 2007 22:07:06 +0000 mmu_man Remove unused ENODATA define libavutil
Sun, 07 Jan 2007 11:11:49 +0000 lucabe __attribute__((unused)) works with gcc 2.95 too libavutil
Fri, 08 Dec 2006 00:35:08 +0000 mru rename always_inline to av_always_inline and move to common.h libavutil
Thu, 07 Dec 2006 19:27:00 +0000 mru fix mingw shared build, and get rid of FF_IMPORT_ATTR libavutil
Wed, 06 Dec 2006 23:46:11 +0000 mru use the standard INT64_C() macro for 64-bit constants libavutil
Wed, 06 Dec 2006 23:23:20 +0000 mru move more macros to internal.h libavutil
Wed, 06 Dec 2006 21:27:08 +0000 mru move some __attribute__ macros to internal.h libavutil
Sun, 03 Dec 2006 16:35:30 +0000 reimar Move BE_*/LE_*/ST*/LD* macros to a common place. Some further libavutil
Tue, 14 Nov 2006 21:57:27 +0000 mru move comment libavutil
Tue, 14 Nov 2006 03:37:44 +0000 mru merge CONFIG_WINCE sections libavutil
Tue, 14 Nov 2006 03:35:50 +0000 mru indentation libavutil
Sun, 12 Nov 2006 18:49:36 +0000 mru rename inverse -> ff_inverse libavutil
Wed, 01 Nov 2006 18:34:40 +0000 diego Use common define for x86_32 and x86_64. libavutil
Wed, 01 Nov 2006 17:01:33 +0000 diego Add ARCH_X86_32 as a new define for 32 bit x86 architectures and change libavutil
Fri, 20 Oct 2006 17:53:19 +0000 gpoirier Protect code that uses CMOV instructions with HAVE_CMOV, libavutil
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavutil
Thu, 28 Sep 2006 08:04:16 +0000 gpoirier add FASTDIV macro for ARM. Reported speed-up on MPEG-4 decoding: 1.8% libavutil
Sun, 10 Sep 2006 14:02:42 +0000 diego Add official LGPL license headers to the files that were missing them. libavutil
Thu, 07 Sep 2006 13:42:36 +0000 gpoirier Remove unused defines, patch by takis P issaris A uhasselt P be libavutil
Fri, 18 Aug 2006 13:38:24 +0000 diego Explicitly include fastmemcpy.h from libvo/. libavutil
Fri, 21 Jul 2006 19:36:59 +0000 reimar do not include bswap.h in common.h for external programs, since the former libavutil
Sun, 16 Jul 2006 16:32:48 +0000 reimar Split common.h in two parts, purely internal stuff (internal.h) and things libavutil base common.h@a85926837c69