summaryrefslogtreecommitdiffstats
path: root/stream/asf_streaming.c
Commit message (Expand)AuthorAgeFilesLines
* mime type [video/x-ms-wmv] is not an ASF redirector.compn2009-11-261-0/+1
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-23/+23
* change close to closesocket, unifies close streaming codecompn2009-03-261-1/+1
* Add support for mmsh:// as alias for mmshttp://reimar2009-03-261-2/+3
* Convert HAVE_WINSOCK2_H into a 0/1 definition.diego2009-02-011-1/+1
* Move '#define closesocket close' preprocessor directive to a common placediego2008-09-011-3/+1
* Revert moving closesocket definition and network headers to network.h.diego2008-08-311-0/+7
* Move duplicated '#define closesocket close' into network.h along withdiego2008-08-291-7/+0
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.diego2008-08-291-1/+1
* Make stream independent of libmpdemux, the asf demuxer and streamingalbeu2008-04-091-10/+1
* Stream IDs must be written as hex numbers. Fixes rtogni2008-01-291-2/+2
* Simplify a little bitreimar2007-12-211-6/+4
* Remove a check that is never in any way usefulreimar2007-12-211-5/+0
* Avoid some le2me_ASF_* stuff operating directly on buffer, shouldreimar2007-12-211-5/+3
* Remove another useless castreimar2007-12-211-1/+1
* 100l, buffer bound checks work better when done _before_ access.reimar2007-12-211-3/+2
* Reduce some extreme parsing ugliness (mostly cosmetic)reimar2007-12-211-10/+12
* Remove useless alloc castsreimar2007-12-211-3/+3
* Reduce code duplication: add a asf_read_wrapper function that never does part...reimar2007-12-211-34/+23
* cosmetic: indent after r25415ben2007-12-151-1/+1
* do not override *file_format if already set by asf_streaming_start()ben2007-12-151-0/+1
* Mark all stream_info_t as constreimar2007-12-021-1/+1
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDdiego2007-08-281-2/+2
* wvx files (mimetype video/x-ms-wvx) are asx playlists. Fix bugzilla #750rtogni2007-06-291-1/+0
* Replace MIN with FFMINreimar2007-03-011-1/+1
* Avoid memory and fd leaks in asf streaming open code.reimar2006-12-091-15/+15
* Forgotten http_free on send error.reimar2006-10-081-0/+1
* isolated tcp socket code from network.c to a dedicated fileben2006-08-051-0/+1
* proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...ben2006-08-041-2/+2
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+882