aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/asf_streaming.c
Commit message (Expand)AuthorAge
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugGravatar arpi2002-09-22
* Don't try to reread from the socket if the server says EOFGravatar bertrand2002-09-07
* - If fatal error while trying to connect to a WM server, skip other proto.Gravatar bertrand2002-09-03
* Fixed the asf http authentication.Gravatar bertrand2002-07-09
* Add missing authentication for asf streaming.Gravatar atmos42002-07-08
* Changed the way that the streams are requested.Gravatar bertrand2002-07-05
* Enable mmst support. MMST will be tried if the HTTP support failed.Gravatar bertrand2002-05-14
* Convert printf to mp_msg in the network layerGravatar albeu2002-04-30
* Added big endian handling for the ASF_chunk_t struct.Gravatar bertrand2002-04-14
* Readded the content-type checking, in case of the no HTTP body areGravatar bertrand2002-01-24
* 10l ...Gravatar nexus2002-01-23
* Added a turn around for badly configured web servers.Gravatar bertrand2002-01-23
* Changed the asf_file_header_t struct to read all the fields properly.Gravatar bertrand2002-01-20
* Changed the proxy protocol to http_proxy.Gravatar bertrand2002-01-14
* Added proxy support.Gravatar bertrand2002-01-12
* Changed the return value of the start function. Doesn't return the fdGravatar 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
* As nobody fixed this yet:Gravatar pl2001-12-25
* Fixed the multiple ASF header stream chunk.Gravatar bertrand2001-12-17
* Applied the patch from Alban Bedel <albeu@free.fr>.Gravatar bertrand2001-12-16
* Applied the patch from Alban Bedel <albeu@free.fr>.Gravatar bertrand2001-12-14
* Applied the patch from Alban Bedel <albeu@free.fr> toGravatar bertrand2001-12-12
* Added a switch for the ASF streaming protocol. It will first try ASF/UDP,Gravatar bertrand2001-12-11
* Removed my buffer hack to use cache2.Gravatar bertrand2001-11-20
* config.h cleanup, few things added to steram/demuxer headersGravatar arpi2001-10-30
* Added ASF http server streaming (Not mms streaming).Gravatar bertrand2001-10-26
* libdemuxer...Gravatar arpi2001-10-20