log stream/asf_streaming.c @ 29433:3495ccd3aef8

age author description
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Thu, 26 Mar 2009 13:35:12 +0000 compn change close to closesocket, unifies close streaming code
Thu, 26 Mar 2009 11:00:04 +0000 reimar Add support for mmsh:// as alias for mmshttp://
Sun, 01 Feb 2009 13:42:27 +0000 diego Convert HAVE_WINSOCK2_H into a 0/1 definition.
Mon, 01 Sep 2008 07:31:57 +0000 diego Move '#define closesocket close' preprocessor directive to a common place
Sun, 31 Aug 2008 13:59:54 +0000 diego Revert moving closesocket definition and network headers to network.h.
Fri, 29 Aug 2008 22:55:39 +0000 diego Move duplicated '#define closesocket close' into network.h along with
Fri, 29 Aug 2008 20:05:08 +0000 diego Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
Wed, 09 Apr 2008 00:32:35 +0000 albeu Make stream independent of libmpdemux, the asf demuxer and streaming
Tue, 29 Jan 2008 23:50:08 +0000 rtogni Stream IDs must be written as hex numbers. Fixes
Fri, 21 Dec 2007 11:56:18 +0000 reimar Simplify a little bit
Fri, 21 Dec 2007 11:53:55 +0000 reimar Remove a check that is never in any way useful
Fri, 21 Dec 2007 11:46:58 +0000 reimar Avoid some le2me_ASF_* stuff operating directly on buffer, should
Fri, 21 Dec 2007 11:37:47 +0000 reimar Remove another useless cast
Fri, 21 Dec 2007 11:34:04 +0000 reimar 100l, buffer bound checks work better when done _before_ access.