log libmpdemux/aviheader.c @ 32766:f6c832aedcb1

age author description
Sun, 12 Dec 2010 14:31:17 +0000 reimar Avoid using uninitialized data if index read does not return enough data.
Sun, 21 Nov 2010 12:25:44 +0000 reimar Add WAVEFORMATEXTENSIBLE support to AVI demuxer.
Sun, 12 Sep 2010 13:01:05 +0000 reimar Replace sizoef(type) by sizeof(*ptrvar).
Tue, 03 Aug 2010 15:55:17 +0000 siretart various spelling fixes, found by the Debian QA tool 'lintian'
Sat, 10 Jul 2010 22:33:49 +0000 reimar Remove obfuscating use of le2me_32.
Sat, 10 Jul 2010 18:47:59 +0000 reimar Make the stream language an argument to the stream creation function
Sat, 20 Feb 2010 21:02:49 +0000 diego cosmetics: Remove pointless empty lines at EOF.
Thu, 18 Feb 2010 00:18:50 +0000 diego Add header for AVI print functions; avoids many forward declarations.
Wed, 17 Feb 2010 22:01:35 +0000 diego libmpdemux: Mark functions not used outside of their files as static.
Sun, 27 Dec 2009 15:28:01 +0000 reimar Add support for parsing audio streams (though should be easy to extend to video)
Thu, 17 Dec 2009 18:31:59 +0000 reimar Do not modify priv->idx_pos when regenerating the index, use a local
Sat, 30 May 2009 13:18:57 +0000 reimar In all demux_info_add calls change "name" to "title".
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.
Sat, 01 Dec 2007 14:29:53 +0000 reimar Set sh_video->format when parsing aviheader, otherwise it might never
Thu, 13 Sep 2007 15:18:57 +0000 reimar Check wLongsPerEntry before using it.
Wed, 01 Aug 2007 09:01:28 +0000 reimar Fix detection of xan audio. -noidx or -forceidx still is necessary
Wed, 25 Jul 2007 17:31:34 +0000 reimar Simplify: use FFMAX
Wed, 25 Jul 2007 17:29:29 +0000 reimar Remove some useless "extern" before function prototypes
Sat, 14 Jul 2007 09:01:44 +0000 reimar Use stream_read_qword_le
Fri, 20 Apr 2007 21:49:49 +0000 nicodvb with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)
Thu, 15 Mar 2007 18:36:36 +0000 diego Add explicit location for headers from the stream/ directory.
Sun, 21 Jan 2007 18:22:07 +0000 reimar Sanity-check sh_video->bih->biSize
Fri, 29 Dec 2006 19:01:55 +0000 michael dont read index if -noidx
Sat, 09 Dec 2006 12:25:25 +0000 reimar Replace another MIN macro by FFMIN
Thu, 30 Nov 2006 17:48:00 +0000 reimar Move initialization of sh_audio/sh_video members to aviheader
Wed, 29 Nov 2006 15:02:45 +0000 diego Remove bswap.h, use libavutil/bswap.h instead.
Sat, 08 Jul 2006 17:28:36 +0000 diego Remove unused variables, patch by Stefan Huehner stefan at huehner org.
Sun, 04 Jun 2006 22:41:27 +0000 rtogni Fix potential integer overflows in memory allocation.
Thu, 06 Apr 2006 21:49:12 +0000 iive make sure the indx chunk is big enough to hold the basic structure.