log libmpdemux/aviheader.h @ 37195:ac6c37d85d65 default tip

age author description
Sun, 10 Mar 2013 18:07:20 +0000 reimar Remove pointless defines that cause redefinition warnings
Wed, 28 Nov 2012 19:43:03 +0000 reimar Change declaration to use proper type to avoid a ridiculous
Wed, 28 Nov 2012 19:28:57 +0000 reimar Remove unused define.
Wed, 17 Feb 2010 23:10:56 +0000 diego Add read_avi_header() to aviheader.h; avoids forward declarations.
Mon, 16 Nov 2009 10:41:06 +0000 reimar Try to detect broken files with unaligned chunks.
Sun, 26 Jul 2009 19:53:00 +0000 diego Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Fri, 08 May 2009 21:51:13 +0000 diego Add standard license header to all files in libmpdemux.
Tue, 17 Jun 2008 09:09:36 +0000 diego Add missing #includes that are required for things used in the header.
Fri, 22 Feb 2008 09:09:46 +0000 diego Add MPLAYER_ prefix to multiple inclusion guards.
Sun, 06 Jan 2008 23:20:15 +0000 diego Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved
Tue, 01 Jan 2008 19:59:01 +0000 diego Fix wrong #endif comment that does not match the #ifdef directive.
Mon, 02 Jul 2007 22:34:45 +0000 diego Do not use leading underscores in multiple inclusion guards, they are reserved.
Sat, 09 Dec 2006 12:24:11 +0000 reimar Get rid of min/max macros from aviheader.h, they do not belong here.
Thu, 07 Dec 2006 11:58:07 +0000 reimar Hack around libavutil/bswap.h compilation problems due to always_inline undefined.