]> git.sesse.net Git - ffmpeg/history - libavformat/network.h
mp3enc: write trailing padding
[ffmpeg] / libavformat / network.h
2014-08-25 Rémi Denis-Courmontlibavformat: use MSG_NOSIGNAL when applicable
2014-01-06 Diego Biurrunnetwork.h: Add #endif comments to improve readability
2013-08-09 Rémi Denis-Courmontff_socket: put out-of-line and fallback to fcntl()...
2013-08-06 Martin Storsjötcp: Use a different log message and level if there...
2013-08-05 Luca Barbatonetwork: Use SOCK_CLOEXEC when available
2013-06-16 Luca Barbatoavf: move ff_http_match_no_proxy to network
2013-06-04 Luca Barbatonetwork: uniform ff_listen_bind and ff_listen_connect
2013-06-01 Luca Barbatonetwork: factor out connect-listening code
2013-06-01 Luca Barbatonetwork: factor out bind-listening code
2012-10-23 Mans Rullgardnetwork: add fallbacks for INADDR_LOOPBACK and INET_ADD...
2012-10-16 Mans Rullgardnetwork: #include stdint.h in network.h
2012-07-15 Martin Storsjönetwork: Always use our version of gai_strerror on...
2012-07-15 Martin Storsjönetwork: Undefine existing gai_strerror definitions
2012-07-15 Martin Storsjönetwork: Extend the fallback gai_strerror implementatio...
2012-06-26 Ronald S. Bultjenetwork: Don't redefine error codes if they already...
2012-06-26 Martin Storsjönetwork: Include unistd.h from network.h
2012-06-19 Martin Storsjönetwork: Pass pointers of the right type to get/setsock...
2011-11-07 Martin Storsjöavformat: Warn about using network functions without...
2011-11-05 Martin Storsjöavformat: Add ff_tls_init()/deinit() that initialize...
2011-11-05 Martin Storsjöavformat: Split out functions from network.h to a new...
2011-06-04 Diego BiurrunAdd missing #includes to make headers self-contained.
2011-05-26 Diego BiurrunMark parameterless function declarations as 'void'.
2011-04-28 Gil Pedersennetwork: Check POLLERR and POLLHUP in ff_network_wait_fd
2011-04-07 Luca Barbatoproto: include os_support.h in network.h
2011-04-07 Luca Barbatoproto: factor ff_network_wait_fd and use it on udp
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-23 Martin Storsjölibavformat: Remove FF_NETERRNO()
2010-10-07 Martin StorsjöConvert ff_is_multicast_address to take a struct sockad...
2010-10-07 Martin StorsjöShare the is_multicast_address function
2010-10-07 Martin StorsjöMove multicast address identification fallback macros...
2010-09-03 Ronald S. BultjeMove INET6_ADDRSTRLEN to network.h, similar to other...
2010-04-15 Ronald S. BultjeFix compile error on mingw where ETIMEDOUT is missing...
2010-03-07 David ConradLocalize the #define _SVID_SOURCE needed for inet_aton...
2010-02-08 Ronald S. BultjeImplement gai_strerror() for systems lacking such funct...
2010-01-20 Martin StorsjöUse the configure check from r21351 and use it to prope...
2010-01-11 Martin StorsjöProvide a fallback for getnameinfo() also. Patch by...
2010-01-11 Martin StorsjöImplement a fallback for struct sockaddr_storage if...
2010-01-11 Martin StorsjöProvide fallback implementations of getaddrinfo() and...
2009-01-24 Diego BiurrunFix undefined preprocessor directives warnings during...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-08-09 Ramiro PollaAdd initialization and cleanup functions for Winsock
2007-08-08 Ramiro PollaCheck for winsock2.h instead of __MINGW32__
2007-05-15 Alex Beregszasziinitial mingw networking support
2007-04-27 Alex Beregszasziimplement ff_socket_nonblock and use it in networking...
2007-04-27 Alex Beregszasziuse ff_neterrno() and FF_NETERROR() for networking...
2007-03-23 François RevolSome more BeOS cleanup: check for arpa/inet.h; declare...
2007-02-04 Ramiro Pollamove networking #includes into separate file