log libmpdemux/demux_asf.c @ 26080:90e9ac3ee4c0

age author description
Mon, 25 Feb 2008 15:46:36 +0000 diego FFmpeg now uses different (unified) #include paths.
Tue, 05 Feb 2008 21:32:37 +0000 rtogni Check buffer index while reading to avoid sig11
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
Sun, 23 Dec 2007 16:46:24 +0000 reimar Replace LOAD_LE32 etc. by AV_RL32 etc.
Sun, 23 Dec 2007 16:42:54 +0000 reimar Add a read_varlen function to reduce some code duplication
Sun, 10 Jun 2007 09:25:09 +0000 nicodvb removed functions that were used to parse mpeg12 video (no more video); patch by John Donaghy
Thu, 07 Jun 2007 09:17:10 +0000 uau Calculate pts with double precision in demux_asf
Tue, 05 Jun 2007 14:27:54 +0000 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
Tue, 22 May 2007 13:55:14 +0000 zuxy Set i_bps for ASF video streams according to extended stream properties
Mon, 14 May 2007 01:23:54 +0000 uau Fix double free() in demux_asf.c
Mon, 07 May 2007 21:58:42 +0000 nicodvb For DVR-MS:
Thu, 15 Mar 2007 18:36:36 +0000 diego Add explicit location for headers from the stream/ directory.
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
Sat, 24 Dec 2005 12:48:01 +0000 rtognimp Typo in ASF demuxer selection by name (it's 'asf', not 'asv')
Mon, 19 Dec 2005 19:38:28 +0000 henry malloc padding to avoid access beyond allocated memory