summaryrefslogtreecommitdiffstats
path: root/libmpdemux/asf_mmst_streaming.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bugs/crash introduced by translation patchreimar2005-11-061-1/+1
* Changed MSGTR_MPDEMUX_MMST_MallocFailed to MSGTR_MemAllocFailed (msg defined ...ptt2005-11-051-1/+1
* libmpdemux translatables to help_mp part 1 / mp_msg calls / try 2reynaldo2005-10-311-29/+30
* fix longstanding typo - "patentend"wanderer2005-08-311-1/+1
* some debugging codealex2005-06-031-0/+13
* printf converted to mp_msg; made static many unnecessarily global symbolsnicodvb2005-06-031-39/+37
* Use define instead of hardcodec value for max streams numberrtognimp2005-04-161-2/+3
* Fix potential buffer overflow for urls with more than 20 streamsrtognimp2005-04-151-0/+4
* Make string_utf16 code behave almost the same with or without iconvrtognimp2005-04-131-0/+1
* remove all setlocale calls, they break the behaviour of sscanf andreimar2005-01-201-3/+1
* fix a problem pointed out by iDEFENSE and several similar ones.reimar2004-12-151-1/+25
* typo noticed by Shixin Zeng <shixinzeng at sjtu dot edu dot cn>diego2004-10-101-1/+1
* Use port number embedded in url for mms streamsrtognimp2004-08-071-1/+3
* WMP doesn't encode urls with mmst protocolrtognimp2004-07-021-1/+15
* disable iconv in case setlocale is disabled - compile fixalex2004-06-261-0/+4
* user nl_langinfo if langinfo support present for proper chinese support, feat...alex2004-06-261-1/+8
* Fix hang on broken mmst streamsrtognimp2004-06-071-1/+2
* make gcc eating this under hurdalex2004-04-051-4/+4
* Fix hanging at end of mms:// streams.rtognimp2004-03-281-1/+2
* Warning fixes (approved by A'rpi).rathann2003-11-081-2/+2
* fallback to non-iconv dummy utf16 conversion if iconv failedalex2003-11-061-35/+27
* remove uncommon langinfo code and replace it by more common setlocal. patch b...alex2003-11-061-2/+1
* Current mplayer (mine is mplayer-1.0-pre1cvs20031001) cannot play mmsattila2003-11-011-0/+44
* 10lalex2003-10-221-2/+1
* Fixing tons of 10ls. Patch by rgselk <rgselknospam@yahoo.com>alex2003-10-221-10/+11
* ftp support. The change on connect2Server is needed bcs we need 2albeu2003-08-151-1/+1
* Networking support under MinGW.diego2003-06-111-1/+7
* Using recv/send instead read/write for proper MinGW support (it's a 4.2BSD st...alex2003-05-291-5/+5
* 10l found by yepyepalex2003-05-251-2/+2
* debug printfarpi2002-10-301-1/+1
* GCC warning fixesbertrand2002-10-291-11/+15
* - fixed several 10l bugsarpi2002-10-231-198/+106
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-221-2/+2
* Fixed an unknown command. Looks like it's a new command from WMS9.bertrand2002-09-071-3/+10
* Checked if the connection succeeded before writing in the socket.bertrand2002-09-031-0/+8
* Added support for asf mmst protocol.bertrand2002-05-141-0/+628