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-12-11os_support: define socket shutdown SHUT_xxx macros if they are not definedPeter Ross
2017-11-11Merge commit 'e41daa62465036ad36ad0bd14e4936e848d7f07e'James Almer
2017-11-07Merge commit '4d330da006fe48178a4c8047f06270925eaedf63'James Almer
2017-08-31Remove support for building for mingw32ce (Windows CE)Martin Storsjö
2017-07-30lavf/os_support: Use existing WinRT config value.Matt Oliver
2017-07-05os_support: Use HAVE_UWP instead of manually checking WINAPI_FAMILYMartin Storsjö
2017-04-09Merge commit '3794062ab1a13442b06f6d76c54dce51ffa54697'Clément Bœsch
2016-12-03Remove Plan 9 supportDiego Biurrun
2016-06-15os_support: use the appropriate stat functions matching the stat typeHendrik Leppkes
2016-06-13lavf/os_support.h: Fix for unicode filenames on windows.Matt Oliver
2014-12-20Merge commit '8ebf02f8f530240edf7e45f35f7647ef9dd44a58'Michael Niedermayer
2014-12-20libavformat: Only use MoveFileExA when targeting the desktop API subsetMartin Storsjö
2014-11-27Merge commit '79fd186a5035cf16fc0ab288d8f59da8b1ba2c0e'Michael Niedermayer
2014-11-27Merge commit '9326d64ed1baadd7af60df6bbcc59cf1fefede48'Michael Niedermayer
2014-11-27lavf: Use MoveFileEx instead of rename/_wrename on windowsMartin Storsjö
2014-11-27Share the utf8 to wchar conversion routine between lavf and lavuMartin Storsjö
2014-11-25avformat/os_support: try to fix build when included from a c++ file like liba...Michael Niedermayer
2014-11-25Merge commit '960aff379da46dcaff61504a57714d4d4e758e41'Michael Niedermayer
2014-11-25lavf: Use wchar functions for filenames on windows for mkdir/rmdir/rename/unlinkMartin Storsjö
2014-11-22lavf: Remove a redundant include of sys/stat.hMartin Storsjö
2014-10-10avformat/os_support: include unistd.h before defining lseek to lseek64 on and...Michael Niedermayer
2014-10-09lavf: fix 2GB file seek limit on AndroidYu Xiaolei
2014-08-26Merge commit '4c8bd8ddb049950347a5018fecbca7ee25d48c44'Michael Niedermayer
2014-08-26os_support: Adjust an outdated #endif commentDiego Biurrun
2014-08-22os_support: Undefine lseek/stat/fstat before defining themDiego Biurrun
2013-09-21avformat: remove duplicate includesMichael Niedermayer
2013-08-09Merge commit 'dfc6b5c81491abf7effb97b23af17ccf7adcd132'Michael Niedermayer
2013-08-08file: Move win32 utf8->wchar open wrapper to libavutilMartin Storsjö
2013-03-27win32: Use 64-bit fstat/lseek variants for MSVC as wellHendrik Leppkes
2013-03-12avutil/os_support: use 64-bit fstat/lseek variants for MSVC as wellHendrik Leppkes
2012-10-24Merge commit '0c03cc68386443f1e96ab6fb358220faf67cd5ff'Michael Niedermayer
2012-10-23build: Plan 9 supportMans Rullgard
2012-09-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-13Merge commit '07584eaf4a95db3f11d3bc411f9786932829e82b'Michael Niedermayer
2012-09-13os_support: Choose between direct.h and io.h using a configure checkMartin Storsjö
2012-09-13os_support: Include io.h instead of direct.h on mingw32ceMartin Storsjö
2012-09-13Add a smooth streaming segmenter muxerMartin Storsjö
2012-09-06eliminate some mingw warningsrogerdpack
2012-07-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-30os_support: Add fallback definitions for stat flagsRonald S. Bultje
2012-06-30os_support: Rename the poll fallback function to ff_pollMartin Storsjö
2012-06-30network: Check for struct pollfdMartin Storsjö
2012-05-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-23os_support: Define SHUT_RD, SHUT_WR and SHUT_RDWR on OS/2Dave Yeo
2012-05-23tcp: Allow signalling end of reading/writingSamuel Pitoiset
2012-02-03Remove some warnings when compiling with mingw (mingw-w64, 32 bits)Vincent Torri
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-02Remove some stray unnecessary ffmpeg references.Diego Biurrun
2011-04-24Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-24Handle unicode file names on windowsKirill Gavrilov