Commit Graph

54 Commits (8aa64e358054c069a649e5df83a07d2b8dfea6e6)

Author SHA1 Message Date
Alexandre Julliard 5e7416e5c8 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
Frédéric Delanoy 2e9aa0c599 mciqtz32: Use BOOL type where appropriate. 2013-10-24 10:50:01 +02:00
Marcus Meissner c6761b8b9d mciqtz32: Do not print uninitialized variables (Coverity). 2013-09-06 11:46:52 +02:00
Nikolay Sivov 7f4d634e80 mciqtz: Call interface methods properly. 2012-08-20 10:59:01 +02:00
Andrew Eikum 8e88a5a6fa mciqtz32: Stop the graph when the file is no longer playing. 2012-03-29 18:40:41 +02:00
Andrew Eikum ad175df21a mciqtz: Actually assign result to the output structure. 2012-03-09 11:33:09 +01:00
Marcus Meissner 4ef1e17f03 mciqtz: Mark one variable as static. 2011-05-20 10:32:48 +02:00
Alexandre Julliard 5f49129e03 resources: Define a generic mechanism for adding extra values to the common version block. 2010-12-03 14:53:59 +01:00
Jörg Höhle bad21ebe76 winmm: Use MCI_HWND and MCI_HDC in resource files. 2010-11-12 15:43:08 +01:00
Alexandre Julliard 9387810dab winmm: Make MCI_STATUS return type a 64-bit integer on 64-bit platforms.
Based on a patch by Octavian Voicu.
2010-09-29 20:17:01 +02:00
Aric Stewart dc4d607062 mciqtz32: Do not allow MCIQTZ_mciUpdate to interrupt a playing video. 2010-09-28 17:33:20 +02:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Octavian Voicu 7f5e835c14 winmm: Replace command ids with symbolic constants in mci command resources. 2010-09-02 11:53:09 +02:00
Octavian Voicu 3324614ed3 winmm: Replace return types with symbolic constants in mci command resources. 2010-09-02 11:51:48 +02:00
Maarten Lankhorst 1583057fc8 mciqtz32: Fix window visibility. 2010-08-16 13:48:01 +02:00
Maarten Lankhorst 6d8d3d74fa mciqtz32: Fix mciPlay. 2010-07-30 14:59:41 +02:00
Maarten Lankhorst 910b95d328 mciqtz32: Fix mciOpen. 2010-07-30 14:59:41 +02:00
Maarten Lankhorst baa7dcb90e mciqtz32: Simplify mciWhere. 2010-07-30 14:59:40 +02:00
Maarten Lankhorst c2a0c774e2 mciqtz32: Add support for MCI_STATUS_MODE. 2010-07-30 14:44:09 +02:00
Maarten Lankhorst 1e5ce5309e mciqtz32: Add support for mciWindow. 2010-07-30 12:06:43 +02:00
Maarten Lankhorst 7737c0ad66 mciqtz32: Remove individual queryinterfaces. 2010-07-30 12:06:04 +02:00
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Jörg Höhle 594a70f550 winmm: Have MCI drivers handle notification for MCI_OPEN.
All notifications are handled locally by the drivers.
2010-05-20 16:25:44 +02:00
Maarten Lankhorst aa65a56afe mciqtz32: Add support for MCI_PAUSE. 2010-05-20 12:45:53 +02:00
Maarten Lankhorst ecbc152977 mciqtz32: Add support for MCI_STATUS_TIME_FORMAT. 2010-05-20 12:45:51 +02:00
Maarten Lankhorst 573abf8398 mciqtz32: Handle window visibility better.
Video Window only needs to be created on play, so defer until then.
2010-05-20 12:45:44 +02:00
Maarten Lankhorst 6956ce6153 mciqtz32: Add support for mciUpdate. 2010-05-19 13:16:34 +02:00
Maarten Lankhorst e51d5af9d6 mciqtz32: Add support for MCI_DGV_WHERE_SOURCE. 2010-05-19 13:16:34 +02:00
Maarten Lankhorst 4eddb852b1 mciqtz32: Handle mciOpen better. 2010-05-19 13:16:34 +02:00
Maarten Lankhorst e331a84fc0 mciqtz32: Implement MCI_STATUS_LENGTH. 2010-05-18 18:42:10 +02:00
Maarten Lankhorst f65d4c5a47 mciqtz32: Add command table from mciavi32. 2010-05-18 18:42:10 +02:00
Christian Costa 0d1cba8e4f mciqtz32: Only call CoUninitialize when CoInitializeEx succeeds. 2010-04-12 12:38:36 +02:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Jörg Höhle 403a820ed1 mciqtz32: Complete MCI GetDevCaps/capability. 2010-02-12 15:52:26 +01:00
Christian Costa 4e3b5b872e mciqtz: Improve MCIQTZ_mciSet traces. 2009-12-30 16:19:37 +01:00
Christian Costa d0a3ef4f40 mciqtz: Add stub for MCI_SETAUDIO. 2009-12-30 16:15:10 +01:00
Jörg Höhle c4faae9412 mciqtz32: Fix open/close omissions. 2009-11-30 16:37:38 +01:00
Christian Costa 51ad286d37 mciqtz32: Add support for MCI_SET. 2009-04-29 13:06:32 +02:00
Christian Costa 240ddb27c4 mciqtz32: Add support for MCI_WHERE. 2009-04-27 13:25:01 +02:00
Christian Costa 42e9acdffb mciqtz32: Add support for MCI_GETDEVCAPS. 2009-04-27 13:24:56 +02:00
Christian Costa fd80a7b7c4 mciqtz32: Stop the device only after param and device checks are done. 2009-04-23 12:56:54 +02:00
Christian Costa 7b1b498a31 mciqtz32: Make sure the device is valid before starting the play. 2009-04-23 12:56:48 +02:00
Christian Costa aa9550e689 mciqtz32: Move MCIQTZ_mciGetOpenDev at the top and always use it. 2009-04-23 12:56:43 +02:00
Christian Costa ca0503d3e1 mciqtz32: Remove all remaining tabs. 2009-04-22 12:56:10 +02:00
Christian Costa 93009ebbed mciqtz32: Show messages in hex as they are defines in headers. 2009-04-20 16:44:10 +02:00
Christian Costa 586d9cf569 mciqtz32: Hook MCI_STOP. 2009-04-20 16:44:04 +02:00
Christian Costa d2a6b23dc2 mciqtz32: Fix some traces. 2009-04-20 16:43:59 +02:00
Christian Costa 1506e22663 mciqtz32: Use opened state to avoid device to be closed several times. 2009-04-20 16:43:51 +02:00
Christian Costa 5ab983e979 mciqtz32: Implement MCI_STATUS. 2009-04-09 17:38:32 +02:00
Marcus Meissner 088790e8e4 mciqtz32: Fixed boolean condition for null string check (Coverity 913). 2009-04-06 11:15:56 +02:00