jscript: Added get_op_int helper.
[wine] / dlls / quartz /
2012-05-14  Jacek Cabaninclude: Use widl to take care of nameless structs...
2012-04-30  Aric Stewartquartz: Have DSoundRenderer use strmbase BasicAudio.
2012-04-26  Aric Stewartstrmbase: Track internal window styles in baseWindow...
2012-04-20  Aric Stewartstrmbase: Have BaseControlVideo use BaseDispatch.
2012-04-20  Aric Stewartstrmbase: Have BaseControlWindow use BaseDispatch.
2012-04-20  Francois Gougetquartz: Mark a bunch of functions as static.
2012-04-19  Aric Stewartquartz: Correct a critical section lock reversal issue...
2012-04-09  Aric Stewartquartz: Add control.idl as a typelib resource.
2012-04-09  Aric Stewartquartz: Add VMRSurfaceAllocatorNotify9 to VMR9.
2012-04-06  Aric Stewartquartz: COM cleanup for PullPin.
2012-04-05  Aric Stewartquartz: Add VMRWindowlessControl9 to VMR9.
2012-04-05  Aric Stewartquartz: Add VMRFilterConfig9 to VMR9.
2012-04-05  Aric Stewartquartz: Add IAMFilterMiscFlags to VMR9 implementation.
2012-04-05  Aric Stewartquartz: Add BaseControlVideo to VMR9.
2012-04-05  Aric Stewartquartz: Add BaseControlWindow to VMR9.
2012-04-05  Aric Stewartquartz: Add initial VMR9 stub.
2012-04-04  Aric Stewartquartz: COM cleanup for DSoundRenderImpl.
2012-04-04  Aric Stewartstrmbase: Add IMediaPosition implementation to PosPassThru.
2012-04-03  Aric Stewartquartz: Change VideoRenderer to use strmbase's BaseCont...
2012-04-03  Aric Stewartquartz: Convert VideoRenderer to use strmbase's BaseCon...
2012-04-03  Aric Stewartstrmbase: Remove QualityControlImpl from the general...
2012-04-03  Aric Stewartquartz: Convert VideoRenderer to use strmbase BaseRenderer.
2012-04-03  Aric Stewartquartz: Have the VideoRenderer use strmbase BaseWindow.
2012-04-03  Aric Stewartstrmbase: Implement renderer quality control into the...
2012-04-02  Aric Stewartquartz: Convert DsoundRenderer to use strmbase BaseRend...
2012-04-02  Aric Stewartstrmbase: Expand BaseRenderer implementation.
2012-04-02  Aric Stewartquartz: COM cleanup in ACMWrapperImpl.
2012-04-02  Aric Stewartquartz: COM cleanup for AVIDecImpl.
2012-04-02  Aric Stewartquartz: COM cleanup for AsyncReader and FileAsyncReader.
2012-03-30  Aric Stewartquartz: Update null renderer to use the BaseRenderer...
2012-03-26  Aric Stewartstrmbase: COM cleanup for cleanup SourceSeeking.
2012-03-26  Aric Stewartstrmbase: COM cleanup for BasePin, BaseInputPin, and...
2012-03-26  Aric Stewartstrmbase: COM cleanup for BaseFilter.
2012-03-26  Michael Stefaniucquartz: Print the debug string and not the pointer...
2012-03-15  Aric Stewartstrmbase: Rename MediaSeekingPassThru to RendererPosPas...
2012-03-15  Aric Stewartstrmbase: Move the MediaSeekingPassThru functions from...
2012-02-20  Marcus Meissnerquartz: Fixed sizeof()s to IsBadReadPtr (Coverity).
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...
next