summaryrefslogtreecommitdiffstats
path: root/network.c
Commit message (Collapse)AuthorAgeFilesLines
* exit() -> return NULLarpi2001-08-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1632 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing unistd.h (requires for off_t under freebsd)arpi2001-08-011-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1431 b3059339-0415-0410-9bf9-f77b7e298cf2
* Commented the default output to file.bertrand2001-06-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1029 b3059339-0415-0410-9bf9-f77b7e298cf2
* Continue implementation of the network streaming part.bertrand2001-06-041-115/+480
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1000 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added autodetection of potential stream type.bertrand2001-05-291-1/+185
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@904 b3059339-0415-0410-9bf9-f77b7e298cf2
* Included "netdb.h" file needed.bertrand2001-05-201-8/+12
| | | | | | | Changed exit to return -1. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@842 b3059339-0415-0410-9bf9-f77b7e298cf2
* Starting implementation of ASF network streaming.bertrand2001-05-181-0/+38
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@834 b3059339-0415-0410-9bf9-f77b7e298cf2