cryptdlg: Implement CertTrustFinalPolicy.
[wine] / dlls / quartz /
2008-09-22  Maarten Lankhorstquartz: Requeue in pullpin if request for data timed...
2008-09-22  Maarten Lankhorstquartz: Return VFW_E_WRONG_STATE in file source if...
2008-09-22  Maarten Lankhorstquartz: Don't abort starting for unconnected pin in...
2008-09-22  Maarten Lankhorstquartz: Add missing calls to EndFlush.
2008-09-22  Maarten Lankhorstquartz: Implement IMediaPosition::put_CurrentPosition.
2008-09-10  Alexander Dorofeyevquartz/tests: Fix potential NULL dereference (Coverity).
2008-09-09  Paul Vriensquartz/tests: Fix the tests on several platforms.
2008-09-05  Paul Vriensquartz/tests: Add a missing CoUninitialize.
2008-09-02  Gerald Pfeiferquartz: Add return statement to PullPin_Thread_Main().
2008-08-28  Paul Vriensquartz/tests: Use CreateFileA instead of CreateFileW...
2008-08-21  Alexandre JulliardAvoid some size_t printf format warnings.
2008-08-18  Rob Shearmanquartz: Use memcmp instead of strncmp in MPEGSplitter_p...
2008-08-18  Rob Shearmanquartz: Fix testing of HRESULT types with not operator...
2008-08-05  Paul Vriensquartz/tests: Skip some tests on NT4.
2008-07-29  Maarten Lankhorstquartz: Fix support for files with multiple odml indexes.
2008-07-29  Maarten Lankhorstquartz: Fix end of file handling when first request...
2008-07-29  Maarten Lankhorstquartz: Pass InputPin as parameter to transform filter.
2008-07-29  Maarten Lankhorstquartz: Use correct media type in transformfilter's...
2008-07-29  Maarten Lankhorstquartz: Make transform filter return hresult from runni...
2008-07-29  Maarten Lankhorstquartz: Trace the iface pointer in the memory allocator.
2008-07-28  Francois Gougetquartz: assert.h is not a local include.
2008-07-22  Maarten Lankhorstquartz: Fix end of stream handling in avi splitter.
2008-07-21  Maarten Lankhorstquartz: Fix bugs that occur during connection.
2008-07-21  Maarten Lankhorstquartz: Fix handling of zero byte samples and endofstreams.
2008-07-21  Francois GougetAssorted spelling fixes.
2008-07-18  Alexander Dorofeyevquartz: Fix interface leak in FilterGraph2_Render.
2008-07-18  Alexander Dorofeyevquartz: Add missing VariantClear after GetFilterInfo...
2008-07-18  Alexander Dorofeyevquartz: Fix variant handling in GetFilterInfo.
2008-07-18  Alexander Dorofeyevquartz/tests: Fix interface leaks in filtergraph test.
2008-07-18  Alexander Dorofeyevquartz: Fix interface leak in FilterGraph2_RemoveFilter.
2008-07-18  Alexander Dorofeyevquartz/tests: Fix interface leaks in aggregation test.
2008-07-18  Alexander Dorofeyevquartz/tests: Add filtermapper aggregation tests.
2008-07-18  Alexander Dorofeyevquartz/tests: Test querying IFilterMapper2 from FilterG...
2008-07-18  Alexander Dorofeyevquartz: Aggregate filtermapper in filtergraph.
2008-07-18  Alexander Dorofeyevquartz: Make Filtermapper aggregatable.
2008-07-16  Maarten Lankhorstquartz: Fix wrong assignment of variable in parser.
2008-07-16  Maarten Lankhorstquartz: Explicitly handle wave headers in avi splitter.
2008-07-14  Maarten Lankhorstquartz: Fix reference leak in avi splitter on end of...
2008-07-14  Maarten Lankhorstquartz: Only allocate 1 buffer in transform filter.
2008-07-14  Maarten Lankhorstquartz: Fix memory and sample leaks.
2008-07-14  Maarten Lankhorstquartz: Fix incorrect use of mtCurrent in transform...
2008-07-11  Maarten Lankhorstincludes: Add video mixing renderer header.
2008-07-11  Michael Stefaniucquartz: Add missing LeaveCriticalSection on error path...
2008-07-11  Maarten Lankhorstquartz: Make the file source rotate around the 'first...
2008-07-11  Maarten Lankhorstquartz: End the flush downstream first before restartin...
2008-07-10  Maarten Lankhorstquartz: Call run before pausing in transform filter.
2008-07-10  Maarten Lankhorstquartz: Make filtergraph quieter.
2008-07-10  Maarten Lankhorstquartz: Make parser start even if some of the pins...
2008-07-10  Francois GougetAssorted spelling fixes.
2008-07-10  Maarten Lankhorstquartz: Fix deadlocks in dsound renderer.
2008-07-10  Michael Stefaniucquartz: Compare a file handle to INVALID_HANDLE_VALUE...
2008-07-10  Maarten Lankhorstquartz: Fix end of stream handling.
2008-07-10  Maarten Lankhorstquartz: Always set current position again.
2008-07-09  Maarten Lankhorstquartz: Add tests for avi splitter.
2008-07-09  Maarten Lankhorstquartz: Add rewrite of avi splitter.
2008-07-09  Maarten Lankhorstquartz: Fix deadlock with transform filter.
2008-07-09  Alexander Dorofeyevquartz/tests: Add test for filter priority in IFilterGr...
2008-07-09  Alexander Dorofeyevquartz: Do not try renderers first. Use a single enumer...
2008-07-08  Alexandre Julliardtests: Don't depend on the static uuid libraries in...
2008-07-07  Andrew Talbotquartz: Remove unneeded address-of operators from funct...
2008-07-07  Maarten Lankhorstquartz: Fix parser/pullpin to only care about the state...
2008-07-07  Maarten Lankhorstquartz: Only call begin process functions in transform...
2008-07-07  Maarten Lankhorstquartz: Make sure transform filter commits allocator.
2008-07-07  Maarten Lankhorstquartz: Fix tiny bug in IGraphBuilder_Render.
2008-07-04  Maarten Lankhorstquartz: Implement state transitions in video renderer.
2008-07-04  Maarten Lankhorstquartz: Implement state transitions in directsound...
2008-07-04  Maarten Lankhorstquartz: Set filesource initial state to stopped.
2008-07-04  Maarten Lankhorstquartz: Make CLSID_AudioRender an alias for CLSID_DSoun...
2008-07-03  Maarten Lankhorstquartz: Fix return value for video renderer.
2008-07-03  Maarten Lankhorstquartz: Fix return values in directsound renderer.
2008-07-03  Paul Vriensquartz/tests: Make tests run on everything lower then...
2008-07-02  Alexander Dorofeyevquartz: Fix memory leak and behavior on errors in Filte...
2008-07-02  Alexander Dorofeyevquartz: Fix memory leak in FilterMapper_RegisterFilter.
2008-07-02  Alexander Dorofeyevquartz: Fix memleak in FilterMapper2_RegisterFilter.
2008-07-02  Alexander Dorofeyevquartz: Fix memory leaks in FM2_DeleteRegFilter.
2008-07-02  Alexander Dorofeyevquartz: Fix memory leaks in IEnumRegFiltersImpl_Release.
2008-07-02  Alexander Dorofeyevquartz: Fix interface leak in EnumMonikerImpl_Release.
2008-07-01  Alexander Dorofeyevquartz: Improve variant handling in FilterMapper_EnumMa...
2008-07-01  Alexander Dorofeyevquartz/tests: Add test for IFilterMapper_RegisterFilter.
2008-07-01  Alexander Dorofeyevquartz: Fix string buffer overflow.
2008-07-01  Alexander Dorofeyevquartz: Improve removal of registry data in Filtermappe...
2008-07-01  Alexander Dorofeyevquartz: Fix registry key creation.
2008-07-01  Alexander Dorofeyevquartz: Fix calculating wide string size.
2008-07-01  Alexander Dorofeyevquartz/tests: Add test for EnumMatchingFilters.
2008-07-01  Alexander DorofeyevRevert "quartz: Only enumerate renderers if bRender...
2008-06-30  Alexandre JulliardFix a few %ll printf formats.
2008-06-27  Maarten Lankhorstquartz: Fix Render and RenderFile.
2008-06-27  Maarten Lankhorstquartz: Make FilterGraph_Connect and ConnectDirect...
2008-06-27  Maarten Lankhorstquartz: Make removing filters work slightly better.
2008-06-26  Maarten Lankhorstquartz: Downgrade a fixme to a warn in dsoundrender.
2008-06-25  Alexander Dorofeyevquartz: Prevent heap corruption if IPropertyBag_Read...
2008-06-25  Alexander Dorofeyevquartz: Do not ignore current position in IEnumRegFilte...
2008-06-25  Alexander Dorofeyevquartz: Fix accessing variant string.
2008-06-25  Maarten Lankhorstquartz: Make the memory allocator emit more warnings...
2008-06-25  Maarten Lankhorstquartz: Create thread after connection is made.
2008-06-25  Maarten Lankhorstquartz: Remove dead code from DSoundRender.
2008-06-25  Maarten Lankhorstquartz: Handle case where ReceiveConnection is called...
2008-06-24  Maarten Lankhorstquartz: Clear pin value if not connected.
2008-06-24  Maarten Lankhorstquartz: Add support for VideoInfoHeader2 to AVI Decompr...
2008-06-24  Maarten Lankhorstquartz: Only enumerate renderers if bRender is set...
next