Michael Niedermayer
|
0bd42ae72c
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Martin Storsjö
|
ce145690b6
avformat: Warn about using network functions without calling avformat_network_init
|
13 years ago |
Michael Niedermayer
|
d8cab5c26b
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Martin Storsjö
|
48e59ad8e7
avformat: Add ff_tls_init()/deinit() that initialize OpenSSL
|
13 years ago |
Martin Storsjö
|
f6d3710096
avformat: Split out functions from network.h to a new file, network.c
|
13 years ago |
Michael Niedermayer
|
46eb300d01
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Diego Biurrun
|
8d459acc10
Add missing #includes to make headers self-contained.
|
13 years ago |
Michael Niedermayer
|
027264cb82
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Diego Biurrun
|
e169428529
Mark parameterless function declarations as 'void'.
|
13 years ago |
Michael Niedermayer
|
455ce979d0
Merge remote branch 'qatar/master'
|
13 years ago |
Gil Pedersen
|
f2c85458c4
network: Check POLLERR and POLLHUP in ff_network_wait_fd
|
13 years ago |
Michael Niedermayer
|
c88caa522c
Merge remote branch 'qatar/master'
|
13 years ago |
Luca Barbato
|
a2031251c7
proto: include os_support.h in network.h
|
13 years ago |
Luca Barbato
|
ebba2b3e2a
proto: factor ff_network_wait_fd and use it on udp
|
13 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 years ago |
Martin Storsjö
|
c24a403496
libavformat: Remove FF_NETERRNO()
|
13 years ago |
Martin Storsjö
|
28c4741a66
libavformat: Remove FF_NETERRNO()
|
13 years ago |
Martin Storsjö
|
55b6bd1c01
Convert ff_is_multicast_address to take a struct sockaddr parameter
|
14 years ago |
Martin Storsjö
|
7ac57fa5eb
Share the is_multicast_address function
|
14 years ago |
Martin Storsjö
|
f63630cdf3
Move multicast address identification fallback macros to network.h from udp.c
|
14 years ago |
Ronald S. Bultje
|
f0d8ac529f
Move INET6_ADDRSTRLEN to network.h, similar to other network-related fixups
|
14 years ago |
Ronald S. Bultje
|
4aecee7fc3
Fix compile error on mingw where ETIMEDOUT is missing (because it's a WSA error).
|
14 years ago |
David Conrad
|
ac11d562e5
Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.c
|
14 years ago |
Ronald S. Bultje
|
04a2b04b98
Implement gai_strerror() for systems lacking such functionality. Patch
|
14 years ago |
Martin Storsjö
|
3d7b42f97b
Use the configure check from r21351 and use it to properly define struct
|
15 years ago |
Martin Storsjö
|
5d629b72cb
Provide a fallback for getnameinfo() also. Patch by Martin Storsjö
|
15 years ago |
Martin Storsjö
|
34a65f1fdd
Implement a fallback for struct sockaddr_storage if not available.
|
15 years ago |
Martin Storsjö
|
fa053ca725
Provide fallback implementations of getaddrinfo() and freeaddrinfo().
|
15 years ago |
Diego Biurrun
|
da837937c6
Fix undefined preprocessor directives warnings during 'make checkheaders'.
|
16 years ago |
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 |
Stefano Sabatini
|
987903826b
Globally rename the header inclusion guard names.
|
16 years ago |
Diego Biurrun
|
5b21bdabe4
Add FFMPEG_ prefix to all multiple inclusion guards.
|
17 years ago |
Ramiro Polla
|
1642cb6b2e
Add initialization and cleanup functions for Winsock
|
17 years ago |
Ramiro Polla
|
6ff3f3e7ce
Check for winsock2.h instead of __MINGW32__
|
17 years ago |
Alex Beregszaszi
|
5676d140a9
initial mingw networking support
|
17 years ago |
Alex Beregszaszi
|
ba472aaf01
implement ff_socket_nonblock and use it in networking code
|
17 years ago |
Alex Beregszaszi
|
8da4034f52
use ff_neterrno() and FF_NETERROR() for networking error handling
|
17 years ago |
François Revol
|
c9fdab0dab
Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet_aton if not found; remove barpainet.h as it's not longer needed.
|
17 years ago |
Ramiro Polla
|
42572ef53f
move networking #includes into separate file
|
18 years ago |