]> git.sesse.net Git - ffmpeg/history - libavformat/network.h
avformat: Drop pointless "format" from container long names
[ffmpeg] / libavformat / 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