2010-11-07 |
diego |
Remove some useless NULL pointer checks before invoking free() on the pointer.
|
2010-09-10 |
diego |
Replace audio_id / video_id extern declarations by mpcommon.h #include.
|
2010-06-27 |
reimar |
Use MSG_NOSIGNAL flag if available for send().
|
2010-06-20 |
diego |
Remove duplicate network_bandwidth extern declarations.
|
2010-02-21 |
diego |
Add header for asf_mmst_streaming_start() instead of forward declaring it.
|
2010-02-20 |
diego |
cosmetics: Remove pointless empty lines at EOF.
|
2010-01-30 |
diego |
Add license header to all files missing it in the stream subdirectory.
|
2009-11-26 |
compn |
mime type [video/x-ms-wmv] is not an ASF redirector.
|
2009-05-13 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
2009-03-26 |
compn |
change close to closesocket, unifies close streaming code
|
2009-03-26 |
reimar |
Add support for mmsh:// as alias for mmshttp://
|
2009-02-01 |
diego |
Convert HAVE_WINSOCK2_H into a 0/1 definition.
|
2008-09-01 |
diego |
Move '#define closesocket close' preprocessor directive to a common place
|
2008-08-31 |
diego |
Revert moving closesocket definition and network headers to network.h.
|
2008-08-29 |
diego |
Move duplicated '#define closesocket close' into network.h along with
|
2008-08-29 |
diego |
Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
|
2008-04-09 |
albeu |
Make stream independent of libmpdemux, the asf demuxer and streaming
|
2008-01-29 |
rtogni |
Stream IDs must be written as hex numbers. Fixes
|
2007-12-21 |
reimar |
Simplify a little bit
|
2007-12-21 |
reimar |
Remove a check that is never in any way useful
|
2007-12-21 |
reimar |
Avoid some le2me_ASF_* stuff operating directly on buffer, should
|
2007-12-21 |
reimar |
Remove another useless cast
|
2007-12-21 |
reimar |
100l, buffer bound checks work better when done _before_ access.
|
2007-12-21 |
reimar |
Reduce some extreme parsing ugliness (mostly cosmetic)
|
2007-12-21 |
reimar |
Remove useless alloc casts
|
2007-12-21 |
reimar |
Reduce code duplication: add a asf_read_wrapper function that never does partial reads
|
2007-12-15 |
ben |
cosmetic: indent after r25415
|
2007-12-15 |
ben |
do not override *file_format if already set by asf_streaming_start()
|
2007-12-02 |
reimar |
Mark all stream_info_t as const
|
2007-08-28 |
diego |
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
|
2007-06-29 |
rtogni |
wvx files (mimetype video/x-ms-wvx) are asx playlists. Fix bugzilla #750
|
2007-03-01 |
reimar |
Replace MIN with FFMIN
|
2006-12-09 |
reimar |
Avoid memory and fd leaks in asf streaming open code.
|
2006-10-08 |
reimar |
Forgotten http_free on send error.
|
2006-08-05 |
ben |
isolated tcp socket code from network.c to a dedicated file
|
2006-08-04 |
ben |
proper inclusion of demuxer.h (including libmpdemux in Makefile only was to make previous split easier)
|
2006-07-31 |
ben |
introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
base
libmpdemux/asf_streaming.c@ddc10f51c68a
|