summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-08-09Merge commit 'dfc6b5c81491abf7effb97b23af17ccf7adcd132'Michael Niedermayer3-45/+39
2013-08-08file: Move win32 utf8->wchar open wrapper to libavutilMartin Storsjö3-45/+39
2013-03-28Merge commit 'cf53704c55378cc0dcfc16637cdac7d58f0b3107'Michael Niedermayer2-3/+6
2013-03-27win32: Use 64-bit fstat/lseek variants for MSVC as wellHendrik Leppkes2-1/+4
2013-03-27win32: Make ff_win32_open more robustReimar Döffinger1-6/+12
2013-03-27win32: Allow other programs to open the same filesReimar Döffinger1-2/+3
2013-03-16Make ff_win32_open more robust.Reimar Döffinger1-6/+9
2013-03-12avutil/os_support: use 64-bit fstat/lseek variants for MSVC as wellHendrik Leppkes2-1/+4
2012-10-24Merge commit '80521c1997a23e148edf89e11b939ab8646297ca'Michael Niedermayer10-13/+78
2012-10-23network: use getservbyport() only if availableMans Rullgard2-0/+4
2012-07-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer23-246/+321
2012-07-17os_support: K&R formatting cosmeticsDiego Biurrun1-49/+71
2012-07-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer6-48/+44
2012-07-15network: Always use our version of gai_strerror on windowsMartin Storsjö2-2/+6
2012-07-15network: Extend the fallback gai_strerror implementation to handle more error...Martin Storsjö2-2/+26
2012-06-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer14-30/+141
2012-06-30os_support: Rename the poll fallback function to ff_pollMartin Storsjö2-2/+3
2012-06-30os_support: Don't compare a negative number against socket descriptorsMartin Storsjö1-6/+6
2012-06-30os_support: Include all the necessary headers for the win32 open functionRonald S. Bultje1-1/+3
2012-06-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer39-135/+169
2012-06-26configure: Check for sys/time.hRonald S. Bultje2-0/+4
2012-06-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer43-158/+1039
2012-06-20lavf: remove unnecessary inclusions of unistd.hMans Rullgard4-4/+0
2012-06-19network: Pass pointers of the right type to get/setsockopt/ioctlsocket on win...Martin Storsjö2-1/+4
2012-02-18Allow other programs to open the same files on Windows.Reimar Döffinger1-2/+3
2011-11-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer24-413/+821
2011-11-06Remove leftover includes of strings.hMartin Storsjö7-7/+0
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer75-3644/+1853
2011-11-02Remove some stray unnecessary ffmpeg references.Diego Biurrun20-21/+21
2011-05-13Merge remote branch 'qatar/master'Michael Niedermayer47-435/+496
2011-05-12configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun16-40/+5
2011-04-24Merge remote branch 'qatar/master'Michael Niedermayer45-139/+818
2011-04-23Handle unicode file names on windowsKirill Gavrilov4-1/+97
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-02-16os_support: fix poll() implementationMax Shakhmetov1-1/+1
2011-02-15os_support: fix poll() implementationMax Shakhmetov1-1/+1
2011-01-30os_support: make poll() fallbacks conditional on CONFIG_NETWORKMans Rullgard2-3/+1
2011-01-30os: replace select with pollLuca Barbato8-110/+73
2011-01-28os_support: make poll() fallbacks conditional on CONFIG_NETWORKMans Rullgard2-3/+1
2011-01-28os: replace select with pollLuca Barbato8-110/+73
2010-07-06os_support: include some headers only when neededMåns Rullgård1-3/+3
2010-03-08Move resolve_host() to ffserver.cMåns Rullgård3-39/+36
2010-03-07inet_aton needs _DARWIN_C_SOURCE on OS XDavid Conrad1-0/+1
2010-03-07Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.cDavid Conrad3-12/+11
2010-02-28Make our getaddrinfo implementation initialize "struct addrinfo" returnReimar Döffinger1-0/+1
2010-02-08Implement gai_strerror() for systems lacking such functionality. PatchRonald S. Bultje2-0/+13
2010-01-25Load the proper getaddrinfo functions from ws2_32.dll, if they're present.Martin Storsjö1-0/+31
2010-01-11Provide a fallback for getnameinfo() also. Patch by Martin StorsjöMartin Storsjö2-0/+76
2010-01-11Provide fallback implementations of getaddrinfo() and freeaddrinfo().Martin Storsjö2-0/+108
[next]