msi: Set the install context based on the ALLUSERS property.
[wine] / dlls / quartz /
2008-04-03  Maarten Lankhorstquartz: Fix memory leak found by valgrind.
2008-04-02  Maarten Lankhorstquartz: Implement seeking on the null renderer.
2008-04-02  Maarten Lankhorstquartz: Fix stop_playback used in pullpin.
2008-04-02  Maarten Lankhorstquartz: Make acmwrapper respond to a sample discontinui...
2008-04-02  Maarten Lankhorstquartz: Add seeking to mpeg splitter.
2008-04-02  Maarten Lankhorstquartz: Prepare mpeg splitter code for seeking by makin...
2008-04-02  Maarten Lankhorstquartz: Fix parser and pins logic to no longer deadlock.
2008-04-02  Maarten Lankhorstquartz: Implement filtergraph mediaseeking setposition.
2008-04-02  Maarten Lankhorstquartz: Don't hold lock when changing state in filtergraph.
2008-04-02  Maarten Lankhorstquartz: Fix locking in MediaSeeking and forward SetPosi...
2008-04-02  Maarten Lankhorstquartz: Implement seeking stubs for transform filters.
2008-04-01  Maarten Lankhorstquartz: Implement graph MediaSeeking GetPositions.
2008-04-01  Maarten Lankhorstquartz: Allow parser filters to implement their own...
2008-04-01  Maarten Lankhorstquartz: Small mpeg splitter fixes.
2008-04-01  Chris Robinsonquartz: Break processing loop when shutting down.
2008-03-31  Maarten Lankhorstquartz: Check against a null dereference and don't...
2008-03-31  Andrew Talbotquartz: Assign to structs instead of using CopyMemory.
2008-03-28  Maarten Lankhorstquartz: Add GetCurrentPosition using the reference...
2008-03-28  Maarten Lankhorstquartz: Change name from Start position to Current...
2008-03-26  Alexandre Julliardquartz: Avoid %ll printf formats.
2008-03-24  Reece Dunnquartz: Fixed building with MSVC headers.
2008-03-24  Maarten Lankhorstquartz: Silence requests for ipin on filters.
2008-03-24  Maarten Lankhorstquartz: Forward requests for MediaSeeking from all...
2008-03-24  Maarten Lankhorstquartz: Play silence in directsound renderer on end...
2008-03-24  Maarten Lankhorstquartz: Make acmwrapper code aware of time, and get...
2008-03-24  Maarten Lankhorstquartz: Add sanity check to mediaseeking setrate.
2008-03-24  Maarten Lankhorstquartz: Parse audio packets in mpeg splitter to obtain...
2008-03-21  Michael Stefaniucquartz: Replace second EnterCriticalSection with LeaveC...
2008-03-20  Maarten Lankhorstquartz: Implement forwarding mediaseeking messages.
2008-03-20  Maarten Lankhorstquartz: Add critical sections to IMediaSeeking.
2008-03-20  Maarten Lankhorstquartz: Add mediaseeking stub to audio renderer.
2008-03-20  Maarten Lankhorstquartz: Fix checking for duration.
2008-03-20  Maarten Lankhorstquartz: Pass the reference time + small delay on on...
2008-03-20  Maarten Lankhorstquartz: Don't pass reference time when running.
2008-03-20  Maarten Lankhorstquartz: Transmit pullpin messages further.
2008-03-20  Maarten Lankhorstquartz: Fix bug in transmitting messages further.
2008-03-19  Maarten Lankhorstquartz: Move IMediaSeeking from the parser pin to the...
2008-03-19  Maarten Lankhorstquartz: Call send flush/endofstream and segment message...
2008-03-19  Maarten Lankhorstquartz: Fix the magic bytes for mp3's with id3 tags.
2008-03-15  Maarten Lankhorstquartz: Implement a few MediaSeeking functions.
2008-03-15  Maarten Lankhorstquartz: Change some more stubs from traces to fixmes.
2008-03-15  Maarten Lankhorstquartz: Add initial support for time formats in IMediaS...
2008-03-15  Maarten Lankhorstquartz: Make MediaSeeking stubs fixmes.
2008-03-15  Maarten Lankhorstquartz: Silence the directsound buffer on starting.
2008-03-15  Maarten Lankhorstquartz: Set a default sync source on the filtergraph.
2008-03-15  Maarten Lankhorstquartz: Fix IFilterGraph RemoveFilter to stop the filte...
2008-03-15  Maarten Lankhorstquartz: Destroy the filtergraph better in releasing.
2008-03-14  Maarten Lankhorstquartz: Add directsound renderer to filter list.
2008-03-14  Maarten Lankhorstquartz: Implement detection on file extension in fileso...
2008-03-14  Maarten Lankhorstquartz: Uncomment a trace.
2008-03-14  Maarten Lankhorstquartz: Fix typo.
2008-03-14  Maarten Lankhorstquartz: Detect and skip id3v2 header in mpeg splitter.
2008-03-14  Maarten Lankhorstquartz: Implement a dummy null renderer for directshow.
2008-03-14  Maarten Lankhorstquartz: Don't add MERIT_DO_NOT_USE filters automaticall...
2008-03-13  Andrew Talbotquartz: Assign to structs instead of using memcpy.
2008-03-10  Chris Robinsonquartz: Don't print errors for handled return values.
2008-03-06  Lei Zhangquartz: Validate input for FilterGraph2_AddFilter.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-02-29  Rob Shearmanquartz: Don't assume that strlenW of a constant string...
2008-02-16  Steven Edwardsquartz: Bump the amount of time in the referenceclock...
2008-02-08  Lei Zhangquartz: Add VideoRendererDefault.
2008-01-17  Andrew Talbotquartz: Remove unneeded casts.
2007-12-31  Michael Stefaniucjanitorial: Remove superfluous backslashes at end of...
2007-12-26  Rob Shearmanquartz: Fix memory leak in FilterGraphInner_Release.
2007-12-21  Lei Zhangquartz: Make filtergraph aggregatable.
2007-12-21  Lei Zhangquartz: Move aggregation tests into separate file.
2007-12-14  Lei Zhangquartz: Do aggregation test for more video renderer...
2007-12-14  Lei Zhangquartz: Make aggregation test generic.
2007-12-14  Lei Zhangquartz: Fix typo in GraphConfig_AddRef.
2007-12-14  Lei Zhangquartz: Give video renderer's Inner_QueryInterface...
2007-12-13  Lei Zhangquartz: Make video renderer aggregatable.
2007-12-13  Lei Zhangquartz: Set *ppvObject to NULL if QueryInterface fails.
2007-12-13  Lei Zhangquartz: Add referenceclock QueryInterface test.
2007-12-13  Lei Zhangquartz: Add videorenderer aggregation test.
2007-12-13  Lei Zhangquartz: Add videorenderer QueryInterface test.
2007-12-11  Lei Zhangquartz: Add IFilterGraph2 interface and stubs.
2007-12-07  Lei Zhangquartz: Validate input for IFilterGraph_FindFilterByName.
2007-12-07  Lei Zhangquartz: Fix return value in IFilterGraph_FindFilterByName.
2007-12-07  Lei Zhangquartz: Add some IGraphBuilder related tests.
2007-12-07  Lei Zhangquartz: Add a test for IFilterGraph2.
2007-12-07  Lei Zhangquartz: Move current tests into their own test case.
2007-12-06  Alexandre JulliardRemoved some unneeded imports.
2007-11-19  Michael Stefaniucdlls: Remove duplicate includes.
2007-11-19  Michael Stefaniucquartz: Fix memory leaks on error paths. Found by Smatch.
2007-10-09  Dan Kegelquartz: Make clock test less flaky.
2007-09-10  Francois Gougetquartz: Better match the PSDK types and fix the winapi_...
2007-08-30  Francois GougetAssorted non-ANSI function declaration fixes (missing...
2007-08-23  Stefan Leichterquartz: Remove 'recursive registry key delete' function.
2007-08-13  Alex Villacís Lassoquartz: Fix IReferenceClock::GetTime() implementation...
2007-08-13  Alex Villacís Lassoquartz: Add test for IReferenceClock.
2007-08-08  Andrew Talbotquartz: Constify some variables.
2007-06-27  Michael Stefaniucquartz: Remove superfluous casts of void pointers to...
2007-06-20  Alex Villacís Lassoquartz: Fix video rendering sizing/positioning bugs.
2007-06-05  Chris Robinsonquartz: Don't return S_FALSE for failed connections.
2007-06-04  Marcus Meissnerquartz: Added some error checking on failure to CreateC...
2007-05-23  Marcus Meissnerquartz: ppinsplitter might be used uninitialized (Cover...
2007-05-17  Andrew Talbotquartz: Exclude unused headers.
2007-05-17  Andrew Talbotquartz: Exclude unused headers.
2007-04-27  Chris Robinsonquartz: Partially implement the MPEG 1 Stream Splitter...
2007-04-16  Chris Robinsonquartz: Create DirectSound device and buffer at filter...
next