msvcr80: Add some 64-bit only exports.
[wine] / dlls / quartz /
2013-03-15  Marcus Meissnerquartz: Free wszPatternString (Coverity).
2013-03-05  Alessandro Pignottiquartz: The filter graph manager should handle GetCurre...
2013-03-05  Alessandro Pignottistrmbase: Remove code duplicated by every user of ISeek...
2013-03-01  Alessandro Pignottiquartz: It's not guaranteed that filters have a GUID...
2013-03-01  Alessandro Pignottiquartz: Get the CLSID directly from the filter.
2013-03-01  Alessandro Pignottiquartz: Use the moniker to create the filter directly.
2013-02-27  Alessandro Pignottiquartz: Check byte patterns in GetFileSourceFilter.
2013-02-27  Alessandro Pignottiquartz: Make GetClassMediaFile visible in the module.
2013-02-27  Alessandro Pignottiquartz: Modify GetClassMediaFile to also extract the...
2013-02-25  Alessandro Pignottiquartz: Properly implement IGraphVersion in IFilterGraph.
2013-02-25  Alessandro Pignottiquartz: IEnumFiltersImpl needs to access data from...
2013-02-25  Andrew Talbotquartz: Avoid signed-unsigned integer comparisons.
2013-01-17  Damjan Jovanovicquartz: return the IMemAllocator so the BaseOutputPin...
2012-11-27  Christian Costaquartz: Fix case in some methods name.
2012-11-22  Andrew Talbotquartz: Remove unused variables.
2012-10-12  Christian Costaquartz: Remove redundant traces.
2012-10-10  Christian Costaquartz: Don't say we have a menu to AdjustWindowRectEx...
2012-10-10  Christian Costaquartz: Use target rect if set otherwise default to...
2012-10-09  Christian Costaquartz: Fill right RECT structure in SetDefaultTargetRec.
2012-10-09  Christian Costaquartz: Forward IMediaControl_RenderFile to IFilterGrap...
2012-09-03  Marcus Meissnerquartz: Handle freeing pins in error case (Coverity).
2012-08-24  Nikolay Sivovquartz/tests: Use proper method macros.
2012-08-20  Michael Stefaniucquartz: COM cleanup for the IClassFactory iface.
2012-08-20  Marcus Meissnerquartz: Avoid linked list walk with free next (Coverity).
2012-08-15  Nikolay Sivovquartz: Use proper method macros.
2012-07-09  Michael Stefaniucquartz: Remove an object to IFilterGraph2 cast.
2012-07-03  Michael Stefaniucquartz: Use StdMemAllocator_from_IMemAllocator() instea...
2012-07-03  Michael Stefaniucquartz: Use unsafe_impl_from_IMediaSample() instead...
2012-07-03  Michael Stefaniucquartz: Avoid a COM object => iface => object round...
2012-07-03  Michael Stefaniucquartz: COM cleanup for IMediaSample2.
2012-07-02  Michael Stefaniucquartz/tests: Add COM aggregation test for NullRenderer.
2012-07-02  Michael Stefaniucquartz: Move VideoRenderer_create() to avoid forward...
2012-07-02  Michael Stefaniucquartz: Standardize COM aggregation for VideoRenderer.
2012-07-02  Michael Stefaniucquartz: Don't set the VideoRenderer object on creation...
2012-07-02  Michael Stefaniucquartz: COM cleanup for IAMFilterMiscFlags in VideoRend...
2012-07-02  Michael Stefaniucquartz: Move NullRenderer_create() to avoid forward...
2012-07-02  Michael Stefaniucquartz: Use impl_from_IBaseFilter() instead of casts.
2012-07-02  Michael Stefaniucquartz: Standardize COM aggregation for NullRenderer.
2012-07-02  Michael Stefaniucquartz: COM cleanup for IAMFilterMiscFlags in NullRenderer.
2012-07-02  Michael Stefaniucquartz: Move the FilterMapper_create to avoid forward...
2012-07-02  Michael Stefaniucquartz: Standardize COM aggregation for FilterMapper.
2012-07-02  Michael Stefaniucquartz: Standardize COM aggregation for FilterGraph.
2012-07-02  Michael Stefaniucquartz: Handle wrong COM aggregation attempts in IClass...
2012-06-26  Chris Robinsonquartz: Remove the seek position table from the MPEG...
2012-06-25  Chris Robinsonquartz: Improve MPEG header parsing and sync recovery.
2012-06-25  Chris Robinsonquartz: Fix frame length calculation for MPEG audio.
2012-06-08  Francois Gougetquartz: Make VMR9_{Break,Complete}Connect() static.
2012-06-07  Aric Stewartquartz: Hookup the VMR-9 to directX and the Allocator...
2012-06-07  Aric Stewartquartz: Create the rendering window for VMR-9.
2012-06-07  Aric Stewartquartz: Allocate surfaces in VMR-9.
2012-06-07  Aric Stewartquartz: Implement default Surface Allocator for vmr9.
2012-05-24  Aric Stewartquartz: COM cleanup for ParserImpl.
2012-05-24  Aric Stewartquartz: COM cleanup for Parser_OutputPin.
2012-05-22  Aric Stewartquartz: COM cleanup for WAVEParserImpl.
2012-05-22  Aric Stewartquartz: Add offscreen presentation to VMR9.
2012-05-22  Aric Stewartquartz: Implement a Default Presenter in VMR9.
2012-05-21  Francois Gougetquartz/tests: Fix compilation on systems that don't...
2012-05-18  Aric Stewartquartz: vmr-9 call BaseControlWindow_Destroy when destr...
2012-05-16  Michael Stefaniucquartz/tests: Remove misplaced ok() call.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-05-14  Aric Stewartquartz: Handle a crash and race condition that occurs...
2012-05-14  Aric Stewartquartz: Reinstate DSoundRender_Pause.
2012-05-14  Aric Stewartquartz: Some cleanup around evComplete now that DSoundR...
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).
next