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

age author description
Sun, 24 Jul 2011 23:55:34 +0000 diego Do not translate console messages of verbosity level MSGL_V and above.
Sun, 08 May 2011 10:46:41 +0000 reimar Restore variable that is actually used in debug output.
Sat, 07 May 2011 20:19:26 +0000 reimar Remove unused variable.
Sun, 30 Jan 2011 10:38:10 +0000 reimar Check that rlen is valid before using it to increment a pointer.
Sun, 12 Dec 2010 20:59:18 +0000 reimar Add a missing free to ASF demuxer close.
Sat, 11 Dec 2010 15:46:30 +0000 reimar Remove useless assignment already done in new_sh_video.
Sat, 11 Dec 2010 15:45:31 +0000 reimar Remove pointless assignments that are already handled in new_sh_audio.
Sat, 11 Dec 2010 15:43:24 +0000 reimar Move setup of sh_audio->format to a more appropriate place (in asfheader.c).
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Wed, 17 Feb 2010 23:45:01 +0000 diego Add header for asf_check_header, read_asf_header; avoids forward declarations.
Wed, 17 Feb 2010 23:40:48 +0000 diego #include proper header for skip_audio_frame() instead of forward declaring it.
Tue, 10 Nov 2009 16:15:39 +0000 reimar Remove useless cast
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.
Wed, 03 Dec 2008 23:01:03 +0000 diego Get rid of pointless 'extern' keywords.
Thu, 25 Sep 2008 17:11:01 +0000 reimar Do not special-case a grouping-subsegment length of 0.
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.
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
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Sun, 30 Oct 2005 09:19:05 +0000 reimar move resync_audio_stream after seeking to demuxer.c
Fri, 02 Sep 2005 08:32:32 +0000 ods15 Make -identify's 'ID_LENGTH=' print a float and not an integer.. The
Fri, 05 Aug 2005 19:57:47 +0000 rtognimp Demuxer modularization
Mon, 23 May 2005 16:20:46 +0000 reimar Speedup asf descrambling (avoid one memcpy and use our fastmemcpy).
Sat, 15 Jan 2005 16:11:45 +0000 reimar Move generic length and percent pos calculation to demuxer.c