log libmpdemux/demux_avi.c @ 37195:ac6c37d85d65 default tip

age author description
Sun, 23 Feb 2014 18:14:44 +0000 reimar demuxers: remove pointless sh->ds assignments.
Wed, 28 Nov 2012 19:43:03 +0000 reimar Change declaration to use proper type to avoid a ridiculous
Wed, 28 Nov 2012 19:36:55 +0000 reimar Merge declaration and initialization.
Wed, 28 Nov 2012 19:27:43 +0000 reimar Remove unnecessary cast.
Wed, 28 Nov 2012 19:23:03 +0000 reimar Do not decrement idx_pos if it is 0.
Wed, 28 Nov 2012 19:13:39 +0000 reimar AVI: when we cannot find packets for video or audio stream,
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.
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
Sat, 13 Aug 2005 12:20:07 +0000 rtognimp 100l: fix avi demuxing for ni and nini cases, allow forcing ni and nini
Thu, 11 Aug 2005 17:23:45 +0000 ods15 demux_avi_control() missing in avi's demuxer struct.
Fri, 05 Aug 2005 19:57:47 +0000 rtognimp Demuxer modularization
Sat, 15 Jan 2005 16:11:45 +0000 reimar Move generic length and percent pos calculation to demuxer.c
Wed, 17 Mar 2004 14:50:37 +0000 ranma OpenDML read/write support
Sat, 13 Mar 2004 16:10:02 +0000 rtognimp Seek in HTTP streams and stdin seek fixes
Tue, 17 Feb 2004 12:30:45 +0000 attila enable seeking in http streams
Wed, 22 Oct 2003 19:01:37 +0000 alex Saving and loading external index file. Patch by Jason Tackaberry <tack@auc.ca>
Wed, 27 Aug 2003 22:30:54 +0000 arpi printing fps with 3 dec digit instead of 2