log libmpdemux/asfheader.c @ 31267:da3280d2467c

age author description
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