wine
14 years agocmd: Add a space at the end of the first echo'ed batch line.
Alexandre Goujon [Fri, 5 Nov 2010 21:15:45 +0000 (22:15 +0100)] 
cmd: Add a space at the end of the first echo'ed batch line.

14 years agowinex11.drv: Set last error to ERROR_BUSY when attempting to delete a cross-thread...
Andrew Nguyen [Sun, 7 Nov 2010 06:15:01 +0000 (01:15 -0500)] 
winex11.drv: Set last error to ERROR_BUSY when attempting to delete a cross-thread context in wglDeleteContext.

14 years agowinex11.drv: Ensure that the WGL context is removed from the context list in wglDelet...
Andrew Nguyen [Sun, 7 Nov 2010 06:14:44 +0000 (01:14 -0500)] 
winex11.drv: Ensure that the WGL context is removed from the context list in wglDeleteContext.

14 years agomsvcrt: Correctly manage va_list:s in vf(w)printf ny using auto-grow buffer in prinf...
Eric Pouech [Sun, 7 Nov 2010 18:11:43 +0000 (19:11 +0100)] 
msvcrt: Correctly manage va_list:s in vf(w)printf ny using auto-grow buffer in prinf engine.

14 years agomsvcrt: Implemented _vc(w)printf.
Eric Pouech [Sun, 7 Nov 2010 18:11:38 +0000 (19:11 +0100)] 
msvcrt: Implemented _vc(w)printf.

14 years agomsvcrt: For internal msvcrt use, added ability to grow automatically the size of...
Eric Pouech [Sun, 7 Nov 2010 18:11:32 +0000 (19:11 +0100)] 
msvcrt: For internal msvcrt use, added ability to grow automatically the size of the buffer in printf core engine.

14 years agomsvcrt: Add some missing CDECLs.
Alexandre Julliard [Mon, 8 Nov 2010 15:43:31 +0000 (16:43 +0100)] 
msvcrt: Add some missing CDECLs.

14 years agomsvcrt: Implemented the _(w)getenv_s functions.
Eric Pouech [Sun, 7 Nov 2010 18:11:26 +0000 (19:11 +0100)] 
msvcrt: Implemented the _(w)getenv_s functions.

14 years agontdll: Check and fix PE header protections.
Marcus Meissner [Mon, 8 Nov 2010 02:34:27 +0000 (03:34 +0100)] 
ntdll: Check and fix PE header protections.

14 years agoserialui: Don't cast zero.
Michael Stefaniuc [Mon, 8 Nov 2010 10:37:55 +0000 (11:37 +0100)] 
serialui: Don't cast zero.

14 years agocomctl32: Test for window messages of a property sheet with custom dialog proc.
Bernhard Übelacker [Sat, 6 Nov 2010 08:54:12 +0000 (09:54 +0100)] 
comctl32: Test for window messages of a property sheet with custom dialog proc.

14 years agowinex11: Create Win32 windows corresponding to all the ancestors of embedded windows.
Alexandre Julliard [Mon, 8 Nov 2010 14:28:09 +0000 (15:28 +0100)] 
winex11: Create Win32 windows corresponding to all the ancestors of embedded windows.

This is needed to keep track of the embedded window position by
handling ConfigureNotify received by ancestors.

14 years agowinex11: Add support for having a drawable associated to non-toplevel windows.
Alexandre Julliard [Mon, 8 Nov 2010 14:46:07 +0000 (15:46 +0100)] 
winex11: Add support for having a drawable associated to non-toplevel windows.

14 years agowinex11: Handle GravityNotify events for non-toplevel windows.
Alexandre Julliard [Mon, 8 Nov 2010 14:22:09 +0000 (15:22 +0100)] 
winex11: Handle GravityNotify events for non-toplevel windows.

14 years agowinex11: Add support for receiving ConfigureNotify events on non-toplevel windows.
Alexandre Julliard [Mon, 8 Nov 2010 14:20:51 +0000 (15:20 +0100)] 
winex11: Add support for receiving ConfigureNotify events on non-toplevel windows.

14 years agomshtml: Use macro for tid declaration.
Jacek Caban [Mon, 8 Nov 2010 11:49:07 +0000 (12:49 +0100)] 
mshtml: Use macro for tid declaration.

14 years agomshtml: Added IDispatchEx support to HTMLStyleSheetsCollection object.
Jacek Caban [Mon, 8 Nov 2010 11:48:44 +0000 (12:48 +0100)] 
mshtml: Added IDispatchEx support to HTMLStyleSheetsCollection object.

14 years agomshtml: Added IOmNavigator::get_plugins implementation.
Jacek Caban [Mon, 8 Nov 2010 11:48:55 +0000 (12:48 +0100)] 
mshtml: Added IOmNavigator::get_plugins implementation.

14 years agomshtml: Don't free string that will be cleared by SafeArrayDestroy.
Jacek Caban [Mon, 8 Nov 2010 11:48:26 +0000 (12:48 +0100)] 
mshtml: Don't free string that will be cleared by SafeArrayDestroy.

14 years agowined3d: Test for "AMD" in the renderer string as well to detect AMD cards.
Henri Verbeet [Mon, 8 Nov 2010 10:50:35 +0000 (11:50 +0100)] 
wined3d: Test for "AMD" in the renderer string as well to detect AMD cards.

Specifically, the Gallium r600 driver reports "X.Org" for vendor and a string
of the form "Gallium 0.4 on AMD RV730" for the renderer.

14 years agowined3d: Don't use floating point textures without ARB_texture_float.
Henri Verbeet [Mon, 8 Nov 2010 10:50:34 +0000 (11:50 +0100)] 
wined3d: Don't use floating point textures without ARB_texture_float.

The floating point formats from ARB_texture_rg are only defined when
ARB_texture_float is also supported. It would have been nice if the formats
table itself was able to express this, but as far as I'm aware this is only an
issue for ARB_texture_rg, so it's probably not worth changing.

14 years agoddraw: Setup the device window in SetCooperativeLevel().
Henri Verbeet [Mon, 8 Nov 2010 10:50:33 +0000 (11:50 +0100)] 
ddraw: Setup the device window in SetCooperativeLevel().

14 years agowined3d: Do not activate the window when restoring the styles.
Henri Verbeet [Mon, 8 Nov 2010 10:50:32 +0000 (11:50 +0100)] 
wined3d: Do not activate the window when restoring the styles.

This is consistent with device_setup_fullscreen_window(), and ddraw actually
has a test for this in ddrawmodes.c. (Although it doesn't actually use
device_setup_fullscreen_window() until the next patch.)

14 years agowined3d: Move the fullscreen window setup / restore code to the device.
Henri Verbeet [Mon, 8 Nov 2010 10:50:31 +0000 (11:50 +0100)] 
wined3d: Move the fullscreen window setup / restore code to the device.

14 years agostrmbase: Add support for IQualityControl to transform filter.
Maarten Lankhorst [Fri, 5 Nov 2010 22:19:14 +0000 (23:19 +0100)] 
strmbase: Add support for IQualityControl to transform filter.

14 years agoquartz: Add IQualityControl to video renderer.
Maarten Lankhorst [Fri, 5 Nov 2010 22:19:13 +0000 (23:19 +0100)] 
quartz: Add IQualityControl to video renderer.

14 years agoquartz: Forward IQualityControl on pullpin to base filter.
Maarten Lankhorst [Fri, 5 Nov 2010 22:19:12 +0000 (23:19 +0100)] 
quartz: Forward IQualityControl on pullpin to base filter.

14 years agostrmbase: Forward IQualityControl on output pin to base filter.
Maarten Lankhorst [Fri, 5 Nov 2010 22:19:11 +0000 (23:19 +0100)] 
strmbase: Forward IQualityControl on output pin to base filter.

14 years agostrmbase: Add support for IQualityControl.
Maarten Lankhorst [Fri, 5 Nov 2010 22:19:10 +0000 (23:19 +0100)] 
strmbase: Add support for IQualityControl.

14 years agoquartz: Actually use the start time in SendRun.
Maarten Lankhorst [Fri, 5 Nov 2010 22:19:09 +0000 (23:19 +0100)] 
quartz: Actually use the start time in SendRun.

14 years agoquartz: Remove position from filtergraph.
Maarten Lankhorst [Fri, 5 Nov 2010 22:19:08 +0000 (23:19 +0100)] 
quartz: Remove position from filtergraph.

14 years agowtsapi32: Add a stub for WTSLogoffSession.
Detlef Riekenberg [Sun, 7 Nov 2010 19:13:59 +0000 (20:13 +0100)] 
wtsapi32: Add a stub for WTSLogoffSession.

14 years agoserver: Removed the no longer used bare parameter out of get_console_mode request.
Eric Pouech [Sun, 7 Nov 2010 18:15:01 +0000 (19:15 +0100)] 
server: Removed the no longer used bare parameter out of get_console_mode request.

14 years agokernel32: Use fd availability for testing whether a console handle refers to a bare...
Eric Pouech [Sun, 7 Nov 2010 18:14:46 +0000 (19:14 +0100)] 
kernel32: Use fd availability for testing whether a console handle refers to a bare console.

14 years agoquartz: Use media time instead of stream time in null renderer.
Maarten Lankhorst [Sun, 7 Nov 2010 14:02:53 +0000 (15:02 +0100)] 
quartz: Use media time instead of stream time in null renderer.

14 years agoquartz: Use media time instead of stream time in directsound renderer.
Maarten Lankhorst [Sun, 7 Nov 2010 14:02:52 +0000 (15:02 +0100)] 
quartz: Use media time instead of stream time in directsound renderer.

14 years agowinegstreamer: Fix concept of time in demuxer.
Maarten Lankhorst [Sun, 7 Nov 2010 14:02:51 +0000 (15:02 +0100)] 
winegstreamer: Fix concept of time in demuxer.

14 years agowinegstreamer: Forward media time on transform filter.
Maarten Lankhorst [Sun, 7 Nov 2010 14:02:50 +0000 (15:02 +0100)] 
winegstreamer: Forward media time on transform filter.

14 years agoquartz: Fix time on MPEG splitter.
Maarten Lankhorst [Sun, 7 Nov 2010 14:02:49 +0000 (15:02 +0100)] 
quartz: Fix time on MPEG splitter.

14 years agoquartz: Fix time on avi parser.
Maarten Lankhorst [Sun, 7 Nov 2010 14:02:48 +0000 (15:02 +0100)] 
quartz: Fix time on avi parser.

14 years agoquartz: Forward media time in ACM Wrapper.
Maarten Lankhorst [Sun, 7 Nov 2010 14:02:47 +0000 (15:02 +0100)] 
quartz: Forward media time in ACM Wrapper.

14 years agoquartz: Forward media time in AVI Decoder.
Maarten Lankhorst [Sun, 7 Nov 2010 14:02:46 +0000 (15:02 +0100)] 
quartz: Forward media time in AVI Decoder.

14 years agoquartz: Fix return value of GetMediaTime.
Maarten Lankhorst [Sun, 7 Nov 2010 14:02:45 +0000 (15:02 +0100)] 
quartz: Fix return value of GetMediaTime.

14 years agoshlwapi: Improved UrlCombineW implementation.
Piotr Caban [Sun, 7 Nov 2010 17:47:08 +0000 (18:47 +0100)] 
shlwapi: Improved UrlCombineW implementation.

14 years agomshtml: Impoved implementation of nsURI_GetAsciiHost.
Piotr Caban [Sun, 7 Nov 2010 17:46:54 +0000 (18:46 +0100)] 
mshtml: Impoved implementation of nsURI_GetAsciiHost.

14 years agocomctl32/tests: Fixed toolbar tests for varing width of button strings.
Austin Lund [Mon, 8 Nov 2010 05:22:22 +0000 (15:22 +1000)] 
comctl32/tests: Fixed toolbar tests for varing width of button strings.

14 years agocomctl32/tests: Fix toolbar size tests that depend on system font height.
Austin Lund [Mon, 8 Nov 2010 05:22:21 +0000 (15:22 +1000)] 
comctl32/tests: Fix toolbar size tests that depend on system font height.

14 years agocomctl32/tests: Change toolbar size test data to load dynamically.
Austin Lund [Mon, 8 Nov 2010 05:22:20 +0000 (15:22 +1000)] 
comctl32/tests: Change toolbar size test data to load dynamically.

14 years agoREADME: Added Ukrainian version.
Igor Paliychuk [Sun, 7 Nov 2010 22:06:36 +0000 (00:06 +0200)] 
README: Added Ukrainian version.

14 years agoshell32: Don't allow binding to files in any ShellFolder implementation.
David Hedberg [Sun, 7 Nov 2010 23:22:12 +0000 (00:22 +0100)] 
shell32: Don't allow binding to files in any ShellFolder implementation.

14 years agoshell32: Remove reliance on the ability to bind to files in UnixFolder GetDisplayNameOf.
David Hedberg [Sun, 7 Nov 2010 23:22:11 +0000 (00:22 +0100)] 
shell32: Remove reliance on the ability to bind to files in UnixFolder GetDisplayNameOf.

14 years agoshell32: Remove reliance on the ability to bind to files in UnixFolder CompareIDs.
David Hedberg [Sun, 7 Nov 2010 23:22:10 +0000 (00:22 +0100)] 
shell32: Remove reliance on the ability to bind to files in UnixFolder CompareIDs.

14 years agoshell32: Fix trace formatting in SHGetNameFromIDList.
David Hedberg [Sun, 7 Nov 2010 23:06:15 +0000 (00:06 +0100)] 
shell32: Fix trace formatting in SHGetNameFromIDList.

14 years agoshell32: Don't crash on NULL cmdgroup in DefView OleCommandTarget.
David Hedberg [Sun, 7 Nov 2010 23:06:14 +0000 (00:06 +0100)] 
shell32: Don't crash on NULL cmdgroup in DefView OleCommandTarget.

14 years agowinex11: Correctly handle non-RGB COLORREFs in BRUSH_SelectSolidBrush.
Vladimir Panteleev [Sun, 7 Nov 2010 02:38:02 +0000 (04:38 +0200)] 
winex11: Correctly handle non-RGB COLORREFs in BRUSH_SelectSolidBrush.

14 years agowinex11: Add X11DRV_PALETTE_GetColor function to resolve any COLORREF to an RGB.
Vladimir Panteleev [Sun, 7 Nov 2010 03:15:13 +0000 (05:15 +0200)] 
winex11: Add X11DRV_PALETTE_GetColor function to resolve any COLORREF to an RGB.

14 years agontdll: Add stubs for Rtl[G/S]etCurrentTransaction.
Detlef Riekenberg [Sun, 7 Nov 2010 21:20:02 +0000 (22:20 +0100)] 
ntdll: Add stubs for Rtl[G/S]etCurrentTransaction.

14 years agomsxml3: Don't use xmlnode's IXMLDOMNode iface in get_nodeTypeString implementations.
Jacek Caban [Sun, 7 Nov 2010 19:28:36 +0000 (20:28 +0100)] 
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_nodeTypeString implementations.

14 years agojscript: Added Date.setYear stub implementation.
Jacek Caban [Sat, 6 Nov 2010 20:29:19 +0000 (21:29 +0100)] 
jscript: Added Date.setYear stub implementation.

14 years agocomctl32: Update Serbian (Latin and Cyrillic) translations.
Paul Vriens [Sat, 6 Nov 2010 14:15:25 +0000 (15:15 +0100)] 
comctl32: Update Serbian (Latin and Cyrillic) translations.

Translation by Đorđe Vasiljević.

14 years agoappwiz.cpl: Update Serbian (Latin and Cyrillic) translations.
Paul Vriens [Sat, 6 Nov 2010 14:05:10 +0000 (15:05 +0100)] 
appwiz.cpl: Update Serbian (Latin and Cyrillic) translations.

Translation by Đorđe Vasiljević.

14 years agouser32: Update Serbian (Latin and Cyrillic) translations.
Paul Vriens [Sat, 6 Nov 2010 12:05:17 +0000 (13:05 +0100)] 
user32: Update Serbian (Latin and Cyrillic) translations.

Translation by Đorđe Vasiljević.

14 years agoshell32: Update Serbian (Latin and Cyrillic) translations.
Paul Vriens [Sat, 6 Nov 2010 11:51:59 +0000 (12:51 +0100)] 
shell32: Update Serbian (Latin and Cyrillic) translations.

Translation by Đorđe Vasiljević.

14 years agourlmon/tests: Fixed some IUri tests that used hard coded values to use Uri_HOST.
Thomas Mullaly [Thu, 4 Nov 2010 22:00:06 +0000 (18:00 -0400)] 
urlmon/tests: Fixed some IUri tests that used hard coded values to use Uri_HOST.

14 years agoinclude: Add missing interfaces in d3drmobj.h.
Vijay Kiran Kamuju [Fri, 5 Nov 2010 13:43:09 +0000 (09:43 -0400)] 
include: Add missing interfaces in d3drmobj.h.

14 years agowined3d: Use SetWindowPos() to make the focus window active.
Henri Verbeet [Fri, 5 Nov 2010 13:11:38 +0000 (14:11 +0100)] 
wined3d: Use SetWindowPos() to make the focus window active.

14 years agod3d9/tests: Add a test for INTZ.
Henri Verbeet [Fri, 5 Nov 2010 13:11:37 +0000 (14:11 +0100)] 
d3d9/tests: Add a test for INTZ.

14 years agod3d8/tests: Add a test for INTZ.
Henri Verbeet [Fri, 5 Nov 2010 13:11:36 +0000 (14:11 +0100)] 
d3d8/tests: Add a test for INTZ.

14 years agowined3d: Add support for the INTZ format.
Henri Verbeet [Fri, 5 Nov 2010 13:11:35 +0000 (14:11 +0100)] 
wined3d: Add support for the INTZ format.

14 years agowintrust/tests: Run the test again on W98.
Detlef Riekenberg [Fri, 5 Nov 2010 12:54:05 +0000 (13:54 +0100)] 
wintrust/tests: Run the test again on W98.

14 years agoquartz: Fix run/pause/stop in filtergraph.
Maarten Lankhorst [Thu, 4 Nov 2010 16:54:28 +0000 (17:54 +0100)] 
quartz: Fix run/pause/stop in filtergraph.

14 years agoquartz: Simplify all_renderers_seek.
Maarten Lankhorst [Thu, 4 Nov 2010 16:54:27 +0000 (17:54 +0100)] 
quartz: Simplify all_renderers_seek.

Since IAMFilterMiscFlags is supported by all source/renderer filters, use that instead.

14 years agoquartz: Change HeapRealloc call to CoTaskMemRealloc.
Maarten Lankhorst [Thu, 4 Nov 2010 16:54:26 +0000 (17:54 +0100)] 
quartz: Change HeapRealloc call to CoTaskMemRealloc.

14 years agostrmbase: Allow NULL for time format in ConvertTimeFormat.
Maarten Lankhorst [Thu, 4 Nov 2010 16:54:25 +0000 (17:54 +0100)] 
strmbase: Allow NULL for time format in ConvertTimeFormat.

14 years agod3dhal.h: Removed no longer defined D3DDP2OP_* enums.
Jacek Caban [Fri, 5 Nov 2010 12:38:45 +0000 (13:38 +0100)] 
d3dhal.h: Removed no longer defined D3DDP2OP_* enums.

14 years agoRevert "gdi32: Make AddFontToList skip adding a face into global lists if the font...
Dmitry Timoshkov [Fri, 5 Nov 2010 11:48:54 +0000 (19:48 +0800)] 
Revert "gdi32: Make AddFontToList skip adding a face into global lists if the font is not supposed to be enumerated, and return a pointer to first loaded face.".

This reverts commit a2047323c9c41b44c743c345674ec934fb4cd685. That patch is not correct.

14 years agosxs: Add support for installing side-by-side assemblies.
Hans Leidekker [Fri, 5 Nov 2010 10:36:49 +0000 (11:36 +0100)] 
sxs: Add support for installing side-by-side assemblies.

14 years agomsi: Features don't require a directory.
Hans Leidekker [Fri, 5 Nov 2010 10:36:22 +0000 (11:36 +0100)] 
msi: Features don't require a directory.

14 years agowined3d: Fix some checkGLcall() messages.
Michael Stefaniuc [Fri, 5 Nov 2010 10:17:51 +0000 (11:17 +0100)] 
wined3d: Fix some checkGLcall() messages.

14 years agowined3d: Move the checkGLcall() right after the corresponding GL call.
Michael Stefaniuc [Fri, 5 Nov 2010 10:17:42 +0000 (11:17 +0100)] 
wined3d: Move the checkGLcall() right after the corresponding GL call.

14 years agowinex11: Sync the window attributes when switching a window to embedded.
Alexandre Julliard [Fri, 5 Nov 2010 12:42:05 +0000 (13:42 +0100)] 
winex11: Sync the window attributes when switching a window to embedded.

14 years agowinex11: Don't try to unmap systray windows, it confuses some systray docks.
Alexandre Julliard [Fri, 5 Nov 2010 12:41:30 +0000 (13:41 +0100)] 
winex11: Don't try to unmap systray windows, it confuses some systray docks.

14 years agowinex11: Add support for receiving mouse events on non-toplevel windows.
Alexandre Julliard [Fri, 5 Nov 2010 12:41:03 +0000 (13:41 +0100)] 
winex11: Add support for receiving mouse events on non-toplevel windows.

14 years agocomctl32/tests: Added extra debugging information to toolbar size tests.
Austin Lund [Fri, 5 Nov 2010 05:31:52 +0000 (15:31 +1000)] 
comctl32/tests: Added extra debugging information to toolbar size tests.

14 years agomsxml3: Stub IXMLDOMDocumentType support.
Nikolay Sivov [Thu, 4 Nov 2010 22:34:01 +0000 (01:34 +0300)] 
msxml3: Stub IXMLDOMDocumentType support.

14 years agocomctl32: Remove the last, unused parameter fromTOOLTIPS_NewToolRectT.
Gerald Pfeifer [Thu, 4 Nov 2010 23:03:08 +0000 (00:03 +0100)] 
comctl32: Remove the last, unused parameter fromTOOLTIPS_NewToolRectT.

14 years agoxcopy: Assume directory if destination ends with a backslash.
Martin Wilck [Thu, 4 Nov 2010 23:34:26 +0000 (00:34 +0100)] 
xcopy: Assume directory if destination ends with a backslash.

14 years agourlmon: Avoid accessing an uninitialized variable in a TRACE in validate_path.
Gerald Pfeifer [Thu, 4 Nov 2010 19:38:24 +0000 (20:38 +0100)] 
urlmon: Avoid accessing an uninitialized variable in a TRACE in validate_path.

14 years agotools: Add trailing semicolon to MimeType in wine.desktop.
Vijay Kiran Kamuju [Fri, 5 Nov 2010 09:01:16 +0000 (05:01 -0400)] 
tools: Add trailing semicolon to MimeType in wine.desktop.

14 years agoinclude: Fix macro signatures in d3drmobj.h.
Vijay Kiran Kamuju [Fri, 5 Nov 2010 08:53:36 +0000 (04:53 -0400)] 
include: Fix macro signatures in d3drmobj.h.

14 years agoinclude: Add missing definitions for LPDIRECT3DRM2 and LPDIRECT3DRM3.
Vijay Kiran Kamuju [Thu, 4 Nov 2010 20:02:10 +0000 (16:02 -0400)] 
include: Add missing definitions for LPDIRECT3DRM2 and LPDIRECT3DRM3.

14 years agomsxml3: Don't force put_nodeValue return value.
Nikolay Sivov [Thu, 4 Nov 2010 16:16:12 +0000 (19:16 +0300)] 
msxml3: Don't force put_nodeValue return value.

14 years agomsxml3: For tested cases use TRACE instead of FIXME.
Nikolay Sivov [Thu, 4 Nov 2010 16:14:04 +0000 (19:14 +0300)] 
msxml3: For tested cases use TRACE instead of FIXME.

14 years agomsxml3: Encode special characters while setting attribute content.
Nikolay Sivov [Thu, 4 Nov 2010 15:35:58 +0000 (18:35 +0300)] 
msxml3: Encode special characters while setting attribute content.

14 years agoquartz: Add IAMFilterMiscFlags to file source.
Maarten Lankhorst [Thu, 4 Nov 2010 16:06:53 +0000 (17:06 +0100)] 
quartz: Add IAMFilterMiscFlags to file source.

14 years agoquartz: Add IAMFilterMiscFlags to null renderer.
Maarten Lankhorst [Thu, 4 Nov 2010 16:02:26 +0000 (17:02 +0100)] 
quartz: Add IAMFilterMiscFlags to null renderer.

14 years agoquartz: Fix EC_COMPLETE handling on null renderer.
Maarten Lankhorst [Thu, 4 Nov 2010 16:02:25 +0000 (17:02 +0100)] 
quartz: Fix EC_COMPLETE handling on null renderer.

14 years agoquartz: Add IAMFilterMiscFlags to video renderer.
Maarten Lankhorst [Thu, 4 Nov 2010 16:02:24 +0000 (17:02 +0100)] 
quartz: Add IAMFilterMiscFlags to video renderer.

14 years agoquartz: Fix EC_COMPLETE handling on video renderer.
Maarten Lankhorst [Thu, 4 Nov 2010 16:02:23 +0000 (17:02 +0100)] 
quartz: Fix EC_COMPLETE handling on video renderer.

14 years agoquartz: Add IAMFilterMiscFlags to directsound renderer.
Maarten Lankhorst [Thu, 4 Nov 2010 16:02:22 +0000 (17:02 +0100)] 
quartz: Add IAMFilterMiscFlags to directsound renderer.