Thu, 10 Jun 2010 16:51:14 +0000 |
diego |
Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants.
libavformat
|
Thu, 03 Jun 2010 20:41:04 +0000 |
ramiro |
win32: Use _fstati64() instead of plain old fstat() on Windows to support file
libavformat
|
Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavformat
|
Wed, 21 Oct 2009 01:25:39 +0000 |
ramiro |
Add comment on #endif about condition that triggers it.
libavformat
|
Mon, 13 Jul 2009 17:16:36 +0000 |
diego |
Only #define lseek to _lseeki64 on MinGW, not MinGW CE.
libavformat
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavformat
|
Sat, 24 Jan 2009 14:52:46 +0000 |
diego |
Fix undefined preprocessor directives warnings during 'make checkheaders'.
libavformat
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavformat
|
Wed, 03 Dec 2008 15:23:30 +0000 |
diego |
Delete unnecessary 'extern' keywords.
libavformat
|
Fri, 10 Oct 2008 16:59:37 +0000 |
ramiro |
Only special-case absolute DOS paths on systems that support them.
libavformat
|
Thu, 02 Oct 2008 17:43:27 +0000 |
ramiro |
MinGW runtime 3.15 has a wrapper for usleep().
libavformat
|
Sun, 31 Aug 2008 07:39:47 +0000 |
stefano |
Globally rename the header inclusion guard names.
libavformat
|
Fri, 01 Aug 2008 22:29:29 +0000 |
michael |
Revert r14497
libavformat
|
Fri, 01 Aug 2008 16:29:26 +0000 |
diego |
Add missing header #includes.
libavformat
|
Sat, 22 Mar 2008 01:06:57 +0000 |
diego |
typo: occured --> occurred
libavformat
|
Sat, 08 Mar 2008 19:00:55 +0000 |
ramiro |
Define WIN32_LEAN_AND_MEAN before including windows.h to exclude
libavformat
|
Sat, 08 Mar 2008 18:59:45 +0000 |
ramiro |
Include windows.h instead of trying to redeclare Sleep
libavformat
|
Sat, 08 Mar 2008 17:43:53 +0000 |
ramiro |
Put network-related code under #ifdef
libavformat
|
Sat, 08 Mar 2008 17:43:10 +0000 |
ramiro |
Group network-related code together
libavformat
|
Fri, 07 Mar 2008 19:47:44 +0000 |
ramiro |
__stdcall -> WINAPI
libavformat
|
Wed, 13 Feb 2008 12:51:14 +0000 |
lucabe |
Include poll.h instead of sys/poll.h
libavformat
|
Tue, 01 Jan 2008 22:54:35 +0000 |
diego |
Add portable way to check for the existence of definitions and
libavformat
|
Mon, 24 Dec 2007 12:49:27 +0000 |
diego |
djgpp port, first part
libavformat
|
Tue, 27 Nov 2007 11:27:50 +0000 |
diego |
Remove possibly misleading comments.
libavformat
|
Wed, 17 Oct 2007 09:37:46 +0000 |
diego |
Add FFMPEG_ prefix to all multiple inclusion guards.
libavformat
|
Wed, 08 Aug 2007 20:25:32 +0000 |
alex |
use proper closesocket defines
libavformat
|
Wed, 08 Aug 2007 19:18:10 +0000 |
ramiro |
Check for winsock2.h instead of __MINGW32__
libavformat
|
Tue, 10 Jul 2007 21:52:04 +0000 |
ramiro |
Remove OS/2 support
libavformat
|
Mon, 02 Jul 2007 17:00:04 +0000 |
diego |
Remove leading underscores from specifiers, they are reserved.
libavformat
|
Fri, 23 Feb 2007 23:35:42 +0000 |
mmu_man |
BeOS only: we don't have SA_RESTART. #define to 0 and emit a warning. I don't plan on hosting a streaming tv anyway but it gets ffserver building.
libavformat
|
Thu, 15 Feb 2007 15:39:39 +0000 |
mmu_man |
Make sure we don't try to emulate poll() when it's there if --disable-ffserver... 10l
libavformat
|
Thu, 15 Feb 2007 13:32:06 +0000 |
mmu_man |
MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placeholder for winsock.
libavformat
|
Thu, 15 Feb 2007 07:44:10 +0000 |
mmu_man |
poll() emulation for BeOS, and maybe MinGW.
libavformat
|
Thu, 18 Jan 2007 17:22:30 +0000 |
mmu_man |
The long awaited BeOS cleanup, phase 1
libavformat
|
Fri, 22 Dec 2006 23:44:04 +0000 |
diego |
support files >2GB on MinGW
libavformat
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavformat
|
Sun, 10 Sep 2006 14:02:42 +0000 |
diego |
Add official LGPL license headers to the files that were missing them.
libavformat
|
Sat, 24 Apr 2004 11:51:38 +0000 |
michael |
cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)
libavformat
|
Mon, 08 Sep 2003 21:20:55 +0000 |
bellard |
simpler strptime - added os_support.[ch] - moved localtime_r to os_support.c
libavformat
|