wined3d: Alloc / free shader private data and blt stuff in Init3D/Uninit3D.
[wine] / dlls / quartz /
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...
2007-04-11  Chris Robinsonquartz: Implement IAMFilterData interface for IFilterMa...
2007-04-09  Chris Robinsonquartz: Pass the media sample to the individual transfo...
2007-04-09  Chris Robinsonquartz: Fix error with operator precedence.
2007-04-09  Chris Robinsonquartz: Fix ALIGN macros.
2007-04-07  Chris Robinsonquartz: Make sure cached media samples are released...
2007-04-07  Chris Robinsonquartz: Add a cleanup callback for parser filters to...
2007-04-07  Chris Robinsonquartz: Add partial implementation of IReferenceClock...
2007-04-07  Chris Robinsonquartz: Use more precise positioning information for...
2007-04-06  Chris Robinsonquartz: Send a notification when the filter graph clock...
2007-04-06  Chris Robinsonquartz: Avoid releasing NULL objects.
2007-04-04  Chris Robinsonquartz: Tell filters to stop sending data when the...
2007-04-04  Chris Robinsonquartz: Don't call ReleaseSemaphore on NULL semaphore...
2007-04-04  Chris Robinsonquartz: Implement Get/SetSyncSource for the FilterGraph...
2007-04-04  Chris Robinsonquartz: Break loop on error in ACMWrapper.
2007-04-04  Chris Robinsonquartz: Add a QueryConnect method for transform filters.
2007-04-04  Chris Robinsonquartz: Connect input when the pins connect, not when...
2007-04-04  Chris Robinsonquartz: Hold a reference on the PullPin's filter while...
2007-04-03  Chris Robinsonquartz: Use a second-long DSound buffer for playback.
2007-04-02  Chris Robinsonquartz: Use a safe APC to kill the PullPin thread when...
2007-04-02  Chris Robinsonquartz: Set the sample time based on the number of...
next