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
|