log libmpdemux/asfheader.c @ 37171:29802bb119f6

age author description
Wed, 19 Feb 2014 23:01:10 +0000 reimar asfheader: remove unused variables.
Sat, 25 Jan 2014 16:55:11 +0000 reimar asfheader: remove old, long commented-out code.
Wed, 07 Aug 2013 20:41:34 +0000 ib Don't subsequently calculate original_aspect from last movie_aspect.
Tue, 24 May 2011 13:35:26 +0000 ib Fix play duration calculation error.
Sat, 11 Dec 2010 15:49:09 +0000 reimar Use FFMAX for slightly better readability.
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
Sun, 12 Sep 2010 12:22:01 +0000 reimar Replace some sizeof(type) by sizeof(*pointer)
Sat, 17 Jul 2010 13:14:53 +0000 diego Rename network build system variable and command line option to networking.
Sat, 10 Jul 2010 23:11:45 +0000 reimar Remove some pointless uses of be2me/le2me.
Sat, 10 Jul 2010 18:47:59 +0000 reimar Make the stream language an argument to the stream creation function
Thu, 18 Feb 2010 00:18:50 +0000 diego Add header for AVI print functions; avoids many forward declarations.
Wed, 17 Feb 2010 23:45:01 +0000 diego Add header for asf_check_header, read_asf_header; avoids forward declarations.
Tue, 26 Jan 2010 18:19:57 +0000 reimar Enable parsing for ASF audio streams.
Tue, 10 Nov 2009 16:24:16 +0000 reimar Calculate length of ASF files with more than 1 second precision.
Tue, 10 Nov 2009 16:19:44 +0000 reimar Fix length calculation for ASF, preroll is in ms, play time in 100 ns.
Sat, 30 May 2009 13:18:57 +0000 reimar In all demux_info_add calls change "name" to "title".
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.
Sun, 05 Oct 2008 21:44:42 +0000 diego Move find_backwards_asf_guid asfguid.h to asfheader.c, the only place where
Thu, 07 Aug 2008 12:20:50 +0000 diego Give a CONFIG_ prefix to preprocessor directives that lacked one and
Wed, 09 Jul 2008 18:24:48 +0000 reimar Fix stupid and almost pointless check-after-read code in asfheader.c.
Wed, 09 Apr 2008 00:32:35 +0000 albeu Make stream independent of libmpdemux, the asf demuxer and streaming
Wed, 25 Jul 2007 17:29:29 +0000 reimar Remove some useless "extern" before function prototypes
Wed, 18 Jul 2007 22:16:08 +0000 nicodvb fixed bug introduced with the addition of get_ext_stream_properties()
Tue, 10 Jul 2007 02:02:21 +0000 zuxy fix unaligned memory access in asfheader.c, courtesy of Balatoni Denes
Wed, 30 May 2007 08:36:38 +0000 zuxy Use play duration instead of send duration to calculate the length
Mon, 28 May 2007 08:42:35 +0000 diego Remove some unused variables, patch by timwoj ieee org.
Tue, 22 May 2007 13:55:14 +0000 zuxy Set i_bps for ASF video streams according to extended stream properties
Thu, 17 May 2007 12:56:08 +0000 reimar Make use of new AV_RL64
Mon, 07 May 2007 21:58:42 +0000 nicodvb For DVR-MS:
Wed, 25 Apr 2007 00:03:27 +0000 diego Declarations and code should not be mixed.
Fri, 20 Apr 2007 21:49:49 +0000 nicodvb with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)
Thu, 15 Mar 2007 18:36:36 +0000 diego Add explicit location for headers from the stream/ directory.
Sat, 03 Mar 2007 21:33:40 +0000 compn warn users about drm files, patch by zuxy meng
Sun, 21 Jan 2007 18:22:07 +0000 reimar Sanity-check sh_video->bih->biSize
Fri, 19 Jan 2007 23:14:57 +0000 reimar Compile fix: LE_* -> AV_RL*
Fri, 15 Dec 2006 21:51:20 +0000 reimar ASF aspect support via metadata reading.
Sun, 03 Dec 2006 16:41:55 +0000 reimar Use libavutil LE_* macros instead of pointer casts which can result
Sun, 03 Dec 2006 11:35:11 +0000 reimar Unicode support for demuxer info in ASF demuxer.
Mon, 13 Nov 2006 19:16:39 +0000 reimar Try to handle oversized asf headers by ignoring anything beyond the first MB
Sun, 24 Sep 2006 15:19:48 +0000 nicodvb interpolate real fps of dvr-ms files using the extended stream properties.
Mon, 17 Jul 2006 22:22:34 +0000 uau Fix use of uninitialized variable
Sun, 16 Jul 2006 01:20:30 +0000 reynaldo marks several read-only string parameters and function return-values which can only be used read-only as const. Patch by Stefan Huehner, stefan _AT huener-org
Thu, 13 Jul 2006 16:41:13 +0000 reynaldo drops casts from void * on malloc/calloc from libmpdemux code
Sun, 25 Jun 2006 14:02:28 +0000 reimar Forgotten free on error
Fri, 09 Jun 2006 22:33:09 +0000 pacman Fix declaration mixed in among statements in the recent dvr-ms code
Tue, 06 Jun 2006 23:34:21 +0000 pacman Patch from John Donaghy: "fix for audio and video in dvr-ms asf files"
Sat, 01 Apr 2006 23:50:30 +0000 rtognimp Don't use free()d pointer CID 260
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
Mon, 27 Mar 2006 17:25:41 +0000 diego Convert printfs in aviprint.c to mp_msg and give the information printing
Fri, 24 Mar 2006 08:12:03 +0000 diego Convert all if(verbose>X) to mp_msg_test calls.
Mon, 31 Oct 2005 23:37:41 +0000 reynaldo libmpdemux translatables to help_mp part 1 / mp_msg calls / try 2
Fri, 05 Aug 2005 19:57:47 +0000 rtognimp Demuxer modularization
Fri, 29 Jul 2005 15:52:06 +0000 reimar 10l, incorrect usage of le2me_*
Tue, 21 Jun 2005 19:56:47 +0000 reimar M$ puts whole FAQs in these headers, so they can get really big...
Thu, 26 May 2005 11:23:15 +0000 reimar support DVR format
Sat, 25 Dec 2004 11:31:32 +0000 reimar fix stream selection and -bandwidth for mms-over-http.
Sat, 17 Apr 2004 10:31:38 +0000 diego less verbosity + printf --> mp_msg