| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf/os_support: Only compile inet_aton() if getaddrinfo() is needed. | Carl Eugen Hoyos | 2018-04-23 | 1 | -1/+1 |
* | libavformat/network: fix function duplication | Rostislav Pehlivanov | 2018-01-06 | 1 | -5/+0 |
* | libavformat: unexpose the ff_inet_aton function | Rostislav Pehlivanov | 2018-01-06 | 1 | -3/+3 |
* | Merge commit '2ca759657bcda328acc312e5882a940333a3e268' | James Almer | 2017-11-01 | 1 | -31/+0 |
|\ |
|
| * | os_support: Remove the dynamic loading of getaddrinfo from the fallback getad... | Martin Storsjö | 2017-06-01 | 1 | -31/+0 |
* | | Merge commit '00b62968d079e63bf22028f253ac297292436ebe' | Hendrik Leppkes | 2015-11-02 | 1 | -9/+2 |
|\| |
|
| * | os_support: Don't try to return the service name as a string in getnameinfo | Martin Storsjö | 2015-10-30 | 1 | -9/+2 |
* | | avformat/os_support: Use av_freep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2014-12-22 | 1 | -3/+3 |
* | | avformat/os_support: Add _DEFAULT_SOURCE to hide warning about _SVID_SOURCE d... | Daniel Bomar | 2014-09-19 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-02 | 1 | -12/+13 |
|\| |
|
| * | os_support: Add #endif comments for better readability | Diego Biurrun | 2013-11-02 | 1 | -12/+13 |
* | | Merge commit 'dfc6b5c81491abf7effb97b23af17ccf7adcd132' | Michael Niedermayer | 2013-08-09 | 1 | -40/+0 |
|\| |
|
| * | file: Move win32 utf8->wchar open wrapper to libavutil | Martin Storsjö | 2013-08-08 | 1 | -40/+0 |
* | | Merge commit 'cf53704c55378cc0dcfc16637cdac7d58f0b3107' | Michael Niedermayer | 2013-03-28 | 1 | -2/+5 |
|\| |
|
| * | win32: Use 64-bit fstat/lseek variants for MSVC as well | Hendrik Leppkes | 2013-03-27 | 1 | -0/+3 |
| * | win32: Make ff_win32_open more robust | Reimar Döffinger | 2013-03-27 | 1 | -6/+12 |
| * | win32: Allow other programs to open the same files | Reimar Döffinger | 2013-03-27 | 1 | -2/+3 |
* | | Make ff_win32_open more robust. | Reimar Döffinger | 2013-03-16 | 1 | -6/+9 |
* | | avutil/os_support: use 64-bit fstat/lseek variants for MSVC as well | Hendrik Leppkes | 2013-03-12 | 1 | -0/+3 |
* | | Merge commit '80521c1997a23e148edf89e11b939ab8646297ca' | Michael Niedermayer | 2012-10-24 | 1 | -0/+2 |
|\| |
|
| * | network: use getservbyport() only if available | Mans Rullgard | 2012-10-23 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-18 | 1 | -49/+71 |
|\| |
|
| * | os_support: K&R formatting cosmetics | Diego Biurrun | 2012-07-17 | 1 | -49/+71 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-16 | 1 | -1/+11 |
|\| |
|
| * | network: Always use our version of gai_strerror on windows | Martin Storsjö | 2012-07-15 | 1 | -1/+3 |
| * | network: Extend the fallback gai_strerror implementation to handle more error... | Martin Storsjö | 2012-07-15 | 1 | -0/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-30 | 1 | -8/+10 |
|\| |
|
| * | os_support: Rename the poll fallback function to ff_poll | Martin Storsjö | 2012-06-30 | 1 | -1/+1 |
| * | os_support: Don't compare a negative number against socket descriptors | Martin Storsjö | 2012-06-30 | 1 | -6/+6 |
| * | os_support: Include all the necessary headers for the win32 open function | Ronald S. Bultje | 2012-06-30 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-27 | 1 | -0/+2 |
|\| |
|
| * | configure: Check for sys/time.h | Ronald S. Bultje | 2012-06-26 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-20 | 1 | -2/+2 |
|\| |
|
| * | lavf: remove unnecessary inclusions of unistd.h | Mans Rullgard | 2012-06-20 | 1 | -1/+0 |
| * | network: Pass pointers of the right type to get/setsockopt/ioctlsocket on win... | Martin Storsjö | 2012-06-19 | 1 | -1/+2 |
* | | Allow other programs to open the same files on Windows. | Reimar Döffinger | 2012-02-18 | 1 | -2/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-07 | 1 | -1/+0 |
|\| |
|
| * | Remove leftover includes of strings.h | Martin Storsjö | 2011-11-06 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-03 | 1 | -1/+1 |
|\| |
|
| * | Remove some stray unnecessary ffmpeg references. | Diego Biurrun | 2011-11-02 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-13 | 1 | -1/+0 |
|\| |
|
| * | configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. | Diego Biurrun | 2011-05-12 | 1 | -1/+0 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-24 | 1 | -0/+28 |
|\| |
|
| * | Handle unicode file names on windows | Kirill Gavrilov | 2011-04-24 | 1 | -0/+28 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | os_support: fix poll() implementation | Max Shakhmetov | 2011-02-15 | 1 | -1/+1 |
| * | os_support: make poll() fallbacks conditional on CONFIG_NETWORK | Mans Rullgard | 2011-01-28 | 1 | -1/+1 |
| * | os: replace select with poll | Luca Barbato | 2011-01-28 | 1 | -3/+0 |
* | | os_support: fix poll() implementation | Max Shakhmetov | 2011-02-16 | 1 | -1/+1 |
* | | os_support: make poll() fallbacks conditional on CONFIG_NETWORK | Mans Rullgard | 2011-01-30 | 1 | -1/+1 |