Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-07avformat: Warn about using network functions without calling avformat_network...Martin Storsjö
2011-11-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-05avformat: Add ff_tls_init()/deinit() that initialize OpenSSLMartin Storsjö
2011-11-05avformat: Split out functions from network.h to a new file, network.cMartin Storsjö
2011-06-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-04Add missing #includes to make headers self-contained.Diego Biurrun
2011-05-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-26Mark parameterless function declarations as 'void'.Diego Biurrun
2011-04-29Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-28network: Check POLLERR and POLLHUP in ff_network_wait_fdGil Pedersen
2011-04-08Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-07proto: include os_support.h in network.hLuca Barbato
2011-04-07proto: factor ff_network_wait_fd and use it on udpLuca Barbato
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-23libavformat: Remove FF_NETERRNO()Martin Storsjö
2011-02-23libavformat: Remove FF_NETERRNO()Martin Storsjö
2010-10-07Convert ff_is_multicast_address to take a struct sockaddr parameterMartin Storsjö
2010-10-07Share the is_multicast_address functionMartin Storsjö
2010-10-07Move multicast address identification fallback macros to network.h from udp.cMartin Storsjö
2010-09-04Move INET6_ADDRSTRLEN to network.h, similar to other network-related fixupsRonald S. Bultje
2010-04-15Fix compile error on mingw where ETIMEDOUT is missing (because it's a WSA err...Ronald S. Bultje
2010-03-07Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.cDavid Conrad
2010-02-08Implement gai_strerror() for systems lacking such functionality. PatchRonald S. Bultje
2010-01-20Use the configure check from r21351 and use it to properly define structMartin Storsjö
2010-01-11Provide a fallback for getnameinfo() also. Patch by Martin StorsjöMartin Storsjö
2010-01-11Implement a fallback for struct sockaddr_storage if not available.Martin Storsjö
2010-01-11Provide fallback implementations of getaddrinfo() and freeaddrinfo().Martin Storsjö
2009-01-24Fix undefined preprocessor directives warnings during 'make checkheaders'.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-08-10Add initialization and cleanup functions for WinsockRamiro Polla
2007-08-08Check for winsock2.h instead of __MINGW32__Ramiro Polla
2007-05-15initial mingw networking supportAlex Beregszaszi
2007-04-27implement ff_socket_nonblock and use it in networking codeAlex Beregszaszi
2007-04-27use ff_neterrno() and FF_NETERROR() for networking error handlingAlex Beregszaszi
2007-03-24Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet...François Revol
2007-02-04move networking #includes into separate fileRamiro Polla