log libmpdemux/demux_avi.c @ 33847:14b18f6659d7

age author description
Sat, 13 Nov 2010 10:23:34 +0000 reimar If audio_block_size is 0 that is a bug (and will result in a division by 0
Sat, 13 Nov 2010 10:17:13 +0000 reimar Fix possible division by 0 if -aid is used for AVI files.
Fri, 06 Aug 2010 22:47:54 +0000 diego Add 'z' length modifier to %d printf format specifiers for size_t arguments.
Wed, 31 Mar 2010 18:45:00 +0000 reimar Make audio switching with AVI demuxer chose the first audio stream
Wed, 17 Feb 2010 23:36:44 +0000 diego Add header for demux_ogg_open, init_avi_with_ogg; avoids forward declarations.
Wed, 17 Feb 2010 23:10:56 +0000 diego Add read_avi_header() to aviheader.h; avoids forward declarations.
Wed, 17 Feb 2010 22:01:35 +0000 diego libmpdemux: Mark functions not used outside of their files as static.
Sun, 14 Feb 2010 15:17:24 +0000 reimar Make len unsigned. More correct anyway and avoids sign extension to 64 bit
Sun, 14 Feb 2010 14:48:54 +0000 reimar Simplify.
Sun, 22 Nov 2009 15:18:21 +0000 reimar Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many
Mon, 16 Nov 2009 10:44:00 +0000 reimar Use calloc instead of initializing each struct member individually to 0.
Mon, 16 Nov 2009 10:41:06 +0000 reimar Try to detect broken files with unaligned chunks.
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.
Thu, 01 Jan 2009 11:39:47 +0000 reimar Make AVI demuxer more resilient against broken or incomplete files.
Wed, 03 Dec 2008 23:01:03 +0000 diego Get rid of pointless 'extern' keywords.
Sat, 02 Aug 2008 16:30:32 +0000 diego Change a bunch of codec-specific preprocessor directives from a HAVE_
Sat, 09 Feb 2008 13:13:02 +0000 compn cosmetic typo fix, geneate > generate
Tue, 29 Jan 2008 15:11:38 +0000 reimar Use defines to give names to the different seek flags.
Sun, 13 Jan 2008 16:00:39 +0000 reimar Make all demuxer_desc_t const, thus moving them to .rodata
Sat, 01 Dec 2007 14:22:27 +0000 reimar Remove some pointless casts
Thu, 15 Mar 2007 18:36:36 +0000 diego Add explicit location for headers from the stream/ directory.
Tue, 06 Feb 2007 19:01:28 +0000 reimar Support some weird AVI header, fixes bug 742
Fri, 01 Dec 2006 19:43:36 +0000 reimar 100l confused FFMIN/FFMAX
Fri, 01 Dec 2006 19:24:42 +0000 reimar Proper fix for last demux_avi commit, stream switching now really should
Fri, 01 Dec 2006 18:51:44 +0000 reimar Make sure we do not hang if no streams are available
Fri, 01 Dec 2006 17:57:29 +0000 reimar Implement stream switching for AVI demuxer.
Thu, 30 Nov 2006 17:48:00 +0000 reimar Move initialization of sh_audio/sh_video members to aviheader
Sun, 12 Nov 2006 16:03:39 +0000 diego Remove duplicate message, the same info is printed anyway.
Sun, 05 Nov 2006 17:32:18 +0000 eugeni Fix an obvious typo.