aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/network.c
Commit message (Expand)AuthorAge
* 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
* Return -2 for fatal error while connecting to a server.Gravatar bertrand2002-09-03
* typo fixes by Ross Finlayson <finlayson@live.com>Gravatar arpi2002-08-14
* applied live.com streaming patch (-sdp and rtsp:// support) by Ross Finlayson...Gravatar arpi2002-08-05
* Retreive the bandwidth option from the command line.Gravatar bertrand2002-07-05
* Changed the -pass option to -passwd to avoid clash with mencoder option.Gravatar bertrand2002-06-25
* Read username/password from the -user -pass command line options.Gravatar bertrand2002-06-25
* Moved authentication code into its own function.Gravatar bertrand2002-06-24
* Improved the authentication interaction. Still need to replace scanf.Gravatar bertrand2002-06-23
* Added HTTP basic authentication supportGravatar bertrand2002-06-23
* Here I go again, another fix for the timeout.Gravatar bertrand2002-06-21
* Increased the timeout value on connection.Gravatar bertrand2002-06-21
* Added mplayer version in the user-agent field.Gravatar bertrand2002-06-20
* Added some missing carriage returns.Gravatar bertrand2002-06-17
* added some new typesGravatar alex2002-05-09
* Added ICY error 400: Server full.Gravatar bertrand2002-04-30
* Convert printf to mp_msg in the network layerGravatar albeu2002-04-30