summaryrefslogtreecommitdiffstats
path: root/libmpdemux/asf_streaming.c
Commit message (Expand)AuthorAgeFilesLines
* fix for streams that do not send a bitratereimar2005-02-031-1/+1
* If asf/tcp fails, asf/http used a wrong portrtognimp2005-01-161-0/+3
* 10l, variable declarations must be before mp_msg.reimar2004-12-281-1/+1
* fix stream selection and -bandwidth for mms-over-http.reimar2004-12-251-71/+158
* reduced code complexity, and also made consistent with other partsalex2004-07-211-12/+14
* removing broken and unneeded copyalex2004-07-211-5/+2
* correct spellingalex2004-06-251-1/+1
* Use same order as WMP for mms protocols (MMSU, MMST, HTTP)rtognimp2004-06-061-28/+31
* Fix hang for some asf video stream like http://193.219.139.115/ltv/zinios/new...rtognimp2004-05-021-1/+1
* Don't say that a protocol is unsupported if that's not truertognimp2004-04-251-0/+3
* Fix for some audio asf streams like http://ms.bandeapart.fm/bap/albums/973/65...rtognimp2004-04-171-1/+1
* Accept video/x-ms-asf as the MIME type for ASF as well. Patch by Dominique An...mosu2003-11-011-1/+2
* simple fix for buffer overflow (remotely exploitable). feel free torfelker2003-09-251-2/+2
* ftp support. The change on connect2Server is needed bcs we need 2albeu2003-08-151-1/+1
* Networking support under MinGW.diego2003-06-111-2/+8
* Using recv/send instead read/write for proper MinGW support (it's a 4.2BSD st...alex2003-05-291-2/+2
* Use new config headersalbeu2003-03-301-5/+6
* 10l bug...bertrand2003-01-061-3/+3
* - Now mmst will use the MMS/TCP implementation first, instead of tryingbertrand2003-01-021-5/+5
* GCC warning fixesbertrand2002-10-291-16/+23
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-221-2/+1
* Don't try to reread from the socket if the server says EOFbertrand2002-09-071-1/+1
* - If fatal error while trying to connect to a WM server, skip other proto.bertrand2002-09-031-2/+8
* Fixed the asf http authentication.bertrand2002-07-091-3/+14
* Add missing authentication for asf streaming.atmos42002-07-081-0/+1
* Changed the way that the streams are requested.bertrand2002-07-051-37/+62
* Enable mmst support. MMST will be tried if the HTTP support failed.bertrand2002-05-141-10/+16
* Convert printf to mp_msg in the network layeralbeu2002-04-301-50/+48
* Added big endian handling for the ASF_chunk_t struct.bertrand2002-04-141-6/+11
* Readded the content-type checking, in case of the no HTTP body arebertrand2002-01-241-23/+24
* 10l ...nexus2002-01-231-1/+2
* Added a turn around for badly configured web servers.bertrand2002-01-231-4/+30
* Changed the asf_file_header_t struct to read all the fields properly.bertrand2002-01-201-7/+7
* Changed the proxy protocol to http_proxy.bertrand2002-01-141-3/+3
* Added proxy support.bertrand2002-01-121-17/+36
* Changed the return value of the start function. Doesn't return the fdbertrand2002-01-101-11/+11
* Kept the HTTP connection open after autodetect, sobertrand2002-01-081-49/+47
* various small streaming fixes by Alban Bedel <albeu@free.fr>arpi2002-01-081-18/+17
* As nobody fixed this yet:pl2001-12-251-2/+2
* Fixed the multiple ASF header stream chunk.bertrand2001-12-171-7/+2
* Applied the patch from Alban Bedel <albeu@free.fr>.bertrand2001-12-161-92/+190
* Applied the patch from Alban Bedel <albeu@free.fr>.bertrand2001-12-141-5/+9
* Applied the patch from Alban Bedel <albeu@free.fr> tobertrand2001-12-121-16/+156
* Added a switch for the ASF streaming protocol. It will first try ASF/UDP,bertrand2001-12-111-17/+76
* Removed my buffer hack to use cache2.bertrand2001-11-201-88/+61
* config.h cleanup, few things added to steram/demuxer headersarpi2001-10-301-0/+2
* Added ASF http server streaming (Not mms streaming).bertrand2001-10-261-7/+33
* libdemuxer...arpi2001-10-201-0/+353