summaryrefslogtreecommitdiffstats
path: root/libmpdemux/network.c
Commit message (Expand)AuthorAgeFilesLines
* 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