summaryrefslogtreecommitdiffstats
path: root/libavformat/tcp.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add initialization and cleanup functions for WinsockRamiro Polla2007-08-091-0/+4
* MinGW returns EAGAIN instead of EINPROGRESSRamiro Polla2007-08-081-1/+2
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-1/+1
* implement ff_socket_nonblock and use it in networking codeAlex Beregszaszi2007-04-271-2/+1
* use ff_neterrno() and FF_NETERROR() for networking error handlingAlex Beregszaszi2007-04-271-4/+6
* move resolve_host from tcp.c to os_support.c as it is used widelyAlex Beregszaszi2007-04-261-14/+0
* cosmetics in resolve_hostAlex Beregszaszi2007-04-261-2/+2
* change PF_INET to AF_INET to be consistent in the whole project. PF_INET is d...Alex Beregszaszi2007-02-221-1/+1
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-131-16/+7
* move networking #includes into separate fileRamiro Polla2007-02-041-5/+1
* BeOS cleanupRamiro Polla2007-01-211-8/+0
* cosmetics: indentationAurelien Jacobs2007-01-181-1/+1
* The long awaited BeOS cleanup, phase 1François Revol2007-01-181-12/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedl...Michael Niedermayer2006-02-021-1/+1
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-6/+6
* Mac OS X 10.4 compilation fix by Steven M. Schultz <sms at 2BSD dot COM>Diego Biurrun2005-05-091-1/+1
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-2/+1
* HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz d...Petr Doubek2004-08-121-14/+7
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-191-1/+1
* tcp select() check and enables pressing 'q' when reading/(writing) fromLeon van Stuivenberg2004-03-141-21/+28
* no read loop tcp/http and http CRLF fix by (Leon van Stuivenberg <l dot vanst...Michael Niedermayer2004-03-141-11/+4
* Fix a very nasty problem with extra bytes appearing in TCP data streams.Philip Gladstone2003-09-291-3/+7
* removed ctype.h headerFabrice Bellard2003-09-081-1/+0
* OSX and BeOS networking fix (socklen_t)François Revol2003-07-241-0/+3
* support aborting in TCPFabrice Bellard2003-07-171-14/+70
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-2/+2
* renamed libav to libavformatFabrice Bellard2002-11-251-0/+176
OpenPOWER on IntegriCloud