aboutsummaryrefslogtreecommitdiffhomepage
path: root/loader
Commit message (Expand)AuthorAge
* 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
* Add support for Apple's ProRes and AIC codecs, now that all prerequisitesGravatar sesse2010-03-15
* Implement GetVersionExW with the same data as GetVersionExA but taking in aGravatar sesse2010-03-15
* Use the high-level QuickTime decoding APIs (DecompressSequenceFrameS andGravatar sesse2010-03-15
* Replace separate Win32, XAnim and Real codec directories by one global dir.Gravatar diego2010-03-14
* Fix a syntax error in graph.h.Gravatar sesse2010-03-09
* Add copyright headers.Gravatar sesse2010-03-09
* Style changes as requested by Diego.Gravatar sesse2010-03-09
* Commit files by Steinar Gunderson, forgotten in r30866.Gravatar cehoyos2010-03-09
* Implement DirectShow filter graph.Gravatar sesse2010-03-08
* Correct QuickTime dpi output.Gravatar sesse2010-03-08
* Implement ResumeThread and SignalObjectAndWait.Gravatar sesse2010-03-08
* Fix QuickTime emulated OSErr type.Gravatar sesse2010-03-06
* 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
* Remove pointless '#if 1' preprocessor directive.Gravatar diego2010-02-22
* Add declaration for exp_EH_prolog_dummy().Gravatar diego2010-02-22
* Add public function VideoForWindowsVersion() to the appropriate header file.Gravatar diego2010-02-21
* Only #define WIN32_LOADER if it has not been #defined already, fixes warning:Gravatar diego2010-02-21
* cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
* 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
* Add header #include for print_wave_header() instead of a forward declaration.Gravatar diego2010-02-18
* Directly mark structs as WINE_PACKED where all members are marked as packed.Gravatar diego2010-02-14
* 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 win32 loader support for OS/2Gravatar komh2010-02-12
* Remove pointless egcs #ifdefs; that compiler was never supported.Gravatar diego2010-02-11
* Remove extern "C" declarations from loader code.Gravatar diego2010-02-11
* Add stubs for several functions, needed for CineForm codec.Gravatar reimar2010-02-09
* Remove disabled AVIFILE-specific preprocessor code.Gravatar diego2010-02-08
* Merge some preprocessor conditionals where appropriate.Gravatar diego2010-02-08
* Release pin enumerator after we are done using it.Gravatar reimar2010-02-05
* Prefix EXTERN_ASM to global variables to match them to an extern prefix of C.Gravatar komh2010-02-05