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