summaryrefslogtreecommitdiff
path: root/libavformat/tcp.c
Commit message (Expand)AuthorAge
...
* Rename url_split to ff_url_splitMartin Storsjö2010-03-08
* Don't explicitly initialize networking in the tcp and udp protocolsMartin Storsjö2010-03-05
* Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is).Ronald S. Bultje2010-01-27
* Use getaddrinfo() instead of resolve_host(). Patch by Martin StorsjöMartin Storsjö2010-01-11
* Use ff_neterrno instead of errno in tcp.c.Martin Storsjö2009-07-15
* Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje2009-03-03
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* only include sys/select.h if present, fix mingw compilationBaptiste Coudurier2008-09-26
* include sys/select.h to get select, according to posix 2001,Baptiste Coudurier2008-09-24
* Remove check for @ in tcp.c which removes the authorization data from theRonald S. Bultje2008-08-24
* Cosmetics after previous patches.Ronald S. Bultje2008-08-23
* On failure, return directly because the fail: case does nothing. This alsoRonald S. Bultje2008-08-23
* Move malloc() down until after all initializations, so that the resource isRonald S. Bultje2008-08-23
* Fix memleak on some OSes in case network initialization fails. SeeRonald S. Bultje2008-08-23
* Remove useless comments. See "[PATCH] tcp.c/udp.c memleak?" for discussion.Ronald S. Bultje2008-08-23
* Set TCP protocol to is_streamed=1 as seeking is not possible.Diego Biurrun2008-03-05
* Include os_support.h only when neededLuca Abeni2007-11-21
* Add initialization and cleanup functions for WinsockRamiro Polla2007-08-09
* MinGW returns EAGAIN instead of EINPROGRESSRamiro Polla2007-08-08
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* implement ff_socket_nonblock and use it in networking codeAlex Beregszaszi2007-04-27
* use ff_neterrno() and FF_NETERROR() for networking error handlingAlex Beregszaszi2007-04-27
* move resolve_host from tcp.c to os_support.c as it is used widelyAlex Beregszaszi2007-04-26
* cosmetics in resolve_hostAlex Beregszaszi2007-04-26
* change PF_INET to AF_INET to be consistent in the whole project. PF_INET is d...Alex Beregszaszi2007-02-22
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* move networking #includes into separate fileRamiro Polla2007-02-04
* BeOS cleanupRamiro Polla2007-01-21
* cosmetics: indentationAurelien Jacobs2007-01-18
* The long awaited BeOS cleanup, phase 1François Revol2007-01-18
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedl...Michael Niedermayer2006-02-02
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Mac OS X 10.4 compilation fix by Steven M. Schultz <sms at 2BSD dot COM>Diego Biurrun2005-05-09
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
* HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz d...Petr Doubek2004-08-12
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-19
* tcp select() check and enables pressing 'q' when reading/(writing) fromLeon van Stuivenberg2004-03-14
* no read loop tcp/http and http CRLF fix by (Leon van Stuivenberg <l dot vanst...Michael Niedermayer2004-03-14
* Fix a very nasty problem with extra bytes appearing in TCP data streams.Philip Gladstone2003-09-29
* removed ctype.h headerFabrice Bellard2003-09-08
* OSX and BeOS networking fix (socklen_t)François Revol2003-07-24
* support aborting in TCPFabrice Bellard2003-07-17
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* renamed libav to libavformatFabrice Bellard2002-11-25