41 Commits (88297e80aa005afc4ebdfb4ab68e38a114439905)

Author SHA1 Message Date
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Baptiste Coudurier 6ad1c9c992 only include sys/select.h if present, fix mingw compilation 16 years ago
Baptiste Coudurier c75a0cce5b include sys/select.h to get select, according to posix 2001, 16 years ago
Ronald S. Bultje f23a9759ce Remove check for @ in tcp.c which removes the authorization data from the 16 years ago
Ronald S. Bultje a3303add3c Cosmetics after previous patches. 16 years ago
Ronald S. Bultje 8b9af28da4 On failure, return directly because the fail: case does nothing. This also 16 years ago
Ronald S. Bultje 47f944a2ef Move malloc() down until after all initializations, so that the resource is 16 years ago
Ronald S. Bultje e6c1381982 Fix memleak on some OSes in case network initialization fails. See 16 years ago
Ronald S. Bultje ad33bfefc7 Remove useless comments. See "[PATCH] tcp.c/udp.c memleak?" for discussion. 16 years ago
Diego Biurrun d78d72da66 Set TCP protocol to is_streamed=1 as seeking is not possible. 17 years ago
Luca Abeni 087b327287 Include os_support.h only when needed 17 years ago
Ramiro Polla 1642cb6b2e Add initialization and cleanup functions for Winsock 17 years ago
Ramiro Polla 85060fe6b4 MinGW returns EAGAIN instead of EINPROGRESS 17 years ago
Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
Alex Beregszaszi ba472aaf01 implement ff_socket_nonblock and use it in networking code 18 years ago
Alex Beregszaszi 8da4034f52 use ff_neterrno() and FF_NETERROR() for networking error handling 18 years ago
Alex Beregszaszi 383eda2348 move resolve_host from tcp.c to os_support.c as it is used widely 18 years ago
Alex Beregszaszi a33cc9511b cosmetics in resolve_host 18 years ago
Alex Beregszaszi b5cccea088 change PF_INET to AF_INET to be consistent in the whole project. PF_INET is deprecated, while AF_INET is referred by the POSIX standards 18 years ago
François Revol 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
Ramiro Polla 42572ef53f move networking #includes into separate file 18 years ago
Ramiro Polla 95a47d963b BeOS cleanup 18 years ago
Aurelien Jacobs 763750242b cosmetics: indentation 18 years ago
François Revol e9d511dc7e The long awaited BeOS cleanup, phase 1 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Michael Niedermayer e2a5fd2049 os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedleydot d o t info) 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Diego Biurrun 01cf54f041 Mac OS X 10.4 compilation fix by Steven M. Schultz <sms at 2BSD dot COM> 20 years ago
Måns Rullgård 88730be651 kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
Petr Doubek 6ba5cbc699 HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz dot ch>) 20 years ago
Mike Melanson 0bd586c50d sweeping change from -EIO -> AVERROR_IO 21 years ago
Leon van Stuivenberg b51469a0c5 tcp select() check and enables pressing 'q' when reading/(writing) from 21 years ago
Michael Niedermayer 9eef2b77b2 no read loop tcp/http and http CRLF fix by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) 21 years ago
Philip Gladstone 6c8e0d4d46 Fix a very nasty problem with extra bytes appearing in TCP data streams. 21 years ago
Fabrice Bellard 4358d5def3 removed ctype.h header 21 years ago
François Revol 438fcb754f OSX and BeOS networking fix (socklen_t) 21 years ago
Fabrice Bellard 09787fb8af support aborting in TCP 21 years ago
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Fabrice Bellard abac617591 renamed libav to libavformat 22 years ago
Michael Niedermayer b8a78f419d reversing header game 22 years ago
François Revol 9eb826478c MIN/MAX sys/param.h patch by (François Revol <revol at free dot fr>) 22 years ago
François Revol 9ddd71fc60 added BeOS net_server support (R5 network stack), basically the same 22 years ago
Fabrice Bellard 171bbb03ad added raw tcp support 23 years ago