| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 | 1 | -2/+1 |
* | Fix compilation error introduced by last commit | reimar | 2006-03-12 | 1 | -1/+1 |
* | fix feature pragma length check | reimar | 2006-03-12 | 1 | -8/+6 |
* | Fix bugs/crash introduced by translation patch | reimar | 2005-11-06 | 1 | -1/+1 |
* | Changed MSGTR_MPDEMUX_ASF_MallocFailed to MSGTR_MemAllocFailed (msg defined t... | ptt | 2005-11-05 | 1 | -1/+1 |
* | libmpdemux translatables to help_mp part 1 / mp_msg calls / try 2 | reynaldo | 2005-10-31 | 1 | -33/+32 |
* | check4proxies always creates a copy, so url should be freed | reimar | 2005-09-06 | 1 | -1/+1 |
* | strncasecmp is not necessary and e.g. strncasecmp(prot, "mms", 3) will | reimar | 2005-07-26 | 1 | -4/+4 |
* | printf converted to mp_msg; made static many unnecessarily global symbols | nicodvb | 2005-06-03 | 1 | -18/+9 |
* | ported all network streams to the new API | nicodvb | 2005-05-29 | 1 | -16/+54 |
* | fix for streams that do not send a bitrate | reimar | 2005-02-03 | 1 | -1/+1 |
* | If asf/tcp fails, asf/http used a wrong port | rtognimp | 2005-01-16 | 1 | -0/+3 |
* | 10l, variable declarations must be before mp_msg. | reimar | 2004-12-28 | 1 | -1/+1 |
* | fix stream selection and -bandwidth for mms-over-http. | reimar | 2004-12-25 | 1 | -71/+158 |
* | reduced code complexity, and also made consistent with other parts | alex | 2004-07-21 | 1 | -12/+14 |
* | removing broken and unneeded copy | alex | 2004-07-21 | 1 | -5/+2 |
* | correct spelling | alex | 2004-06-25 | 1 | -1/+1 |
* | Use same order as WMP for mms protocols (MMSU, MMST, HTTP) | rtognimp | 2004-06-06 | 1 | -28/+31 |
* | Fix hang for some asf video stream like http://193.219.139.115/ltv/zinios/new... | rtognimp | 2004-05-02 | 1 | -1/+1 |
* | Don't say that a protocol is unsupported if that's not true | rtognimp | 2004-04-25 | 1 | -0/+3 |
* | Fix for some audio asf streams like http://ms.bandeapart.fm/bap/albums/973/65... | rtognimp | 2004-04-17 | 1 | -1/+1 |
* | Accept video/x-ms-asf as the MIME type for ASF as well. Patch by Dominique An... | mosu | 2003-11-01 | 1 | -1/+2 |
* | simple fix for buffer overflow (remotely exploitable). feel free to | rfelker | 2003-09-25 | 1 | -2/+2 |
* | ftp support. The change on connect2Server is needed bcs we need 2 | albeu | 2003-08-15 | 1 | -1/+1 |
* | Networking support under MinGW. | diego | 2003-06-11 | 1 | -2/+8 |
* | Using recv/send instead read/write for proper MinGW support (it's a 4.2BSD st... | alex | 2003-05-29 | 1 | -2/+2 |
* | Use new config headers | albeu | 2003-03-30 | 1 | -5/+6 |
* | 10l bug... | bertrand | 2003-01-06 | 1 | -3/+3 |
* | - Now mmst will use the MMS/TCP implementation first, instead of trying | bertrand | 2003-01-02 | 1 | -5/+5 |
* | GCC warning fixes | bertrand | 2002-10-29 | 1 | -16/+23 |
* | tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug | arpi | 2002-09-22 | 1 | -2/+1 |
* | Don't try to reread from the socket if the server says EOF | bertrand | 2002-09-07 | 1 | -1/+1 |
* | - If fatal error while trying to connect to a WM server, skip other proto. | bertrand | 2002-09-03 | 1 | -2/+8 |
* | Fixed the asf http authentication. | bertrand | 2002-07-09 | 1 | -3/+14 |
* | Add missing authentication for asf streaming. | atmos4 | 2002-07-08 | 1 | -0/+1 |
* | Changed the way that the streams are requested. | bertrand | 2002-07-05 | 1 | -37/+62 |
* | Enable mmst support. MMST will be tried if the HTTP support failed. | bertrand | 2002-05-14 | 1 | -10/+16 |
* | Convert printf to mp_msg in the network layer | albeu | 2002-04-30 | 1 | -50/+48 |
* | Added big endian handling for the ASF_chunk_t struct. | bertrand | 2002-04-14 | 1 | -6/+11 |
* | Readded the content-type checking, in case of the no HTTP body are | bertrand | 2002-01-24 | 1 | -23/+24 |
* | 10l ... | nexus | 2002-01-23 | 1 | -1/+2 |
* | Added a turn around for badly configured web servers. | bertrand | 2002-01-23 | 1 | -4/+30 |
* | Changed the asf_file_header_t struct to read all the fields properly. | bertrand | 2002-01-20 | 1 | -7/+7 |
* | Changed the proxy protocol to http_proxy. | bertrand | 2002-01-14 | 1 | -3/+3 |
* | Added proxy support. | bertrand | 2002-01-12 | 1 | -17/+36 |
* | Changed the return value of the start function. Doesn't return the fd | bertrand | 2002-01-10 | 1 | -11/+11 |
* | Kept the HTTP connection open after autodetect, so | bertrand | 2002-01-08 | 1 | -49/+47 |
* | various small streaming fixes by Alban Bedel <albeu@free.fr> | arpi | 2002-01-08 | 1 | -18/+17 |
* | As nobody fixed this yet: | pl | 2001-12-25 | 1 | -2/+2 |
* | Fixed the multiple ASF header stream chunk. | bertrand | 2001-12-17 | 1 | -7/+2 |
* | Applied the patch from Alban Bedel <albeu@free.fr>. | bertrand | 2001-12-16 | 1 | -92/+190 |
* | Applied the patch from Alban Bedel <albeu@free.fr>. | bertrand | 2001-12-14 | 1 | -5/+9 |
* | Applied the patch from Alban Bedel <albeu@free.fr> to | bertrand | 2001-12-12 | 1 | -16/+156 |
* | Added a switch for the ASF streaming protocol. It will first try ASF/UDP, | bertrand | 2001-12-11 | 1 | -17/+76 |
* | Removed my buffer hack to use cache2. | bertrand | 2001-11-20 | 1 | -88/+61 |
* | config.h cleanup, few things added to steram/demuxer headers | arpi | 2001-10-30 | 1 | -0/+2 |
* | Added ASF http server streaming (Not mms streaming). | bertrand | 2001-10-26 | 1 | -7/+33 |
* | libdemuxer... | arpi | 2001-10-20 | 1 | -0/+353 |