aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/asf_mmst_streaming.c
Commit message (Expand)AuthorAge
* Fix bugs/crash introduced by translation patchGravatar reimar2005-11-06
* Changed MSGTR_MPDEMUX_MMST_MallocFailed to MSGTR_MemAllocFailed (msg defined ...Gravatar ptt2005-11-05
* libmpdemux translatables to help_mp part 1 / mp_msg calls / try 2Gravatar reynaldo2005-10-31
* fix longstanding typo - "patentend"Gravatar wanderer2005-08-31
* some debugging codeGravatar alex2005-06-03
* printf converted to mp_msg; made static many unnecessarily global symbolsGravatar nicodvb2005-06-03
* Use define instead of hardcodec value for max streams numberGravatar rtognimp2005-04-16
* Fix potential buffer overflow for urls with more than 20 streamsGravatar rtognimp2005-04-15
* Make string_utf16 code behave almost the same with or without iconvGravatar rtognimp2005-04-13
* remove all setlocale calls, they break the behaviour of sscanf andGravatar reimar2005-01-20
* fix a problem pointed out by iDEFENSE and several similar ones.Gravatar reimar2004-12-15
* typo noticed by Shixin Zeng <shixinzeng at sjtu dot edu dot cn>Gravatar diego2004-10-10
* Use port number embedded in url for mms streamsGravatar rtognimp2004-08-07
* WMP doesn't encode urls with mmst protocolGravatar rtognimp2004-07-02
* disable iconv in case setlocale is disabled - compile fixGravatar alex2004-06-26
* user nl_langinfo if langinfo support present for proper chinese support, feat...Gravatar alex2004-06-26
* Fix hang on broken mmst streamsGravatar rtognimp2004-06-07
* make gcc eating this under hurdGravatar alex2004-04-05
* Fix hanging at end of mms:// streams.Gravatar rtognimp2004-03-28
* Warning fixes (approved by A'rpi).Gravatar rathann2003-11-08
* fallback to non-iconv dummy utf16 conversion if iconv failedGravatar alex2003-11-06
* remove uncommon langinfo code and replace it by more common setlocal. patch b...Gravatar alex2003-11-06
* Current mplayer (mine is mplayer-1.0-pre1cvs20031001) cannot play mmsGravatar attila2003-11-01
* 10lGravatar alex2003-10-22
* Fixing tons of 10ls. Patch by rgselk <rgselknospam@yahoo.com>Gravatar alex2003-10-22
* 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
* 10l found by yepyepGravatar alex2003-05-25
* debug printfGravatar arpi2002-10-30
* GCC warning fixesGravatar bertrand2002-10-29
* - fixed several 10l bugsGravatar arpi2002-10-23
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugGravatar arpi2002-09-22
* Fixed an unknown command. Looks like it's a new command from WMS9.Gravatar bertrand2002-09-07
* Checked if the connection succeeded before writing in the socket.Gravatar bertrand2002-09-03
* Added support for asf mmst protocol.Gravatar bertrand2002-05-14