summaryrefslogtreecommitdiff
path: root/libavformat/network.h
Commit message (Expand)AuthorAge
* 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