log libmpdemux/demux_avi.c @ 28101:231f008859b9

age author description
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.
Sun, 05 Nov 2006 16:49:09 +0000 kraymer better wording for "workarounding"
Sun, 05 Nov 2006 16:36:02 +0000 kraymer MSGTRs for demux_avi.c
Mon, 23 Oct 2006 16:46:16 +0000 reimar Allow lowercase letters in AVI stream id, fixes bug #277
Sat, 21 Oct 2006 20:48:41 +0000 reimar Avoid crash after "AVI: No audio stream found -> no sound." message,
Sun, 15 Oct 2006 18:36:02 +0000 reynaldo as anounced, just some cleaning, purely janitorial changes
Sat, 06 May 2006 06:23:23 +0000 pacman Fix calculation of stream sizes when they are too big for a 32-bit variable
Sat, 18 Feb 2006 09:26:39 +0000 corey dwStart support for mplayer.
Fri, 17 Feb 2006 01:57:41 +0000 corey Second-try commit of this patch.
Thu, 09 Feb 2006 19:39:51 +0000 corey Reverse commit of unfinished patch for passing audio_delay to the demuxers.
Tue, 07 Feb 2006 20:22:44 +0000 corey 1. Include audio_delay as an argument to demux_seek.
Thu, 12 Jan 2006 20:04:36 +0000 rathann massive attack: mp_msg printf format fixes
Sun, 08 Jan 2006 13:35:54 +0000 reimar fix crash if no video codec available
Sun, 30 Oct 2005 09:19:05 +0000 reimar move resync_audio_stream after seeking to demuxer.c
Tue, 13 Sep 2005 18:12:48 +0000 diego Avoid duplicated messages from demux_avi.c and demuxer.c.
Fri, 02 Sep 2005 08:32:32 +0000 ods15 Make -identify's 'ID_LENGTH=' print a float and not an integer.. The