log libmpdemux/demux_asf.c @ 22535:3945d813e573

age author description
Sun, 21 Jan 2007 18:29:18 +0000 reimar Instead of printing a useless "sig11 coming soon" message, just abort parsing
Wed, 08 Nov 2006 23:54:21 +0000 gpoirier Fix crash when attempting to seek in a streamed unseekable stream, like
Fri, 03 Nov 2006 22:53:24 +0000 nicodvb don't set the resolution for dvr-ms files: in the asf headers it seems to
Sun, 24 Sep 2006 15:19:48 +0000 nicodvb interpolate real fps of dvr-ms files using the extended stream properties.
Wed, 14 Jun 2006 19:48:54 +0000 uau Clean up audio pts handling, make audio pts tracking in the audio-only
Tue, 06 Jun 2006 23:34:21 +0000 pacman Patch from John Donaghy: "fix for audio and video in dvr-ms asf files"
Thu, 30 Mar 2006 23:06:18 +0000 iive fix descrambling of asf file,
Wed, 29 Mar 2006 23:25:09 +0000 albeu Move global vars used for header parsing, etc to dewux->priv as it should
Fri, 24 Mar 2006 08:12:03 +0000 diego Convert all if(verbose>X) to mp_msg_test calls.
Fri, 17 Feb 2006 01:57:41 +0000 corey Second-try commit of this patch.
Sun, 12 Feb 2006 09:58:27 +0000 reimar we cannot continue without a crash when read_asf_header fails, since some
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 14:03:42 +0000 nicodvb include the right avcodec.h, consistently with the rest of mplayer