summaryrefslogtreecommitdiff
path: root/libavformat/network.h
Commit message (Expand)AuthorAgeFilesLines
...
| * avformat: Add ff_tls_init()/deinit() that initialize OpenSSLMartin Storsjö2011-11-051-0/+3
| * avformat: Split out functions from network.h to a new file, network.cMartin Storsjö2011-11-051-49/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-051-0/+3
|\ \ | |/
| * Add missing #includes to make headers self-contained.Diego Biurrun2011-06-041-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-271-1/+2
|\ \ | |/
| * Mark parameterless function declarations as 'void'.Diego Biurrun2011-05-261-1/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-291-1/+1
|\ \ | |/
| * network: Check POLLERR and POLLHUP in ff_network_wait_fdGil Pedersen2011-04-281-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-081-0/+14
|\ \ | |/
| * proto: include os_support.h in network.hLuca Barbato2011-04-071-0/+1
| * proto: factor ff_network_wait_fd and use it on udpLuca Barbato2011-04-071-0/+13
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-5/+5
| * libavformat: Remove FF_NETERRNO()Martin Storsjö2011-02-231-4/+15
* | libavformat: Remove FF_NETERRNO()Martin Storsjö2011-02-231-4/+15
|/
* Convert ff_is_multicast_address to take a struct sockaddr parameterMartin Storsjö2010-10-071-3/+3
* Share the is_multicast_address functionMartin Storsjö2010-10-071-0/+14
* Move multicast address identification fallback macros to network.h from udp.cMartin Storsjö2010-10-071-0/+7
* Move INET6_ADDRSTRLEN to network.h, similar to other network-related fixupsRonald S. Bultje2010-09-031-0/+4
* Fix compile error on mingw where ETIMEDOUT is missing (because it's a WSA err...Ronald S. Bultje2010-04-151-4/+4
* Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.cDavid Conrad2010-03-071-4/+1
* Implement gai_strerror() for systems lacking such functionality. PatchRonald S. Bultje2010-02-081-0/+2
* Use the configure check from r21351 and use it to properly define structMartin Storsjö2010-01-201-1/+9
* Provide a fallback for getnameinfo() also. Patch by Martin StorsjöMartin Storsjö2010-01-111-0/+32
* Implement a fallback for struct sockaddr_storage if not available.Martin Storsjö2010-01-111-0/+6
* Provide fallback implementations of getaddrinfo() and freeaddrinfo().Martin Storsjö2010-01-111-0/+38
* Fix undefined preprocessor directives warnings during 'make checkheaders'.Diego Biurrun2009-01-241-0/+2
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-5/+5
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* Add initialization and cleanup functions for WinsockRamiro Polla2007-08-091-0/+17
* Check for winsock2.h instead of __MINGW32__Ramiro Polla2007-08-081-1/+1
* initial mingw networking supportAlex Beregszaszi2007-05-151-3/+13
* implement ff_socket_nonblock and use it in networking codeAlex Beregszaszi2007-04-271-0/+2
* use ff_neterrno() and FF_NETERROR() for networking error handlingAlex Beregszaszi2007-04-271-0/+3
* Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet...François Revol2007-03-231-0/+7
* move networking #includes into separate fileRamiro Polla2007-02-041-0/+30