summaryrefslogtreecommitdiff
path: root/libavformat/os_support.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-18
|\
| * os_support: K&R formatting cosmeticsDiego Biurrun2012-07-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-16
|\|
| * network: Always use our version of gai_strerror on windowsMartin Storsjö2012-07-15
| * network: Extend the fallback gai_strerror implementation to handle more error...Martin Storsjö2012-07-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-30
|\|
| * os_support: Rename the poll fallback function to ff_pollMartin Storsjö2012-06-30
| * os_support: Don't compare a negative number against socket descriptorsMartin Storsjö2012-06-30
| * os_support: Include all the necessary headers for the win32 open functionRonald S. Bultje2012-06-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-27
|\|
| * configure: Check for sys/time.hRonald S. Bultje2012-06-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-20
|\|
| * lavf: remove unnecessary inclusions of unistd.hMans Rullgard2012-06-20
| * network: Pass pointers of the right type to get/setsockopt/ioctlsocket on win...Martin Storsjö2012-06-19
* | Allow other programs to open the same files on Windows.Reimar Döffinger2012-02-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-07
|\|
| * Remove leftover includes of strings.hMartin Storsjö2011-11-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-03
|\|
| * Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-02
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-13
|\|
| * configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-12
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-24
|\|
| * Handle unicode file names on windowsKirill Gavrilov2011-04-24
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * os_support: fix poll() implementationMax Shakhmetov2011-02-15
| * os_support: make poll() fallbacks conditional on CONFIG_NETWORKMans Rullgard2011-01-28
| * os: replace select with pollLuca Barbato2011-01-28
* | os_support: fix poll() implementationMax Shakhmetov2011-02-16
* | os_support: make poll() fallbacks conditional on CONFIG_NETWORKMans Rullgard2011-01-30
* | os: replace select with pollLuca Barbato2011-01-30
|/
* os_support: include some headers only when neededMåns Rullgård2010-07-06
* Move resolve_host() to ffserver.cMåns Rullgård2010-03-08
* inet_aton needs _DARWIN_C_SOURCE on OS XDavid Conrad2010-03-07
* Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.cDavid Conrad2010-03-07
* Make our getaddrinfo implementation initialize "struct addrinfo" returnReimar Döffinger2010-02-28
* Implement gai_strerror() for systems lacking such functionality. PatchRonald S. Bultje2010-02-08
* Load the proper getaddrinfo functions from ws2_32.dll, if they're present.Martin Storsjö2010-01-25
* Provide a fallback for getnameinfo() also. Patch by Martin StorsjöMartin Storsjö2010-01-11
* Provide fallback implementations of getaddrinfo() and freeaddrinfo().Martin Storsjö2010-01-11
* Use getaddrinfo(), if available, in resolve_host(). Patch by MartinRonald S. Bultje2010-01-11
* Currently, the replacement which is used if inet_aton isn't available,Martin Storsjö2010-01-08
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* struct timeval requires #include <sys/time.h>Dave Yeo2008-08-16
* use h_addr_list[0] instead of h_addr as this is the posix hostent field nameAurelien Jacobs2008-08-14
* ensure we get explicit definition of various _XOPEN_SOURCE functions we useAurelien Jacobs2008-08-14
* Include poll.h instead of sys/poll.hLuca Abeni2008-02-13
* Check for the presence of sys/select.h and conditionally #include it.Michael Kostylev2007-12-27
* Fix compilation of os_support.c for MinGW with --disable-networkTom Harper2007-12-09
* Include os_support.h only when neededLuca Abeni2007-11-21
* Check for winsock2.h instead of __MINGW32__Ramiro Polla2007-08-08