aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/tcp.c
Commit message (Collapse)AuthorAgeFilesLines
...
* no read loop tcp/http and http CRLF fix by (Leon van Stuivenberg <l dot ↵Michael Niedermayer2004-03-141-11/+4
| | | | | | vanstuivenberg at chello dot nl>) Originally committed as revision 2885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a very nasty problem with extra bytes appearing in TCP data streams.Philip Gladstone2003-09-291-3/+7
| | | | | | | Whenever there was an EINTR/EAGAIN return, then a byte in the data stream would be duplicated!! This fix should allow ffserver to work again. Originally committed as revision 2317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed ctype.h headerFabrice Bellard2003-09-081-1/+0
| | | | Originally committed as revision 2225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* OSX and BeOS networking fix (socklen_t)François Revol2003-07-241-0/+3
| | | | Originally committed as revision 2077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support aborting in TCPFabrice Bellard2003-07-171-14/+70
| | | | Originally committed as revision 2061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-2/+2
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renamed libav to libavformatFabrice Bellard2002-11-251-0/+176
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk