log bswap.h @ 1028:5dbb12a37c3d libavutil tip

age author description
Sat, 10 Jul 2010 22:21:55 +0000 mru Make bswap.h safe to install as public API libavutil
Sat, 10 Jul 2010 22:12:30 +0000 mru Add av_ prefix to bswap macros libavutil
Sat, 10 Jul 2010 22:09:01 +0000 mru bswap: change ME to NE in macro names libavutil
Sun, 09 May 2010 20:32:35 +0000 mru bswap: 10L add missing parens around macro args libavutil
Thu, 29 Apr 2010 14:41:20 +0000 mru bswap: add macros to byteswap constants 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
Mon, 17 Aug 2009 00:15:51 +0000 mru AVR32: inline asm for bswap.h libavutil
Sun, 26 Jul 2009 12:20:04 +0000 mru Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 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
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavutil
Wed, 17 Dec 2008 00:54:54 +0000 mru ARM: replace "armv4l" with "arm" libavutil
Tue, 21 Oct 2008 22:29:57 +0000 mru split bswap.h into per-arch files libavutil
Mon, 20 Oct 2008 00:03:25 +0000 mru ARM: Kill warning in bswap_32() libavutil
Thu, 16 Oct 2008 13:34:09 +0000 flameeyes Convert asm keyword into __asm__. libavutil
Sun, 12 Oct 2008 19:50:24 +0000 cehoyos Don't include byteswap.h anymore. libavutil
Sun, 31 Aug 2008 07:39:47 +0000 stefano Globally rename the header inclusion guard names. libavutil
Tue, 15 Jul 2008 19:06:03 +0000 mru ARM: fix ARCH_ARM -> ARCH_ARMV4L test in bswap_32() libavutil
Tue, 15 Jul 2008 19:05:49 +0000 mru ARM: ARMv6 optimised bswap_16/32 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 22:28:33 +0000 mru 32/64-bit agnostic x86 bswap libavutil
Tue, 18 Mar 2008 20:52:37 +0000 mru cosmetics: sanitise asm() statements in bswap.h 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
Thu, 13 Mar 2008 18:04:21 +0000 diego Add #include "config.h" to headers that need it. libavutil
Mon, 10 Mar 2008 18:42:09 +0000 diego misc spelling fixes libavutil
Sat, 08 Mar 2008 18:33:07 +0000 mru check for x86 bswap instruction libavutil
Fri, 15 Feb 2008 14:58:18 +0000 diego prettyprinting cosmetics libavutil
Wed, 17 Oct 2007 09:37:46 +0000 diego Add FFMPEG_ prefix to all multiple inclusion guards. libavutil
Mon, 02 Jul 2007 17:00:04 +0000 diego Remove leading underscores from specifiers, they are reserved. libavutil
Sat, 16 Jun 2007 22:59:13 +0000 mru include all prerequisites in header files libavutil
Thu, 26 Apr 2007 08:20:21 +0000 benoit reorder bswap functions into bit-depth, special-casing inside the functions. libavutil
Thu, 26 Apr 2007 08:15:39 +0000 benoit make 2 functions "return x;" to simplify next patch libavutil
Tue, 24 Apr 2007 23:21:29 +0000 diego Faster 32 bit byteswaping code for Blackfin. libavutil
Fri, 08 Dec 2006 00:35:08 +0000 mru rename always_inline to av_always_inline and move to common.h libavutil
Wed, 01 Nov 2006 18:34:40 +0000 diego Use common define for x86_32 and x86_64. libavutil
Wed, 01 Nov 2006 16:59:18 +0000 diego better #endif comment libavutil
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavutil
Sun, 10 Sep 2006 14:02:42 +0000 diego Add official LGPL license headers to the files that were missing them. libavutil
Wed, 22 Feb 2006 10:28:44 +0000 iive Use native bswap32 instruction when __CPU__ is x86_64 instead of generic 386 code. libavutil
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavutil
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavutil
Mon, 01 Aug 2005 20:07:05 +0000 al libavutil: Utility code from libavcodec moved to a separate library. libavutil