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
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
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-30os_support: make poll() fallbacks conditional on CONFIG_NETWORKMans Rullgard
2011-01-28os_support: make poll() fallbacks conditional on CONFIG_NETWORKMans Rullgard
2010-09-04Move INET6_ADDRSTRLEN to network.h, similar to other network-related fixupsRonald S. Bultje
2010-09-03Send NAT punching messages to the address specified in the Transport:John Wimer
2010-06-10Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants.Diego Biurrun
2010-06-04win32: Use _fstati64() instead of plain old fstat() on Windows to support filekemuri
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-10-21Add comment on #endif about condition that triggers it.Ramiro Polla
2009-07-13Only #define lseek to _lseeki64 on MinGW, not MinGW CE.İsmail Dönmez
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-24Fix undefined preprocessor directives warnings during 'make checkheaders'.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun
2008-10-10Only special-case absolute DOS paths on systems that support them.Ramiro Polla
2008-10-02MinGW runtime 3.15 has a wrapper for usleep().Ramiro Polla
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-02Revert r14497Michael Niedermayer
2008-08-01Add missing header #includes.Diego Biurrun
2008-03-22typo: occured --> occurredDiego Biurrun
2008-03-08Define WIN32_LEAN_AND_MEAN before including windows.h to excludeRamiro Polla
2008-03-08Include windows.h instead of trying to redeclare SleepRamiro Polla
2008-03-08Put network-related code under #ifdefRamiro Polla
2008-03-08Group network-related code togetherRamiro Polla
2008-03-07__stdcall -> WINAPIRamiro Polla