summaryrefslogtreecommitdiffstats
path: root/libmpdemux/asf_streaming.c
Commit message (Expand)AuthorAgeFilesLines
* Convert printf to mp_msg in the network layeralbeu2002-04-301-50/+48
* Added big endian handling for the ASF_chunk_t struct.bertrand2002-04-141-6/+11
* Readded the content-type checking, in case of the no HTTP body arebertrand2002-01-241-23/+24
* 10l ...nexus2002-01-231-1/+2
* Added a turn around for badly configured web servers.bertrand2002-01-231-4/+30
* Changed the asf_file_header_t struct to read all the fields properly.bertrand2002-01-201-7/+7
* Changed the proxy protocol to http_proxy.bertrand2002-01-141-3/+3
* Added proxy support.bertrand2002-01-121-17/+36
* Changed the return value of the start function. Doesn't return the fdbertrand2002-01-101-11/+11
* Kept the HTTP connection open after autodetect, sobertrand2002-01-081-49/+47
* various small streaming fixes by Alban Bedel <albeu@free.fr>arpi2002-01-081-18/+17
* As nobody fixed this yet:pl2001-12-251-2/+2
* Fixed the multiple ASF header stream chunk.bertrand2001-12-171-7/+2
* Applied the patch from Alban Bedel <albeu@free.fr>.bertrand2001-12-161-92/+190
* Applied the patch from Alban Bedel <albeu@free.fr>.bertrand2001-12-141-5/+9
* Applied the patch from Alban Bedel <albeu@free.fr> tobertrand2001-12-121-16/+156
* Added a switch for the ASF streaming protocol. It will first try ASF/UDP,bertrand2001-12-111-17/+76
* Removed my buffer hack to use cache2.bertrand2001-11-201-88/+61
* 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-7/+33
* libdemuxer...arpi2001-10-201-0/+353