summaryrefslogtreecommitdiff
path: root/libavformat/network.h
Commit message (Expand)AuthorAge
* libavformat: use MSG_NOSIGNAL when applicableRémi Denis-Courmont2014-08-25
* network.h: Add #endif comments to improve readabilityDiego Biurrun2014-01-06
* ff_socket: put out-of-line and fallback to fcntl() for close-on-execRémi Denis-Courmont2013-08-09
* tcp: Use a different log message and level if there's more addresses to tryMartin Storsjö2013-08-06
* network: Use SOCK_CLOEXEC when availableLuca Barbato2013-08-05
* avf: move ff_http_match_no_proxy to networkLuca Barbato2013-06-16
* network: uniform ff_listen_bind and ff_listen_connectLuca Barbato2013-06-04
* network: factor out connect-listening codeLuca Barbato2013-06-01
* network: factor out bind-listening codeLuca Barbato2013-06-01
* network: add fallbacks for INADDR_LOOPBACK and INET_ADDRSTRLENMans Rullgard2012-10-23
* network: #include stdint.h in network.hMans Rullgard2012-10-16
* network: Always use our version of gai_strerror on windowsMartin Storsjö2012-07-15
* network: Undefine existing gai_strerror definitionsMartin Storsjö2012-07-15
* network: Extend the fallback gai_strerror implementation to handle more error...Martin Storsjö2012-07-15
* network: Don't redefine error codes if they already exist in errno.hRonald S. Bultje2012-06-26
* network: Include unistd.h from network.hMartin Storsjö2012-06-26
* network: Pass pointers of the right type to get/setsockopt/ioctlsocket on win...Martin Storsjö2012-06-19
* avformat: Warn about using network functions without calling avformat_network...Martin Storsjö2011-11-07
* avformat: Add ff_tls_init()/deinit() that initialize OpenSSLMartin Storsjö2011-11-05
* avformat: Split out functions from network.h to a new file, network.cMartin Storsjö2011-11-05
* Add missing #includes to make headers self-contained.Diego Biurrun2011-06-04
* Mark parameterless function declarations as 'void'.Diego Biurrun2011-05-26
* network: Check POLLERR and POLLHUP in ff_network_wait_fdGil Pedersen2011-04-28
* proto: include os_support.h in network.hLuca Barbato2011-04-07
* proto: factor ff_network_wait_fd and use it on udpLuca Barbato2011-04-07
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* libavformat: Remove FF_NETERRNO()Martin Storsjö2011-02-23
* Convert ff_is_multicast_address to take a struct sockaddr parameterMartin Storsjö2010-10-07
* Share the is_multicast_address functionMartin Storsjö2010-10-07
* Move multicast address identification fallback macros to network.h from udp.cMartin Storsjö2010-10-07
* Move INET6_ADDRSTRLEN to network.h, similar to other network-related fixupsRonald S. Bultje2010-09-03
* Fix compile error on mingw where ETIMEDOUT is missing (because it's a WSA err...Ronald S. Bultje2010-04-15
* Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.cDavid Conrad2010-03-07
* Implement gai_strerror() for systems lacking such functionality. PatchRonald S. Bultje2010-02-08
* Use the configure check from r21351 and use it to properly define structMartin Storsjö2010-01-20
* Provide a fallback for getnameinfo() also. Patch by Martin StorsjöMartin Storsjö2010-01-11
* Implement a fallback for struct sockaddr_storage if not available.Martin Storsjö2010-01-11
* Provide fallback implementations of getaddrinfo() and freeaddrinfo().Martin Storsjö2010-01-11
* Fix undefined preprocessor directives warnings during 'make checkheaders'.Diego Biurrun2009-01-24
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* Add initialization and cleanup functions for WinsockRamiro Polla2007-08-09
* Check for winsock2.h instead of __MINGW32__Ramiro Polla2007-08-08
* initial mingw networking supportAlex Beregszaszi2007-05-15
* 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
* Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet...François Revol2007-03-23
* move networking #includes into separate fileRamiro Polla2007-02-04