Tue, 24 May 2011 19:51:38 +0000 |
diego |
configure: Convert HAVE_SYS_MMAN_H into a 0/1 definition.
|
Mon, 11 Oct 2010 12:33:57 +0000 |
diego |
Remove #warning preprocessor directives or replace them by suitable comments.
|
Mon, 04 Oct 2010 06:40:32 +0000 |
reimar |
1000l, %lf is not valid format string for printf (only for scanf) and actually
|
Fri, 10 Sep 2010 15:38:03 +0000 |
diego |
Move fs_seg extern variable declaration to ldt_keeper.h, where it belongs.
|
Mon, 02 Aug 2010 18:28:42 +0000 |
alexc |
Add msvcr100 support to the win32 loader.
|
Mon, 02 Aug 2010 17:39:20 +0000 |
reimar |
Reuse do_cpuid from cpudetect.c in loader/win32.c.
|
Mon, 02 Aug 2010 17:32:42 +0000 |
reimar |
Add const to avoid warnings.
|
Mon, 02 Aug 2010 17:30:00 +0000 |
reimar |
Avoid arithmetic on void * pointers.
|
Mon, 02 Aug 2010 17:27:20 +0000 |
reimar |
Fix type in conditional.
|
Mon, 02 Aug 2010 17:26:28 +0000 |
reimar |
Make function declarations proper prototypes.
|
Mon, 02 Aug 2010 17:19:45 +0000 |
reimar |
Avoid mixing code and declarations.
|
Mon, 02 Aug 2010 17:18:18 +0000 |
reimar |
Make library/export function tables static const.
|
Fri, 30 Jul 2010 17:02:58 +0000 |
compn |
remove sys/timeb.h include, it is obsolete and breaks compilation with new gcc
|
Sun, 23 May 2010 16:01:12 +0000 |
sesse |
Add final missing bits of CineForm HD support on Linux (via the Windows
|
Thu, 25 Mar 2010 12:58:41 +0000 |
sesse |
Don't try to delete the global memory mutex in the Win32 loader code,
|
Tue, 23 Mar 2010 18:01:00 +0000 |
diego |
Get rid of pointless def_path variable; use codec_path directly instead.
|
Sat, 20 Mar 2010 23:38:27 +0000 |
diego |
Rename get_path.[ch] --> path.[ch].
|
Sat, 20 Mar 2010 23:27:07 +0000 |
diego |
Move SetCodecPath() from loader to get_path.c and make it unconditional.
|
Thu, 18 Mar 2010 20:44:01 +0000 |
reimar |
Split codec path related code into a separate file to fix Windows build.
|
Wed, 17 Mar 2010 23:42:11 +0000 |
sesse |
Fix thread safety issue in mreq_private: last_alloc was accessed from multiple
|
Wed, 17 Mar 2010 23:38:26 +0000 |
sesse |
Announce Windows XP SP2 instead of Windows 95 OSR2.
|
Wed, 17 Mar 2010 23:33:26 +0000 |
sesse |
Announce SMP support for Win32.
|
Tue, 16 Mar 2010 22:08:56 +0000 |
sesse |
Fix return value of InitializeCriticalSectionAndSpinCount.
|
Mon, 15 Mar 2010 16:09:35 +0000 |
sesse |
Fix indentation in GetVersionExW.
|
Mon, 15 Mar 2010 12:54:54 +0000 |
sesse |
Implement GetVersionExW with the same data as GetVersionExA but taking in a
|
Sun, 14 Mar 2010 16:13:32 +0000 |
diego |
Replace separate Win32, XAnim and Real codec directories by one global dir.
|
Mon, 08 Mar 2010 13:00:59 +0000 |
sesse |
Implement ResumeThread and SignalObjectAndWait.
|
Sat, 06 Mar 2010 10:13:37 +0000 |
sesse |
Implement Win32 mutexes.
|
Sat, 06 Mar 2010 10:07:39 +0000 |
sesse |
Fix semaphore behavior in WaitForSingleObject.
|
Sat, 06 Mar 2010 10:05:10 +0000 |
sesse |
Make Win32 mutex and thread linked lists thread safe.
|
Fri, 05 Mar 2010 23:09:36 +0000 |
sesse |
Make GetModuleHandle(NULL) return a valid pointer.
|
Fri, 05 Mar 2010 11:14:07 +0000 |
sesse |
Partial revert of r30843.
|
Fri, 05 Mar 2010 11:11:47 +0000 |
sesse |
Support thread handles in WaitForSingleObject.
|
Thu, 04 Mar 2010 15:57:08 +0000 |
sesse |
Make emulated Win32 critical sections thread safe.
|
Thu, 04 Mar 2010 15:31:54 +0000 |
sesse |
Fix crashes in CreatePalette by fixing the LOGPALETTE struct.
|
Thu, 04 Mar 2010 15:28:02 +0000 |
sesse |
Fix manual reset behavior of Win32 events.
|
Thu, 04 Mar 2010 15:23:52 +0000 |
sesse |
Fix return values of WaitForSingleObject when checking an event.
|
Fri, 26 Feb 2010 15:01:37 +0000 |
diego |
Do not cast the results of malloc/calloc/realloc.
|
Mon, 22 Feb 2010 13:55:00 +0000 |
diego |
Add declaration for exp_EH_prolog_dummy().
|
Sun, 21 Feb 2010 22:14:11 +0000 |
diego |
Only #define WIN32_LOADER if it has not been #defined already, fixes warning:
|
Fri, 19 Feb 2010 10:22:29 +0000 |
diego |
Remove pointless '#if 1' preprocessor directives.
|
Thu, 18 Feb 2010 20:24:52 +0000 |
reimar |
Add a InitializeCriticalSectionAndSpinCount function.
|
Thu, 18 Feb 2010 20:23:05 +0000 |
reimar |
Add a GetModuleHandleW implementation.
|
Thu, 18 Feb 2010 20:20:23 +0000 |
reimar |
Use snprintf to ensure we do not write outside the buffer bounds
|
Fri, 12 Feb 2010 14:25:25 +0000 |
diego |
Explain WIN32_LOADER definition hack.
|
Fri, 12 Feb 2010 14:10:21 +0000 |
diego |
Get rid of pointless CONFIG_QTX_CODECS --> QTX preprocessor indirection.
|
Fri, 12 Feb 2010 13:45:19 +0000 |
diego |
Fix linking of loader test programs when loader is disabled.
|
Tue, 09 Feb 2010 19:43:02 +0000 |
reimar |
Add stubs for several functions, needed for CineForm codec.
|
Sat, 16 Jan 2010 15:04:17 +0000 |
reimar |
Document some of the ext_stub magic.
|
Sat, 16 Jan 2010 15:02:49 +0000 |
reimar |
100l, forgot to change the "magic" value in the stub also in the place replacing it.
|
Sun, 10 Jan 2010 19:59:36 +0000 |
reimar |
Place a volatile at a more appropriate place.
|
Sun, 10 Jan 2010 19:58:01 +0000 |
reimar |
Change dummy value to fit into int.
|
Sun, 10 Jan 2010 19:52:59 +0000 |
reimar |
Remove return statement from function that has no return value.
|
Sun, 10 Jan 2010 15:37:14 +0000 |
reimar |
Avoid excessive fflush in dbgprintf if we didn't even print anything.
|
Sat, 10 Oct 2009 09:27:22 +0000 |
reimar |
Implement dummy EncodePointer/DecodePointer functions needed for e.g. lagarith.dll
|
Wed, 16 Sep 2009 12:14:17 +0000 |
compn |
add YAXPAX and YAPAXI exports to msvcr80
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Mon, 04 May 2009 17:35:26 +0000 |
diego |
Add missing 'void' to parameterless function declarations.
|
Thu, 02 Apr 2009 09:20:48 +0000 |
diego |
Remove unnecessary malloc.h #includes and related #ifdeffery.
|
Wed, 25 Mar 2009 23:59:48 +0000 |
compn |
enable vp6 codec to read/write .fpf (passlogfile)
|