summaryrefslogtreecommitdiffstats
path: root/libmpdemux/network.c
Commit message (Expand)AuthorAgeFilesLines
* Do not force real demuxer on x-pn-realaudio mimetypertognimp2005-04-171-1/+1
* added support for raw udp:// streamingnicodvb2005-02-171-3/+19
* bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it>faust32005-02-041-1/+1
* Try http if pnm connection failsrtognimp2004-12-281-3/+7
* Try port 7070 if 554 fails for realrtsp streamsrtognimp2004-11-221-0/+3
* forced autodetection of file format when content-type is video-x-mpeg to give...nicodvb2004-11-211-3/+3
* Fix segfault caused by changing a pointer that will be freed laterrtognimp2004-07-251-5/+7
* Make rtp:// cohexist with LIVE.COMrtognimp2004-07-111-14/+4
* avoid double slashes, patch by Yoshinori Satoalex2004-06-261-0/+2
* RFC compliance patch by Eric Lammerts <eric@lammerts.org>alex2004-06-251-1/+4
* calling bind with multicast addresses doesn't work on windows, patch by Marti...faust32004-06-181-3/+21
* Add detection of nsa streamed by aol ultravox serverrtognimp2004-05-141-2/+3
* Try to get an asf file with normal http protocol if http streamingrtognimp2004-05-011-0/+12
* Should be Connection: close, and not closed.bertrand2004-04-291-1/+1
* Suggest -playlist if asf_stream_start failsrtognimp2004-04-251-0/+1
* Handle url redirectionrtognimp2004-04-241-2/+30
* 10l: don't run strcmp if arg is NULLrtognimp2004-04-191-1/+1
* Respect -playlist for asx streamsrtognimp2004-04-171-0/+6
* Try Real rtsp, then live.com on every rtsp stream (remove extensionrtognimp2004-04-141-19/+14
* nsv (Nullsoft streaming video) demuxerrtognimp2004-04-121-3/+12
* Seek in HTTP streams and stdin seek fixesrtognimp2004-03-131-1/+5
* enable seeking in http streamsattila2004-02-171-6/+65
* Send HTTP Cookies (reading from mozilla/netscape files) support by Dave Lambl...alex2003-12-081-2/+8
* Add detection of Real rtsp when there are queries in url.rtognimp2003-11-231-21/+7
* User settable http user-agent. Patch by Per Wigrenalex2003-10-221-4/+12
* disable a silly errormessagealex2003-10-221-1/+1
* ftp support. The change on connect2Server is needed bcs we need 2albeu2003-08-151-14/+14
* Patch from Andreas Hess <jaska@gmx.net>:bertrand2003-06-211-22/+17
* Networking support under MinGW.diego2003-06-111-9/+53
* Using recv/send instead read/write for proper MinGW support (it's a 4.2BSD st...alex2003-05-291-3/+3
* Fix redirection in real rtsp connections.rtognimp2003-05-281-2/+20
* Recognize ra and rm extensions even with query strings,rtognimp2003-05-231-4/+15
* We now check for "sip:" URLs - which are handled using the same LIVE.COMrsf2003-05-031-1/+10
* Some .ra files are playable, noted by Ross Finlaysonrtognimp2003-04-181-1/+2
* Fixed the code that checks for a ".rm" URL extension to also make surersf2003-04-181-1/+1
* Real rstp:// streaming support, ported from xinertognimp2003-04-171-0/+63
* Use inet_ntoa where inet_ntop is not available.bertrand2003-04-101-1/+5
* removed some wrappers, now the configure checks for inet_pton. patch by Joey ...alex2003-04-091-0/+4
* Use new config headersalbeu2003-03-301-5/+5
* Added IPv6 support, patch by Dave Lambley <mplayer-dev-eng@dlambley.freeserve...bertrand2003-03-261-21/+121
* better cache size defaultsarpi2003-01-131-4/+4
* Finally commented out the code for autodetection based on the extension.bertrand2003-01-111-2/+10
* Return another error code for timeout.bertrand2003-01-061-1/+1
* Added the ICY 403 "Service Forbiden" error message.bertrand2003-01-041-0/+3
* pnm:// support (ported from xine)arpi2002-12-261-0/+45
* Added OGG streaming support, patch from Balatoni Denes <pnis@coder.hu>bertrand2002-11-051-1/+6
* verbose can be negativearpi2002-11-011-1/+1
* GCC warning fixesbertrand2002-10-291-6/+12
* allow cache to be disabled (-nocache should override cachesize autodetectionarpi2002-10-231-1/+1
* cleanup config option handling in libmpdemux.arpi2002-10-231-52/+14
* mpdemux.c|h moved to libinput, mpdemux_check_interrupt() -> mp_input_check_in...arpi2002-10-231-2/+3
* Display the IP address that has been resolved.bertrand2002-09-271-3/+7
* Added a new ASX playlist mime-typebertrand2002-09-131-0/+1
* Return -2 for fatal error while connecting to a server.bertrand2002-09-031-4/+6
* typo fixes by Ross Finlayson <finlayson@live.com>arpi2002-08-141-1/+1
* applied live.com streaming patch (-sdp and rtsp:// support) by Ross Finlayson...arpi2002-08-051-1/+27
* Retreive the bandwidth option from the command line.bertrand2002-07-051-6/+21
* Changed the -pass option to -passwd to avoid clash with mencoder option.bertrand2002-06-251-5/+5
* Read username/password from the -user -pass command line options.bertrand2002-06-251-28/+35
* Moved authentication code into its own function.bertrand2002-06-241-44/+65
* Improved the authentication interaction. Still need to replace scanf.bertrand2002-06-231-13/+24
* Added HTTP basic authentication supportbertrand2002-06-231-0/+37
* Here I go again, another fix for the timeout.bertrand2002-06-211-4/+6
* Increased the timeout value on connection.bertrand2002-06-211-2/+2
* Added mplayer version in the user-agent field.bertrand2002-06-201-1/+3
* Added some missing carriage returns.bertrand2002-06-171-7/+7
* added some new typesalex2002-05-091-1/+7
* Added ICY error 400: Server full.bertrand2002-04-301-0/+3
* Convert printf to mp_msg in the network layeralbeu2002-04-301-58/+56
* Added ICY error 401: Service unavailable.bertrand2002-04-281-0/+3
* Add some info prints to ICY code and handle return codes ICY specific, also a...atmos42002-04-271-4/+32
* ICY found (mp3 stream) != sucess.albeu2002-04-271-1/+0
* Make blocking call in libmpdemux interuptable (only with new input,albeu2002-02-231-7/+16
* Handle HTTP OK response that doesn't contain a mime-type.bertrand2002-02-231-4/+3
* Finnaly figured out this little long living bugalbeu2002-02-221-1/+1
* Support for retriving mp3 playlist from the networkalbeu2002-02-211-0/+9
* Changed the default prefill cache value for raw network input stream.bertrand2002-02-171-1/+1
* fixed MP3 ICY detection, return detected file format for open_streamalex2002-02-161-7/+16
* Cleaned up the way proxies checking was done.bertrand2002-02-111-13/+15
* ehh. i forgot to commit this patch: fix RTP streaming. patch by Dave Chapman ...arpi2002-02-061-7/+8
* Modified the cache option value setting/reading, so we can reportbertrand2002-01-221-9/+21
* Add a check to not set the cache size if the user alredy set it.albeu2002-01-211-12/+13
* Set the cache value if the network layer was able to compute it.bertrand2002-01-201-7/+19
* Moved network related code from open.c to network.cbertrand2002-01-191-9/+26
* added .rm (real) and .y4m (yuv4mpeg)alex2002-01-181-0/+2
* Added support for the environment variable http_proxy.bertrand2002-01-141-2/+43
* Changed the proxy protocol to http_proxy.bertrand2002-01-141-2/+2
* Added proxy support.bertrand2002-01-121-10/+41
* Applied RTP patch from Brian Kuschak <bkuschak@yahoo.com>bertrand2002-01-101-5/+13
* Kept the HTTP connection open after autodetect, sobertrand2002-01-081-50/+49
* various small streaming fixes by Alban Bedel <albeu@free.fr>arpi2002-01-081-3/+8
* possible uninit pointer free()'dpl2001-12-251-3/+2
* RTP support patch by Brian Kuschak <bkuschak@yahoo.com>arpi2001-12-231-0/+137
* If the demuxer type is unknown it will start an http streaming.bertrand2001-12-191-6/+8
* nop_steraming fixedarpi2001-12-191-0/+1
* Added the Host field in the HTTP request.bertrand2001-12-181-0/+3
* Applied the patch from Alban Bedel <albeu@free.fr>.bertrand2001-12-141-2/+13
* Added a data field in the streaming_ctrl_t struct, to store anybertrand2001-12-111-3/+7
* Moved the network related include files from network.c to network.hbertrand2001-12-101-10/+0
* Checked the return values on read.bertrand2001-12-071-1/+13
* added some new typesalex2001-11-221-0/+3
* Removed my buffer hack to use cache2.bertrand2001-11-201-293/+156
* config.h cleanup, few things added to steram/demuxer headersarpi2001-10-301-0/+2
* Added ASF http server streaming (Not mms streaming).bertrand2001-10-261-1/+1
* libdemuxer...arpi2001-10-201-0/+592