ntdll: Refuse to create new thread if the target process is being terminated.
[wine] / dlls / quartz /
2012-02-07  Aric Stewartquartz: AMFilterData_ParseFilterData returns a pointer...
2012-02-06  Aric Stewartquartz: Do not report a position unless the filter...
2012-02-01  Aric Stewartquartz: If the MediaSeeking is not implemented all...
2012-01-23  Aric Stewartquartz: Use the csReceive critical sections in transfor...
2012-01-17  Aric Stewartquartz: Lower the merit on our current builtin filters.
2012-01-16  Aric Stewartquartz: Implement IObjectWithSite and IAMGraphBuilderCa...
2012-01-04  AndrĂ© HentschelAssorted header comment cleanup.
2011-12-20  Francois Gougetdlls: Standardize on 'static const WCHAR' for our Unico...
2011-12-16  Francois Gougetquartz: Avoid hardcoding the Unicode string literal...
2011-11-14  Francois Gougetquartz/tests: Give a name to the critical sections.
2011-10-08  Michael Stefaniucquartz: Free two assert calls from having side effects.
2011-09-27  Maarten Lankhorstquartz: Fix support for mpeg layer 1 and 2.
2011-09-27  Francois GougetAssorted spelling fixes & co.
2011-09-27  Francois Gougettests: Remove unneeded assert.h includes.
2011-09-19  Francois Gougetquartz/tests: Skip some tests if not allowed to registe...
2011-09-12  Erich Hooverquartz: Fix converting between the media time and REFTIME.
2011-09-12  Erich Hooverquartz: Add support for EndOfStream in PullPin.
2011-09-12  Erich Hooverquartz: Add missing release.
2011-09-12  Erich Hooverquartz: Samples should be freed when IAsyncReader:...
2011-09-12  Erich Hooverquartz: Do not assert when IAsyncReader::WaitForNext...
2011-09-06  Michael Stefaniucquartz: Use an IDL file to define the IAMFilterData...
2011-08-01  Alexandre Julliardquartz: Specify the PSFactoryBuffer class in the idl...
2011-07-01  Michael Stefaniucquartz: COM cleanup for the IMediaPosition iface.
2011-07-01  Michael Stefaniucquartz: COM cleanup for the IGraphConfig iface.
2011-07-01  Michael Stefaniucquartz: COM cleanup for the IMediaEventSink iface.
2011-07-01  Michael Stefaniucquartz: COM cleanup for the IMediaFilter iface.
2011-07-01  Michael Stefaniucquartz: COM cleanup for the IMediaEventEx iface.
2011-07-01  Michael Stefaniucquartz: COM cleanup for the IVideoWindow iface.
2011-07-01  Michael Stefaniucquartz: COM cleanup for the IBasicVideo2 iface.
2011-07-01  Michael Stefaniucquartz: COM cleanup for the IBasicAudio iface.
2011-07-01  Michael Stefaniucquartz: COM cleanup for the IMediaSeeking iface.
2011-07-01  Michael Stefaniucquartz: COM cleanup for the IMediaControl iface.
2011-07-01  Michael Stefaniucquartz: Pass the object instead of the iface to an...
2011-07-01  Michael Stefaniucquartz: COM cleanup for the IFilterGraph2 iface.
2011-06-27  Marcus Meissnerquartz: Removed useless NULL check (Coverity).
2011-06-24  Maarten Lankhorstquartz: Skip filtergraph tests when filtergraph cannot...
2011-06-21  Michael Stefaniucquartz: COM cleanup for the ifaces of FilterMapper3Impl.
2011-06-20  Michael Stefaniucquartz/tests: Simplify the file handling in filtergraph.c.
2011-06-20  Michael Stefaniucquartz/tests: Store the TestFilterImpl instead of its...
2011-06-20  Michael Stefaniucquatz/tests: Pass back the object instead of the iface...
2011-06-20  Michael Stefaniucquartz/tests: Finish the COM cleanup in filtergraph.c.
2011-06-20  Michael Stefaniucquartz/tests: COM cleanup for the IClassFactory iface.
2011-06-20  Michael Stefaniucquartz/tests: COM cleanup for the IPin iface.
2011-05-24  Marcus Meissnerquartz: Mark internal symbols with hidden visibility.
2011-05-20  Alexandre Julliardquartz: Make sure the preferred allocator pointer is...
2011-05-17  Erich Hooverquartz: Create and hold onto a preferred allocator...
2011-05-17  Erich Hooverquartz: Make sure pin state cannot change while a flush...
2011-05-17  Erich Hooverquartz: Release outstanding samples in PullPin::PausePr...
2011-05-17  Erich Hooverquartz: Return IMediaSeeking interface for Parser PullPin.
2011-05-17  Erich Hooverquartz: Return IMediaSeeking interface for Parser Outpu...
2011-05-03  Marcus Meissnerquartz: Handle NULL return from strchr() (Coverity).
2011-04-13  Austin Englishquartz: Remove extraneous parentheses (LLVM/Clang).
2011-04-05  Gerald Pfeiferquartz: Properly set a parameter by reference in Parser...
2011-03-16  Francois Gougetquartz: Make some functions static.
2011-03-14  Marcus Meissnerquartz: Removed const from const REFIID (Coverity).
2010-12-23  Austin Englishquartz: Avoid %L in traces (LLVM/Clang).
2010-12-17  Alexandre Julliardquartz: Convert coclasses registration to the IRegistra...
2010-12-14  Maarten Lankhorstquartz: Handle EndOfStream more elegantly in dsound...
2010-12-14  Maarten Lankhorstquartz: Fix a race condition in videorenderer endflush.
2010-12-14  Maarten Lankhorstquartz: Handle seeking while running better.
2010-12-13  Francois GougetAssorted spelling fixes.
2010-12-09  Michael Stefaniucquartz: Use an iface instead of a vtbl pointer in Syste...
2010-12-09  Michael Stefaniucquartz: Use an iface instead of a vtbl pointer in IEnum...
2010-12-09  Michael Stefaniucquartz: Use an iface instead of a vtbl pointer in BaseM...
2010-12-09  Michael Stefaniucquartz: Use an iface instead of a vtbl pointer in EnumM...
2010-12-09  Michael Stefaniucquartz: Use an iface instead of a vtbl pointer in IEnum...
2010-12-06  Maarten Lankhorstquartz: Always update time when Run is called.
2010-12-06  Maarten Lankhorstquartz: Remove default clock if the providing filter...
2010-12-03  Alexandre Julliardresources: Define a generic mechanism for adding extra...
2010-12-03  Maarten Lankhorstquartz: Make video renderer use unicode calls.
2010-12-03  Maarten Lankhorstquartz: Use unicode calls in SystemClock.
2010-12-03  Maarten Lankhorstquartz: Implement AMGetErrorTextA on top of AMGetErrorT...
2010-12-03  Maarten Lankhorstquartz: Make sure video window is actually destroyed.
2010-12-03  Maarten Lankhorstquartz: Add support for filtermapper3 to filtergraph.
2010-12-03  Maarten Lankhorstquartz: Support IFilterMapper3 interface.
2010-12-03  Juan Langquartz: Don't crash in SetMediaType if the source media...
2010-12-02  Maarten Lankhorstquartz: Refuse WAVE_FORMAT_PCM/EXTENSIBLE in acmwrapper.
2010-12-02  Maarten Lankhorstquartz: Add quality control to sound renderer.
2010-12-02  Maarten Lankhorstquartz: Allow stream time to go negative in sound renderer.
2010-12-02  Maarten LankhorstRevert "quartz: Fill up sound buffer while in paused...
2010-12-01  Maarten Lankhorstquartz: Fill up sound buffer while in paused state.
2010-12-01  Maarten Lankhorstquartz: Increase min_lag.
2010-12-01  Maarten Lankhorstquartz: Implement AsyncReader_FindPin.
2010-11-30  Maarten Lankhorstquartz: Add support for advise functions in dsoundrender.
2010-11-29  Maarten Lankhorstquartz: Handle selecting default sync source better.
2010-11-29  Maarten Lankhorstquartz: Fix timestamping in avi decoder.
2010-11-29  Maarten Lankhorstquartz: Unregister window class after shutdown.
2010-11-29  Maarten Lankhorstquartz: Silence fixmes in sound renderer.
2010-11-29  Maarten Lankhorstquartz: Unset time in dsoundrender if it cannot be...
2010-11-25  Maarten Lankhorstquartz: Add support for fullscreen mode in video renderer.
2010-11-25  Maarten Lankhorstquartz: Change VideoRenderer_Run to handle EndOfStream...
2010-11-25  Maarten Lankhorstquartz: Prevent circular connections in render case...
2010-11-11  Maarten Lankhorstquartz: Handle state changes in direct sound renderer...
2010-11-11  Maarten Lankhorstquartz: Make window behavior of video renderer act...
2010-11-11  Maarten Lankhorstquartz: Start DirectSound renderer as soon as possible.
2010-11-11  Maarten Lankhorstquartz: Reset state change after flushing.
2010-11-11  Maarten Lankhorstquartz: Fix stub for GetVideoPaletteEntries.
2010-11-10  Maarten Lankhorstquartz: Rework direct sound renderer rework to be more...
2010-11-10  Maarten Lankhorstquartz: Use quality control in video renderer.
2010-11-10  Maarten Lankhorstquartz: Reset stream time when paused after seeking.
next