Sun, 07 Nov 2010 12:47:40 +0000 |
diego |
Remove some useless NULL pointer checks before invoking free() on the pointer.
|
Fri, 10 Sep 2010 21:42:13 +0000 |
diego |
Replace audio_id / video_id extern declarations by mpcommon.h #include.
|
Sun, 27 Jun 2010 15:04:13 +0000 |
reimar |
Use MSG_NOSIGNAL flag if available for send().
|
Sun, 20 Jun 2010 16:01:17 +0000 |
diego |
Remove duplicate network_bandwidth extern declarations.
|
Sun, 21 Feb 2010 23:26:16 +0000 |
diego |
Add header for asf_mmst_streaming_start() instead of forward declaring it.
|
Sat, 20 Feb 2010 21:02:49 +0000 |
diego |
cosmetics: Remove pointless empty lines at EOF.
|
Sat, 30 Jan 2010 22:26:47 +0000 |
diego |
Add license header to all files missing it in the stream subdirectory.
|
Thu, 26 Nov 2009 17:57:33 +0000 |
compn |
mime type [video/x-ms-wmv] is not an ASF redirector.
|
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.
|
Fri, 21 Dec 2007 11:30:55 +0000 |
reimar |
Reduce some extreme parsing ugliness (mostly cosmetic)
|
Fri, 21 Dec 2007 10:53:32 +0000 |
reimar |
Remove useless alloc casts
|
Fri, 21 Dec 2007 00:13:08 +0000 |
reimar |
Reduce code duplication: add a asf_read_wrapper function that never does partial reads
|
Sat, 15 Dec 2007 19:17:36 +0000 |
ben |
cosmetic: indent after r25415
|
Sat, 15 Dec 2007 19:16:49 +0000 |
ben |
do not override *file_format if already set by asf_streaming_start()
|
Sun, 02 Dec 2007 13:22:53 +0000 |
reimar |
Mark all stream_info_t as const
|
Tue, 28 Aug 2007 22:38:45 +0000 |
diego |
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
|
Fri, 29 Jun 2007 21:21:57 +0000 |
rtogni |
wvx files (mimetype video/x-ms-wvx) are asx playlists. Fix bugzilla #750
|
Thu, 01 Mar 2007 12:54:38 +0000 |
reimar |
Replace MIN with FFMIN
|
Sat, 09 Dec 2006 19:12:51 +0000 |
reimar |
Avoid memory and fd leaks in asf streaming open code.
|
Sun, 08 Oct 2006 09:32:30 +0000 |
reimar |
Forgotten http_free on send error.
|
Sat, 05 Aug 2006 10:30:06 +0000 |
ben |
isolated tcp socket code from network.c to a dedicated file
|
Fri, 04 Aug 2006 17:01:29 +0000 |
ben |
proper inclusion of demuxer.h (including libmpdemux in Makefile only was to make previous split easier)
|
Mon, 31 Jul 2006 17:39:17 +0000 |
ben |
introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
base
libmpdemux/asf_streaming.c@ddc10f51c68a
|