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
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-23os_support: Define SHUT_RD, SHUT_WR and SHUT_RDWR on OS/2Dave Yeo
2012-05-23tcp: Allow signalling end of reading/writingSamuel Pitoiset
2011-11-02Remove some stray unnecessary ffmpeg references.Diego Biurrun
2011-04-24Handle unicode file names on windowsKirill Gavrilov
2011-03-19Replace FFmpeg with Libav in licence headersMans 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
2008-02-13Include poll.h instead of sys/poll.hLuca Abeni
2008-01-02Add portable way to check for the existence of definitions andDave Yeo
2007-12-24djgpp port, first partMichael Kostylev
2007-11-27Remove possibly misleading comments.Diego Biurrun
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-08-09use proper closesocket definesAlex Beregszaszi
2007-08-08Check for winsock2.h instead of __MINGW32__Ramiro Polla
2007-07-11Remove OS/2 supportRamiro Polla
2007-07-02Remove leading underscores from specifiers, they are reserved.Diego Biurrun
2007-02-24BeOS only: we don't have SA_RESTART. #define to 0 and emit a warning. I don't...François Revol
2007-02-15Make sure we don't try to emulate poll() when it's there if --disable-ffserve...François Revol
2007-02-15MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placehol...François Revol
2007-02-15poll() emulation for BeOS, and maybe MinGW.François Revol
2007-01-18The long awaited BeOS cleanup, phase 1François Revol
2006-12-23support files >2GB on MinGWRamiro Polla
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun
2004-04-24cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)Sascha Sommer
2003-09-09simpler strptime - added os_support.[ch] - moved localtime_r to os_support.cFabrice Bellard