aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/network.c
Commit message (Expand)AuthorAge
* Make http_read_response fail if parsing the response failed.Gravatar reimar2010-03-23
* Remove unused static function streaming_stop().Gravatar cehoyos2010-02-27
* Print response headers as debugging output also for HTTP seeks.Gravatar reimar2010-02-20
* 10l, fix a close() that should be a closesocket()Gravatar reimar2010-02-20
* Fix mov reference files: for video/quicktime mime do not force a demuxerGravatar reimar2010-02-20
* stream: Mark functions not used outside of their files as static.Gravatar diego2010-02-16
* Prefer libavformat over our own mov demuxer also for video/quicktimeGravatar reimar2010-02-05
* Add license header to all files missing it in the stream subdirectory.Gravatar diego2010-01-30
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Convert HAVE_WINSOCK2_H into a 0/1 definition.Gravatar diego2009-02-01
* Forgotten reindentGravatar reimar2008-11-02
* Add a noicyx:// protocol to allow easier testing for misconfigured servers.Gravatar reimar2008-11-02
* Move '#define closesocket close' preprocessor directive to a common placeGravatar diego2008-09-01
* Revert moving closesocket definition and network headers to network.h.Gravatar diego2008-08-31
* Move duplicated '#define closesocket close' into network.h along withGravatar diego2008-08-29
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.Gravatar diego2008-08-29
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* mime_type_table is const as wellGravatar reimar2007-12-02
* wvx files (mimetype video/x-ms-wvx) are asx playlists. Fix bugzilla #750Gravatar rtogni2007-06-29
* Fix a few gcc warnings, approved by Diego and Reimar.Gravatar rathann2007-02-05
* Force lavf on flv streams. Closes bugzilla #354Gravatar rtogni2006-12-15
* Close fd on error.Gravatar reimar2006-12-09
* Change demuxer for "application/octet-stream" http streams fromGravatar eugeni2006-09-15
* isolated tcp socket code from network.c to a dedicated fileGravatar ben2006-08-05
* kill a warning in getsockopt()Gravatar ben2006-08-05
* proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...Gravatar ben2006-08-04
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31