log mathops.h @ 12514:e6d711ba5760 libavcodec

age author description
Wed, 30 Jun 2010 22:33:38 +0000 mru Add more int packing macros, name them consistently libavcodec
Tue, 22 Jun 2010 20:57:00 +0000 rbultje Rename PACK4x8() to PACK4UINT8(). libavcodec
Tue, 22 Jun 2010 19:15:27 +0000 rbultje Add a macro to pack 4 bytes into native byte-order so they can be written libavcodec
Thu, 13 May 2010 16:32:21 +0000 michael Use standard C for implementing sign_extend() and zero_extend(). libavcodec
Sun, 21 Feb 2010 21:48:37 +0000 mru Add zero_extend() function libavcodec
Wed, 17 Feb 2010 23:58:59 +0000 mru Move NEG_[US]SR32 macros to mathops.h libavcodec
Tue, 26 Jan 2010 18:05:55 +0000 mru Add UMULH() libavcodec
Wed, 20 Jan 2010 06:01:54 +0000 mru Move COPY3_IF_LT to lavc/mathops.h libavcodec
Mon, 17 Aug 2009 02:23:53 +0000 mru AVR32: optimised mathops.h libavcodec
Thu, 28 May 2009 23:19:32 +0000 mru MIPS: add MIPS64 and Loongson asm for MAC64/MLS64 libavcodec
Wed, 20 May 2009 18:49:55 +0000 mru mathops: sort arch-specific #include lines libavcodec
Wed, 20 May 2009 18:49:52 +0000 mru mathops: whitespace cosmetics libavcodec
Tue, 03 Mar 2009 00:03:55 +0000 mru Add sign_extend() function to mathops.h libavcodec
Sun, 08 Feb 2009 17:44:04 +0000 lorenm re-enable mid_pred asm on x86_64. (broke in r16681) libavcodec
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
Sun, 18 Jan 2009 22:57:40 +0000 aurel moves mid_pred() into mathops.h (with arch specific code split by directory) libavcodec
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavcodec
Sat, 27 Dec 2008 11:33:26 +0000 diego consistency cosmetics: Rename POWERPC identifiers to PPC. libavcodec
Mon, 22 Dec 2008 09:12:42 +0000 diego Rename libavcodec/i386/ --> libavcodec/x86/. libavcodec
Wed, 17 Dec 2008 00:54:54 +0000 mru ARM: replace "armv4l" with "arm" libavcodec
Mon, 24 Nov 2008 09:28:55 +0000 mru Add shift argument to MULL() macro libavcodec
Sun, 31 Aug 2008 07:39:47 +0000 stefano Globally rename the header inclusion guard names. libavcodec
Sun, 13 Jul 2008 12:22:57 +0000 mru mathops: add MAC64, MLS64, and MLS16 libavcodec
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavcodec
Mon, 17 Mar 2008 02:33:02 +0000 mru fix typo ARCH_PPC -> ARCH_POWERPC libavcodec
Wed, 17 Oct 2007 09:37:46 +0000 diego Add FFMPEG_ prefix to all multiple inclusion guards. libavcodec
Thu, 30 Aug 2007 15:16:52 +0000 mhoffman Hooking bfin/mathops.h libavcodec
Sat, 16 Jun 2007 22:59:13 +0000 mru include all prerequisites in header files libavcodec
Fri, 08 Dec 2006 00:35:08 +0000 mru rename always_inline to av_always_inline and move to common.h libavcodec
Wed, 01 Nov 2006 17:01:33 +0000 diego Add ARCH_X86_32 as a new define for 32 bit x86 architectures and change libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Tue, 19 Sep 2006 22:22:29 +0000 lu_zero New single instruction math operation header libavcodec