log bswap.h @ 916:2860cc0b5562 libavutil

age author description
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