summaryrefslogtreecommitdiffstats
path: root/stream/network.c
Commit message (Expand)AuthorAgeFilesLines
* mime_type_table is const as wellreimar2007-12-021-1/+1
* wvx files (mimetype video/x-ms-wvx) are asx playlists. Fix bugzilla #750rtogni2007-06-291-1/+1
* Fix a few gcc warnings, approved by Diego and Reimar.rathann2007-02-051-2/+0
* Force lavf on flv streams. Closes bugzilla #354rtogni2006-12-151-0/+4
* Close fd on error.reimar2006-12-091-1/+2
* Change demuxer for "application/octet-stream" http streams fromeugeni2006-09-151-1/+1
* isolated tcp socket code from network.c to a dedicated fileben2006-08-051-207/+1
* kill a warning in getsockopt()ben2006-08-051-1/+2
* proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...ben2006-08-041-1/+1
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+657