]> git.sesse.net Git - ffmpeg/history - libavformat/network.h
Const correctness for vorbis_comment
[ffmpeg] / libavformat / network.h
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