aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/network.c
Commit message (Expand)AuthorAge
* Try http if pnm connection failsGravatar rtognimp2004-12-28
* Try port 7070 if 554 fails for realrtsp streamsGravatar rtognimp2004-11-22
* forced autodetection of file format when content-type is video-x-mpeg to give...Gravatar nicodvb2004-11-21
* Fix segfault caused by changing a pointer that will be freed laterGravatar rtognimp2004-07-25
* Make rtp:// cohexist with LIVE.COMGravatar rtognimp2004-07-11
* avoid double slashes, patch by Yoshinori SatoGravatar alex2004-06-26
* RFC compliance patch by Eric Lammerts <eric@lammerts.org>Gravatar alex2004-06-25
* calling bind with multicast addresses doesn't work on windows, patch by Marti...Gravatar faust32004-06-18
* Add detection of nsa streamed by aol ultravox serverGravatar rtognimp2004-05-14
* Try to get an asf file with normal http protocol if http streamingGravatar rtognimp2004-05-01
* Should be Connection: close, and not closed.Gravatar bertrand2004-04-29
* Suggest -playlist if asf_stream_start failsGravatar rtognimp2004-04-25
* Handle url redirectionGravatar rtognimp2004-04-24
* 10l: don't run strcmp if arg is NULLGravatar rtognimp2004-04-19
* Respect -playlist for asx streamsGravatar rtognimp2004-04-17
* Try Real rtsp, then live.com on every rtsp stream (remove extensionGravatar rtognimp2004-04-14
* nsv (Nullsoft streaming video) demuxerGravatar rtognimp2004-04-12
* Seek in HTTP streams and stdin seek fixesGravatar rtognimp2004-03-13
* enable seeking in http streamsGravatar attila2004-02-17
* Send HTTP Cookies (reading from mozilla/netscape files) support by Dave Lambl...Gravatar alex2003-12-08
* Add detection of Real rtsp when there are queries in url.Gravatar rtognimp2003-11-23
* User settable http user-agent. Patch by Per WigrenGravatar alex2003-10-22
* disable a silly errormessageGravatar alex2003-10-22
* ftp support. The change on connect2Server is needed bcs we need 2Gravatar albeu2003-08-15
* Patch from Andreas Hess <jaska@gmx.net>:Gravatar bertrand2003-06-21
* 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
* Fix redirection in real rtsp connections.Gravatar rtognimp2003-05-28
* Recognize ra and rm extensions even with query strings,Gravatar rtognimp2003-05-23
* We now check for "sip:" URLs - which are handled using the same LIVE.COMGravatar rsf2003-05-03
* Some .ra files are playable, noted by Ross FinlaysonGravatar rtognimp2003-04-18
* Fixed the code that checks for a ".rm" URL extension to also make sureGravatar rsf2003-04-18
* Real rstp:// streaming support, ported from xineGravatar rtognimp2003-04-17
* Use inet_ntoa where inet_ntop is not available.Gravatar bertrand2003-04-10
* removed some wrappers, now the configure checks for inet_pton. patch by Joey ...Gravatar alex2003-04-09
* Use new config headersGravatar albeu2003-03-30
* Added IPv6 support, patch by Dave Lambley <mplayer-dev-eng@dlambley.freeserve...Gravatar bertrand2003-03-26
* better cache size defaultsGravatar arpi2003-01-13
* Finally commented out the code for autodetection based on the extension.Gravatar bertrand2003-01-11
* Return another error code for timeout.Gravatar bertrand2003-01-06
* Added the ICY 403 "Service Forbiden" error message.Gravatar bertrand2003-01-04
* pnm:// support (ported from xine)Gravatar arpi2002-12-26
* Added OGG streaming support, patch from Balatoni Denes <pnis@coder.hu>Gravatar bertrand2002-11-05
* verbose can be negativeGravatar arpi2002-11-01
* GCC warning fixesGravatar bertrand2002-10-29
* allow cache to be disabled (-nocache should override cachesize autodetectionGravatar arpi2002-10-23
* cleanup config option handling in libmpdemux.Gravatar arpi2002-10-23
* mpdemux.c|h moved to libinput, mpdemux_check_interrupt() -> mp_input_check_in...Gravatar arpi2002-10-23
* Display the IP address that has been resolved.Gravatar bertrand2002-09-27
* Added a new ASX playlist mime-typeGravatar bertrand2002-09-13