log libmpdemux/asf_mmst_streaming.c @ 18399:8a8db87a884b

age author description
Sun, 06 Nov 2005 15:25:08 +0000 reimar Fix bugs/crash introduced by translation patch
Sat, 05 Nov 2005 00:51:36 +0000 ptt Changed MSGTR_MPDEMUX_MMST_MallocFailed to MSGTR_MemAllocFailed (msg defined two times inhelp_mp-en.h)
Mon, 31 Oct 2005 23:37:41 +0000 reynaldo libmpdemux translatables to help_mp part 1 / mp_msg calls / try 2
Wed, 31 Aug 2005 21:13:05 +0000 wanderer fix longstanding typo - "patentend"
Fri, 03 Jun 2005 15:59:24 +0000 alex some debugging code
Fri, 03 Jun 2005 15:33:26 +0000 nicodvb printf converted to mp_msg; made static many unnecessarily global symbols
Sat, 16 Apr 2005 13:42:50 +0000 rtognimp Use define instead of hardcodec value for max streams number
Fri, 15 Apr 2005 23:31:57 +0000 rtognimp Fix potential buffer overflow for urls with more than 20 streams
Wed, 13 Apr 2005 19:21:05 +0000 rtognimp Make string_utf16 code behave almost the same with or without iconv
Thu, 20 Jan 2005 13:22:53 +0000 reimar remove all setlocale calls, they break the behaviour of sscanf and
Wed, 15 Dec 2004 19:12:46 +0000 reimar fix a problem pointed out by iDEFENSE and several similar ones.
Sun, 10 Oct 2004 13:00:56 +0000 diego typo noticed by Shixin Zeng <shixinzeng at sjtu dot edu dot cn>
Sat, 07 Aug 2004 23:48:35 +0000 rtognimp Use port number embedded in url for mms streams
Fri, 02 Jul 2004 20:36:50 +0000 rtognimp WMP doesn't encode urls with mmst protocol
Sat, 26 Jun 2004 09:55:17 +0000 alex disable iconv in case setlocale is disabled - compile fix
Sat, 26 Jun 2004 09:54:02 +0000 alex user nl_langinfo if langinfo support present for proper chinese support, feature requested by Shixin Zheng <shixinzheng@sjtu.edu.cn>
Mon, 07 Jun 2004 19:23:04 +0000 rtognimp Fix hang on broken mmst streams
Mon, 05 Apr 2004 21:31:27 +0000 alex make gcc eating this under hurd
Sun, 28 Mar 2004 14:44:49 +0000 rtognimp Fix hanging at end of mms:// streams.
Sat, 08 Nov 2003 00:26:51 +0000 rathann Warning fixes (approved by A'rpi).
Thu, 06 Nov 2003 22:34:20 +0000 alex fallback to non-iconv dummy utf16 conversion if iconv failed
Thu, 06 Nov 2003 22:28:55 +0000 alex remove uncommon langinfo code and replace it by more common setlocal. patch by Steven M. Schultz <sms@2BSD.COM>
Sat, 01 Nov 2003 14:43:28 +0000 attila Current mplayer (mine is mplayer-1.0-pre1cvs20031001) cannot play mms
Wed, 22 Oct 2003 17:30:13 +0000 alex 10l
Wed, 22 Oct 2003 17:26:15 +0000 alex Fixing tons of 10ls. Patch by rgselk <rgselknospam@yahoo.com>
Fri, 15 Aug 2003 19:13:23 +0000 albeu ftp support. The change on connect2Server is needed bcs we need 2
Wed, 11 Jun 2003 16:48:09 +0000 diego Networking support under MinGW.
Thu, 29 May 2003 19:36:58 +0000 alex Using recv/send instead read/write for proper MinGW support (it's a 4.2BSD standard). Patch by FloDt <flodt8@yahoo.de>
Sun, 25 May 2003 18:28:26 +0000 alex 10l found by yepyep
Wed, 30 Oct 2002 14:10:36 +0000 arpi debug printf
Tue, 29 Oct 2002 09:18:53 +0000 bertrand GCC warning fixes
Wed, 23 Oct 2002 20:39:49 +0000 arpi - fixed several 10l bugs
Sun, 22 Sep 2002 02:33:28 +0000 arpi tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
Sat, 07 Sep 2002 20:37:09 +0000 bertrand Fixed an unknown command. Looks like it's a new command from WMS9.
Tue, 03 Sep 2002 01:25:31 +0000 bertrand Checked if the connection succeeded before writing in the socket.
Tue, 14 May 2002 22:31:21 +0000 bertrand Added support for asf mmst protocol.