aboutsummaryrefslogtreecommitdiffhomepage
path: root/loader/win32.c
Commit message (Expand)AuthorAge
* Don't try to delete the global memory mutex in the Win32 loader code,Gravatar sesse2010-03-25
* Get rid of pointless def_path variable; use codec_path directly instead.Gravatar diego2010-03-23
* Rename get_path.[ch] --> path.[ch].Gravatar diego2010-03-20
* Move SetCodecPath() from loader to get_path.c and make it unconditional.Gravatar diego2010-03-20
* Split codec path related code into a separate file to fix Windows build.Gravatar reimar2010-03-18
* Fix thread safety issue in mreq_private: last_alloc was accessed from multipleGravatar sesse2010-03-17
* Announce Windows XP SP2 instead of Windows 95 OSR2.Gravatar sesse2010-03-17
* Announce SMP support for Win32.Gravatar sesse2010-03-17
* Fix return value of InitializeCriticalSectionAndSpinCount.Gravatar sesse2010-03-16
* Fix indentation in GetVersionExW.Gravatar sesse2010-03-15
* Implement GetVersionExW with the same data as GetVersionExA but taking in aGravatar sesse2010-03-15
* Replace separate Win32, XAnim and Real codec directories by one global dir.Gravatar diego2010-03-14
* Implement ResumeThread and SignalObjectAndWait.Gravatar sesse2010-03-08
* Implement Win32 mutexes.Gravatar sesse2010-03-06
* Fix semaphore behavior in WaitForSingleObject.Gravatar sesse2010-03-06
* Make Win32 mutex and thread linked lists thread safe.Gravatar sesse2010-03-06
* Make GetModuleHandle(NULL) return a valid pointer.Gravatar sesse2010-03-05
* Partial revert of r30843.Gravatar sesse2010-03-05
* Support thread handles in WaitForSingleObject.Gravatar sesse2010-03-05
* Make emulated Win32 critical sections thread safe.Gravatar sesse2010-03-04
* Fix crashes in CreatePalette by fixing the LOGPALETTE struct.Gravatar sesse2010-03-04
* Fix manual reset behavior of Win32 events.Gravatar sesse2010-03-04
* Fix return values of WaitForSingleObject when checking an event.Gravatar sesse2010-03-04
* Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
* Add declaration for exp_EH_prolog_dummy().Gravatar diego2010-02-22
* Only #define WIN32_LOADER if it has not been #defined already, fixes warning:Gravatar diego2010-02-21
* Remove pointless '#if 1' preprocessor directives.Gravatar diego2010-02-19
* Add a InitializeCriticalSectionAndSpinCount function.Gravatar reimar2010-02-18
* Add a GetModuleHandleW implementation.Gravatar reimar2010-02-18
* Use snprintf to ensure we do not write outside the buffer boundsGravatar reimar2010-02-18
* Explain WIN32_LOADER definition hack.Gravatar diego2010-02-12
* Get rid of pointless CONFIG_QTX_CODECS --> QTX preprocessor indirection.Gravatar diego2010-02-12
* Fix linking of loader test programs when loader is disabled.Gravatar diego2010-02-12
* Add stubs for several functions, needed for CineForm codec.Gravatar reimar2010-02-09
* Document some of the ext_stub magic.Gravatar reimar2010-01-16
* 100l, forgot to change the "magic" value in the stub also in the place replac...Gravatar reimar2010-01-16
* Place a volatile at a more appropriate place.Gravatar reimar2010-01-10
* Change dummy value to fit into int.Gravatar reimar2010-01-10
* Remove return statement from function that has no return value.Gravatar reimar2010-01-10
* Avoid excessive fflush in dbgprintf if we didn't even print anything.Gravatar reimar2010-01-10
* Implement dummy EncodePointer/DecodePointer functions needed for e.g. lagarit...Gravatar reimar2009-10-10
* add YAXPAX and YAPAXI exports to msvcr80Gravatar compn2009-09-16
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Add missing 'void' to parameterless function declarations.Gravatar diego2009-05-04
* Remove unnecessary malloc.h #includes and related #ifdeffery.Gravatar diego2009-04-02
* enable vp6 codec to read/write .fpf (passlogfile)Gravatar compn2009-03-25
* Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
* remove sys/timeb.h includeGravatar compn2009-01-29
* Reduce QuickTime binary decoder verbosity.Gravatar diego2009-01-17
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03