index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmpdemux
/
asf_mmst_streaming.c
Commit message (
Expand
)
Author
Age
*
Fix bugs/crash introduced by translation patch
reimar
2005-11-06
*
Changed MSGTR_MPDEMUX_MMST_MallocFailed to MSGTR_MemAllocFailed (msg defined ...
ptt
2005-11-05
*
libmpdemux translatables to help_mp part 1 / mp_msg calls / try 2
reynaldo
2005-10-31
*
fix longstanding typo - "patentend"
wanderer
2005-08-31
*
some debugging code
alex
2005-06-03
*
printf converted to mp_msg; made static many unnecessarily global symbols
nicodvb
2005-06-03
*
Use define instead of hardcodec value for max streams number
rtognimp
2005-04-16
*
Fix potential buffer overflow for urls with more than 20 streams
rtognimp
2005-04-15
*
Make string_utf16 code behave almost the same with or without iconv
rtognimp
2005-04-13
*
remove all setlocale calls, they break the behaviour of sscanf and
reimar
2005-01-20
*
fix a problem pointed out by iDEFENSE and several similar ones.
reimar
2004-12-15
*
typo noticed by Shixin Zeng <shixinzeng at sjtu dot edu dot cn>
diego
2004-10-10
*
Use port number embedded in url for mms streams
rtognimp
2004-08-07
*
WMP doesn't encode urls with mmst protocol
rtognimp
2004-07-02
*
disable iconv in case setlocale is disabled - compile fix
alex
2004-06-26
*
user nl_langinfo if langinfo support present for proper chinese support, feat...
alex
2004-06-26
*
Fix hang on broken mmst streams
rtognimp
2004-06-07
*
make gcc eating this under hurd
alex
2004-04-05
*
Fix hanging at end of mms:// streams.
rtognimp
2004-03-28
*
Warning fixes (approved by A'rpi).
rathann
2003-11-08
*
fallback to non-iconv dummy utf16 conversion if iconv failed
alex
2003-11-06
*
remove uncommon langinfo code and replace it by more common setlocal. patch b...
alex
2003-11-06
*
Current mplayer (mine is mplayer-1.0-pre1cvs20031001) cannot play mms
attila
2003-11-01
*
10l
alex
2003-10-22
*
Fixing tons of 10ls. Patch by rgselk <rgselknospam@yahoo.com>
alex
2003-10-22
*
ftp support. The change on connect2Server is needed bcs we need 2
albeu
2003-08-15
*
Networking support under MinGW.
diego
2003-06-11
*
Using recv/send instead read/write for proper MinGW support (it's a 4.2BSD st...
alex
2003-05-29
*
10l found by yepyep
alex
2003-05-25
*
debug printf
arpi
2002-10-30
*
GCC warning fixes
bertrand
2002-10-29
*
- fixed several 10l bugs
arpi
2002-10-23
*
tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
arpi
2002-09-22
*
Fixed an unknown command. Looks like it's a new command from WMS9.
bertrand
2002-09-07
*
Checked if the connection succeeded before writing in the socket.
bertrand
2002-09-03
*
Added support for asf mmst protocol.
bertrand
2002-05-14