shell32: Update for simplified Chinese translation.
[wine] / dlls / quartz /
2010-05-31  AndrĂ© Hentschelequartz: Add ntdll to imports.
2010-05-20  Michael Stefaniucquartz: Avoid using the long type.
2010-05-20  Maarten Lankhorstquartz: Remove invalid check from put_WindowStyleEx...
2010-05-20  Maarten Lankhorstquartz: Respect autoshow in video renderer.
2010-05-20  Maarten Lankhorstquartz: Support negative heights in video renderer.
2010-05-19  Maarten Lankhorstquartz: Add support for windowstate in video renderer.
2010-05-18  Maarten Lankhorstquartz: Forward IMediaFilter to IMediaControl.
2010-05-18  Maarten Lankhorstquartz: Implement IBasicVideo get_AvgTimePerFrame.
2010-05-14  Gerald Pfeiferquartz: Fix return value of DSoundRender_GetState.
2010-05-12  Gerald Pfeiferquartz: Remove unused variable pOutputPin from MPEGSpli...
2010-05-10  Gerald Pfeiferquartz: Remove variable keyframe which is not really...
2010-05-03  Jerome Leclanchequartz: Properly return E_POINTER when ppFilters is...
2010-04-26  Gerald Pfeiferquartz: Remove variable keyframe which is not really...
2010-04-26  Gerald Pfeiferquartz: Fix return value for StdMediaSample2_GetTime...
2010-04-07  Henri Verbeetquartz: Don't return a pointer to a stack variable...
2010-04-01  Mikhail Maroukhinequartz: Fix compiler warnings with flag -Wcast-qual.
2010-03-22  Francois GougetAssorted spelling and case fixes.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-15  Nikolay Sivovquartz: Don't cast WSTR to BSTR, convert properly instead.
2010-03-03  Paul Chitescuquartz: Silence the FIXME that AsyncReader does not...
2010-02-24  Paul Chitescuquartz: Do not assert() the existence of a media format...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-08  Christian Costaquartz: Add stubbed IAMDirectSound interface to DSoundR...
2010-02-08  Christian Costaquartz/tests: Add test for querying IAMDirectSound...
2010-02-01  Maarten Lankhorstquartz: Add some tests for dsound renderer.
2009-12-24  Paul Chitescuquartz: Only wait in IMediaEvent::WaitForCompletion...
2009-12-24  Paul Chitescuquartz: Implement NullRenderer's IBaseFilter::FindPin.
2009-11-24  Alexandre Julliardquartz: Implemented a number of the MediaPosition methods.
2009-09-11  Alexandre Julliardquartz: Add proxies for strmif.idl.
2009-08-28  Juan Langquartz: Don't crash if sample allocation fails.
2009-05-27  Chris Robinsonquartz: Release enumpins when done with it.
2009-04-14  Christian Costaquartz: Data may be incomplete at the end of file so...
2009-04-06  Marcus Meissnerquartz: Make sure cookie* are not uninitialized (Coveri...
2009-03-24  Kai Blinquartz/tests: If CoCreateInstance() fails, it's safe...
2009-03-13  Michael Stefaniucwidl: Output "LONG" instead of "long" for a 32bit integer.
2009-03-12  Michael Stefaniucinclude: Change long to LONG in axextend.idl.
2009-03-11  Michael Stefaniucquartz: Change long to LONG in control.idl.
2009-02-19  Henri Verbeetquartz: Use a more appropriate size for the video rende...
2009-01-30  Alasdair Sinclairquartz/tests: Fix missing void in empty parameter list.
2009-01-29  Michael Stefaniucquartz: Remove superfluous pointer casts.
2009-01-27  Nikolay Sivovquartz: Fix NULL pointer dereference (Coverity).
2009-01-27  Paul Vriensquartz/tests: Fix test failures on Win95 by using A...
2009-01-26  Francois Gougetquartz: Make the IMemInputPin functions static.
2009-01-22  Juan Langquartz: Only test for the presence or absence of a...
2009-01-21  Paul Vriensquartz/tests: Fix some test failures on Win95.
2009-01-21  Michael Stefaniucquartz/tests: Remove superfluous pointer casts.
2009-01-15  Lei Zhangquartz: Add a filtergraph test for mpeg files.
2009-01-08  Alexandre Julliardquartz: Use SetWindowLongPtr to store a pointer value.
2009-01-08  Alexandre Julliardquartz: Avoid a pointer cast in a trace.
2009-01-08  Francois Gougetquartz: OutputPin_DeliverNewSegment() is unused so...
2009-01-07  Francois Gougetquartz: Reorder some functions to avoid forward declara...
2008-12-30  Christian Costaquartz: Remove unused IMemInputPin vtables.
2008-12-29  Christian Costaquartz: Fix some traces and fixmes.
2008-12-19  Lei Zhangquartz: Ignore unknown chunks when parsing AVI headers.
2008-12-18  Paul Vriensquartz/tests: Fix test failures on Win9x by using A...
2008-12-17  Hans Leidekkerjanitorial: Don't depend on user32 for the self registr...
2008-12-16  Lei Zhangquartz: Enumerate all the pins on filter and check...
2008-12-08  Christian Costaquartz: Turn some fixmes into traces.
2008-12-08  Christian Costaquartz: Accept null clsMinorType for pins when register...
2008-12-05  Michael Stefaniucquartz: Don't cast zero.
2008-12-04  Alexandre Julliardquartz: Use FIELD_OFFSET instead of casting a pointer...
2008-12-03  Christian Costaquartz: Return properly when input is flushing or reach...
2008-12-02  Alexandre Julliardquartz: Make some functions and variables static.
2008-12-01  Christian Costaquartz: Avoid leaking penummt and mt on error.
2008-11-26  Francois Gougetquartz: Remove CALLBACK on static functions where not...
2008-11-26  Francois Gougetquartz: Remove WINAPI on static functions where not...
2008-11-25  Ricardo Filipequartz: Removed dead code and variables (llvm/clang).
2008-11-17  Maarten Lankhorstquartz: Fix FilterGraph2_Connect to be thread-safe...
2008-11-17  Maarten LankhorstRevert "quartz: Reaching a renderer in the filtergraph...
2008-11-14  Lei Zhangquartz: Reaching a renderer in the filtergraph is not...
2008-11-14  Paul Vriensquartz/tests: Fix a few failures on Win95 and NT4.
2008-11-12  David Adamquartz: Check for NULL condition in FilterGraph2_Discon...
2008-11-05  Andrew Talbotquartz: Sign-compare warnings fix.
2008-11-04  Andrew Talbotquartz: Sign-compare warnings fix.
2008-10-22  Maarten Lankhorstquartz: Implement dynamic format changing in directsoun...
2008-10-22  Maarten Lankhorstquartz: Fix ACMWrapper to allow mono channels too.
2008-10-08  Michael Stefaniucquartz: Use the right FAILED/SUCCEEDED macro instead...
2008-10-07  Aric Stewartquartz: Check hr so we are not incrementing a NULL...
2008-10-01  Rob Shearmanquartz: Fix placement of WINAPI attribute in fnFoundSee...
2008-10-01  Rob Shearmanquartz: Don't use strlenW in array size declaration.
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.
next