aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/asf_streaming.c
Commit message (Expand)AuthorAge
* fix for streams that do not send a bitrateGravatar reimar2005-02-03
* If asf/tcp fails, asf/http used a wrong portGravatar rtognimp2005-01-16
* 10l, variable declarations must be before mp_msg.Gravatar reimar2004-12-28
* fix stream selection and -bandwidth for mms-over-http.Gravatar reimar2004-12-25
* reduced code complexity, and also made consistent with other partsGravatar alex2004-07-21
* removing broken and unneeded copyGravatar alex2004-07-21
* correct spellingGravatar alex2004-06-25
* Use same order as WMP for mms protocols (MMSU, MMST, HTTP)Gravatar rtognimp2004-06-06
* Fix hang for some asf video stream like http://193.219.139.115/ltv/zinios/new...Gravatar rtognimp2004-05-02
* Don't say that a protocol is unsupported if that's not trueGravatar rtognimp2004-04-25
* Fix for some audio asf streams like http://ms.bandeapart.fm/bap/albums/973/65...Gravatar rtognimp2004-04-17
* Accept video/x-ms-asf as the MIME type for ASF as well. Patch by Dominique An...Gravatar mosu2003-11-01
* simple fix for buffer overflow (remotely exploitable). feel free toGravatar rfelker2003-09-25
* ftp support. The change on connect2Server is needed bcs we need 2Gravatar albeu2003-08-15
* Networking support under MinGW.Gravatar diego2003-06-11
* Using recv/send instead read/write for proper MinGW support (it's a 4.2BSD st...Gravatar alex2003-05-29
* Use new config headersGravatar albeu2003-03-30
* 10l bug...Gravatar bertrand2003-01-06
* - Now mmst will use the MMS/TCP implementation first, instead of tryingGravatar bertrand2003-01-02
* GCC warning fixesGravatar bertrand2002-10-29
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugGravatar arpi2002-09-22
* Don't try to reread from the socket if the server says EOFGravatar bertrand2002-09-07
* - If fatal error while trying to connect to a WM server, skip other proto.Gravatar bertrand2002-09-03
* Fixed the asf http authentication.Gravatar bertrand2002-07-09
* Add missing authentication for asf streaming.Gravatar atmos42002-07-08
* Changed the way that the streams are requested.Gravatar bertrand2002-07-05
* Enable mmst support. MMST will be tried if the HTTP support failed.Gravatar bertrand2002-05-14
* Convert printf to mp_msg in the network layerGravatar albeu2002-04-30
* Added big endian handling for the ASF_chunk_t struct.Gravatar bertrand2002-04-14
* Readded the content-type checking, in case of the no HTTP body areGravatar bertrand2002-01-24
* 10l ...Gravatar nexus2002-01-23
* Added a turn around for badly configured web servers.Gravatar bertrand2002-01-23
* Changed the asf_file_header_t struct to read all the fields properly.Gravatar bertrand2002-01-20
* Changed the proxy protocol to http_proxy.Gravatar bertrand2002-01-14
* Added proxy support.Gravatar bertrand2002-01-12
* Changed the return value of the start function. Doesn't return the fdGravatar bertrand2002-01-10
* Kept the HTTP connection open after autodetect, soGravatar bertrand2002-01-08
* various small streaming fixes by Alban Bedel <albeu@free.fr>Gravatar arpi2002-01-08
* As nobody fixed this yet:Gravatar pl2001-12-25
* Fixed the multiple ASF header stream chunk.Gravatar bertrand2001-12-17
* Applied the patch from Alban Bedel <albeu@free.fr>.Gravatar bertrand2001-12-16
* Applied the patch from Alban Bedel <albeu@free.fr>.Gravatar bertrand2001-12-14
* Applied the patch from Alban Bedel <albeu@free.fr> toGravatar bertrand2001-12-12
* Added a switch for the ASF streaming protocol. It will first try ASF/UDP,Gravatar bertrand2001-12-11
* Removed my buffer hack to use cache2.Gravatar bertrand2001-11-20
* config.h cleanup, few things added to steram/demuxer headersGravatar arpi2001-10-30
* Added ASF http server streaming (Not mms streaming).Gravatar bertrand2001-10-26
* libdemuxer...Gravatar arpi2001-10-20