log loader/win32.c @ 30801:500a36300757

age author description
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)
Tue, 17 Feb 2009 11:16:19 +0000 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
Thu, 29 Jan 2009 03:36:14 +0000 compn remove sys/timeb.h include
Sat, 17 Jan 2009 21:33:30 +0000 diego Reduce QuickTime binary decoder verbosity.
Wed, 03 Dec 2008 23:01:03 +0000 diego Get rid of pointless 'extern' keywords.
Thu, 16 Oct 2008 20:17:56 +0000 diego Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
Thu, 16 Oct 2008 18:59:27 +0000 diego Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
Fri, 22 Aug 2008 20:53:44 +0000 diego Remove duplicate vsscanf fallback implementation, we have another in osdep/.
Sat, 02 Aug 2008 17:09:13 +0000 diego Do not provide a prototype for vsscanf when vsscanf is available.
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Fri, 16 May 2008 09:31:55 +0000 diego cosmetics: Remove pointless parentheses from return statements.
Mon, 21 Apr 2008 20:58:20 +0000 rtogni Fix potential segfault in debug printf in expSetFilePointer
Sun, 20 Apr 2008 21:13:17 +0000 rtogni Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLL
Sun, 20 Apr 2008 16:06:41 +0000 rtogni Add support for msn siren audio coced via binary dll sirenacm.dll
Mon, 03 Mar 2008 09:47:01 +0000 diego #include osdep/mman.h if sys/mman.h is not available.
Sat, 01 Mar 2008 10:31:51 +0000 diego Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.
Sun, 27 Jan 2008 12:15:27 +0000 reimar Remove $Id$ tags, they make diffs between different versions
Wed, 23 Jan 2008 11:16:18 +0000 diego Disable unused function test_heap, fixes the warning:
Wed, 23 Jan 2008 11:15:06 +0000 diego Remove unused function exp_ftol_wrong, fixes the warning:
Sun, 20 Jan 2008 17:16:39 +0000 diego Fix a ton of illegal identifiers. Identifiers starting with __ or _ and a
Sun, 21 Oct 2007 13:45:04 +0000 reimar Replace hardcoded 0 by equivalent O_RDONLY
Wed, 17 Oct 2007 05:14:21 +0000 compn Add Coinitialize function to vfw encoder and win32 loader.
Mon, 10 Sep 2007 15:38:11 +0000 diego warning fixes:
Mon, 10 Sep 2007 15:33:40 +0000 diego warning fix:
Mon, 10 Sep 2007 15:32:11 +0000 diego warning fix:
Mon, 10 Sep 2007 13:03:20 +0000 diego warning fixes:
Sat, 02 Jun 2007 12:24:35 +0000 diego Get rid of superfluous MPLAYER #define, it was always enabled and
Sun, 01 Apr 2007 14:42:13 +0000 diego typo fixes ported from VLC
Thu, 08 Mar 2007 22:29:00 +0000 reimar Support function lookup via ordinal
Thu, 08 Mar 2007 22:25:13 +0000 reimar Allow declaring special undefined functions that will return NULL
Sat, 03 Mar 2007 17:25:18 +0000 reimar The original asm code for the stub returned 0, restore that behaviour.
Thu, 01 Mar 2007 02:26:08 +0000 voroshil Update 3ivx decoder to latest version and allow it to load required library.
Sun, 03 Dec 2006 20:26:00 +0000 reimar mmap memory area for generated code to avoid crashes on machines which