log libmpdemux/demux_asf.c @ 27574:f51671d8bdc3

age author description
Thu, 17 Jul 2008 17:14:12 +0000 reimar Avoid including avcodec.h in demuxer.h (and thus many other files) just to get
Wed, 16 Jul 2008 18:51:39 +0000 reimar limits.h is required for UINT_MAX
Wed, 16 Jul 2008 16:43:40 +0000 reimar Make sure demuxed ASF packet is properly padded after descrambling
Wed, 16 Jul 2008 16:18:25 +0000 reimar Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.h
Wed, 16 Jul 2008 16:06:14 +0000 reimar Do not just print a warning, also fix the len in ASF demuxer!
Sun, 29 Jun 2008 10:06:19 +0000 reimar Replace asserts by proper conditions to allow playback of some broken but
Fri, 02 May 2008 13:33:14 +0000 eugeni Check ASF packet size before calling demux_asf_read_packet. Fixes segfault
Sun, 13 Apr 2008 23:04:07 +0000 uau demux_asf: Fix operator precedence in packet length check
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.