Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-23lavf/os_support: Only compile inet_aton() if getaddrinfo() is needed.Carl Eugen Hoyos
2018-01-06libavformat/network: fix function duplicationRostislav Pehlivanov
2018-01-06libavformat: unexpose the ff_inet_aton functionRostislav Pehlivanov
2017-11-01Merge commit '2ca759657bcda328acc312e5882a940333a3e268'James Almer
2017-06-01os_support: Remove the dynamic loading of getaddrinfo from the fallback getad...Martin Storsjö
2015-11-02Merge commit '00b62968d079e63bf22028f253ac297292436ebe'Hendrik Leppkes
2015-10-30os_support: Don't try to return the service name as a string in getnameinfoMartin Storsjö
2014-12-22avformat/os_support: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-09-20avformat/os_support: Add _DEFAULT_SOURCE to hide warning about _SVID_SOURCE d...Daniel Bomar
2013-11-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-02os_support: Add #endif comments for better readabilityDiego Biurrun
2013-08-09Merge commit 'dfc6b5c81491abf7effb97b23af17ccf7adcd132'Michael Niedermayer
2013-08-08file: Move win32 utf8->wchar open wrapper to libavutilMartin Storsjö
2013-03-28Merge commit 'cf53704c55378cc0dcfc16637cdac7d58f0b3107'Michael Niedermayer
2013-03-27win32: Use 64-bit fstat/lseek variants for MSVC as wellHendrik Leppkes
2013-03-27win32: Make ff_win32_open more robustReimar Döffinger
2013-03-27win32: Allow other programs to open the same filesReimar Döffinger
2013-03-16Make ff_win32_open more robust.Reimar Döffinger
2013-03-12avutil/os_support: use 64-bit fstat/lseek variants for MSVC as wellHendrik Leppkes
2012-10-24Merge commit '80521c1997a23e148edf89e11b939ab8646297ca'Michael Niedermayer
2012-10-23network: use getservbyport() only if availableMans Rullgard
2012-07-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-17os_support: K&R formatting cosmeticsDiego Biurrun
2012-07-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-15network: Always use our version of gai_strerror on windowsMartin Storsjö
2012-07-15network: Extend the fallback gai_strerror implementation to handle more error...Martin Storsjö
2012-07-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-30os_support: Rename the poll fallback function to ff_pollMartin Storsjö
2012-06-30os_support: Don't compare a negative number against socket descriptorsMartin Storsjö
2012-06-30os_support: Include all the necessary headers for the win32 open functionRonald S. Bultje
2012-06-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-26configure: Check for sys/time.hRonald S. Bultje
2012-06-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-20lavf: remove unnecessary inclusions of unistd.hMans Rullgard
2012-06-19network: Pass pointers of the right type to get/setsockopt/ioctlsocket on win...Martin Storsjö
2012-02-18Allow other programs to open the same files on Windows.Reimar Döffinger
2011-11-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-06Remove leftover includes of strings.hMartin Storsjö
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-02Remove some stray unnecessary ffmpeg references.Diego Biurrun
2011-05-13Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-12configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun
2011-04-24Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-24Handle unicode file names on windowsKirill Gavrilov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17os_support: fix poll() implementationMax Shakhmetov
2011-02-15os_support: fix poll() implementationMax Shakhmetov
2011-01-30os_support: make poll() fallbacks conditional on CONFIG_NETWORKMans Rullgard
2011-01-30os: replace select with pollLuca Barbato
2011-01-28os_support: make poll() fallbacks conditional on CONFIG_NETWORKMans Rullgard