log libmpdemux/asf_streaming.c @ 16113:c81b7c1c14cb

age author description
2005-07-26 reimar strncasecmp is not necessary and e.g. strncasecmp(prot, "mms", 3) will
2005-06-03 nicodvb printf converted to mp_msg; made static many unnecessarily global symbols
2005-05-29 nicodvb ported all network streams to the new API
2005-02-03 reimar fix for streams that do not send a bitrate
2005-01-16 rtognimp If asf/tcp fails, asf/http used a wrong port
2004-12-28 reimar 10l, variable declarations must be before mp_msg.
2004-12-25 reimar fix stream selection and -bandwidth for mms-over-http.
2004-07-21 alex reduced code complexity, and also made consistent with other parts
2004-07-21 alex removing broken and unneeded copy
2004-06-25 alex correct spelling
2004-06-06 rtognimp Use same order as WMP for mms protocols (MMSU, MMST, HTTP)
2004-05-02 rtognimp Fix hang for some asf video stream like http://193.219.139.115/ltv/zinios/news1830_20040501.wmv
2004-04-25 rtognimp Don't say that a protocol is unsupported if that's not true
2004-04-17 rtognimp Fix for some audio asf streams like http://ms.bandeapart.fm/bap/albums/973/6573_h_07-Patience.asf
2003-11-01 mosu Accept video/x-ms-asf as the MIME type for ASF as well. Patch by Dominique Andre Gunia <Dominique.Gunia@schunter.etc.tu-bs.de>.
2003-09-25 rfelker simple fix for buffer overflow (remotely exploitable). feel free to
2003-08-15 albeu ftp support. The change on connect2Server is needed bcs we need 2
2003-06-11 diego Networking support under MinGW.
2003-05-29 alex Using recv/send instead read/write for proper MinGW support (it's a 4.2BSD standard). Patch by FloDt <flodt8@yahoo.de>
2003-03-30 albeu Use new config headers
2003-01-06 bertrand 10l bug...
2003-01-02 bertrand - Now mmst will use the MMS/TCP implementation first, instead of trying
2002-10-29 bertrand GCC warning fixes
2002-09-22 arpi tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
2002-09-07 bertrand Don't try to reread from the socket if the server says EOF
2002-09-03 bertrand - If fatal error while trying to connect to a WM server, skip other proto.
2002-07-09 bertrand Fixed the asf http authentication.
2002-07-08 atmos4 Add missing authentication for asf streaming.
2002-07-05 bertrand Changed the way that the streams are requested.
2002-05-14 bertrand Enable mmst support. MMST will be tried if the HTTP support failed.