aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/network.c
Commit message (Expand)AuthorAge
* 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
* Added ICY error 401: Service unavailable.Gravatar bertrand2002-04-28
* Add some info prints to ICY code and handle return codes ICY specific, also a...Gravatar atmos42002-04-27
* ICY found (mp3 stream) != sucess.Gravatar albeu2002-04-27
* Make blocking call in libmpdemux interuptable (only with new input,Gravatar albeu2002-02-23
* Handle HTTP OK response that doesn't contain a mime-type.Gravatar bertrand2002-02-23
* Finnaly figured out this little long living bugGravatar albeu2002-02-22
* Support for retriving mp3 playlist from the networkGravatar albeu2002-02-21
* Changed the default prefill cache value for raw network input stream.Gravatar bertrand2002-02-17
* fixed MP3 ICY detection, return detected file format for open_streamGravatar alex2002-02-16
* Cleaned up the way proxies checking was done.Gravatar bertrand2002-02-11
* ehh. i forgot to commit this patch: fix RTP streaming. patch by Dave Chapman ...Gravatar arpi2002-02-06
* Modified the cache option value setting/reading, so we can reportGravatar bertrand2002-01-22
* Add a check to not set the cache size if the user alredy set it.Gravatar albeu2002-01-21
* Set the cache value if the network layer was able to compute it.Gravatar bertrand2002-01-20
* Moved network related code from open.c to network.cGravatar bertrand2002-01-19
* added .rm (real) and .y4m (yuv4mpeg)Gravatar alex2002-01-18
* Added support for the environment variable http_proxy.Gravatar bertrand2002-01-14
* Changed the proxy protocol to http_proxy.Gravatar bertrand2002-01-14
* Added proxy support.Gravatar bertrand2002-01-12
* Applied RTP patch from Brian Kuschak <bkuschak@yahoo.com>Gravatar bertrand2002-01-10
* Kept the HTTP connection open after autodetect, soGravatar bertrand2002-01-08
* various small streaming fixes by Alban Bedel <albeu@free.fr>Gravatar arpi2002-01-08
* possible uninit pointer free()'dGravatar pl2001-12-25
* RTP support patch by Brian Kuschak <bkuschak@yahoo.com>Gravatar arpi2001-12-23
* If the demuxer type is unknown it will start an http streaming.Gravatar bertrand2001-12-19
* nop_steraming fixedGravatar arpi2001-12-19