ntdll: Check and fix PE header protections.
[wine] / dlls / quartz /
2010-11-08  Maarten Lankhorstquartz: Add IQualityControl to video renderer.
2010-11-08  Maarten Lankhorstquartz: Forward IQualityControl on pullpin to base...
2010-11-08  Maarten Lankhorstquartz: Actually use the start time in SendRun.
2010-11-08  Maarten Lankhorstquartz: Remove position from filtergraph.
2010-11-08  Maarten Lankhorstquartz: Use media time instead of stream time in null...
2010-11-08  Maarten Lankhorstquartz: Use media time instead of stream time in direct...
2010-11-08  Maarten Lankhorstquartz: Fix time on MPEG splitter.
2010-11-08  Maarten Lankhorstquartz: Fix time on avi parser.
2010-11-08  Maarten Lankhorstquartz: Forward media time in ACM Wrapper.
2010-11-08  Maarten Lankhorstquartz: Forward media time in AVI Decoder.
2010-11-08  Maarten Lankhorstquartz: Fix return value of GetMediaTime.
2010-11-05  Maarten Lankhorstquartz: Fix run/pause/stop in filtergraph.
2010-11-05  Maarten Lankhorstquartz: Simplify all_renderers_seek.
2010-11-05  Maarten Lankhorstquartz: Change HeapRealloc call to CoTaskMemRealloc.
2010-11-05  Maarten Lankhorstquartz: Add IAMFilterMiscFlags to file source.
2010-11-05  Maarten Lankhorstquartz: Add IAMFilterMiscFlags to null renderer.
2010-11-05  Maarten Lankhorstquartz: Fix EC_COMPLETE handling on null renderer.
2010-11-05  Maarten Lankhorstquartz: Add IAMFilterMiscFlags to video renderer.
2010-11-05  Maarten Lankhorstquartz: Fix EC_COMPLETE handling on video renderer.
2010-11-05  Maarten Lankhorstquartz: Add IAMFilterMiscFlags to directsound renderer.
2010-11-05  Maarten Lankhorstquartz: Fix EC_COMPLETE handling on dsound renderer.
2010-11-01  Aric Stewartstrmbase: More properly standardized pin implementation...
2010-10-14  Aric Stewartstrmbase: Remove non-standard custom allocator logic...
2010-10-14  Aric Stewartstrmbase: Add GetMediaType and GetMediaTypeVersion...
2010-10-14  Aric Stewartstrmbase: Standardize "class" function into functions...
2010-10-14  Aric Stewartstrmbase: Clean up the allocator negotiating for BaseOu...
2010-10-12  Aric Stewartstrmbase: Move mediaSeeking to strmbase SourceSeeking.
2010-10-08  Aric Stewartstrmbase: Move TransformFilter implementation to strmbase.
2010-10-08  Aric Stewartstrmbase: Add an implementation of BaseFilterImpl_EnumPins.
2010-10-08  Aric Stewartstrmbase: Implement BaseFilter in strmbase.
2010-10-06  Aric Stewartstrmbase: Move InputPin implementation to strmbase.
2010-10-06  Aric Stewartstrmbase: Move OutputPin implementation to strmbase.
2010-10-06  Aric Stewartstrmbase: Move BasePin implementation to strmbase.
2010-10-06  Aric Stewartstrmbase: Move enumpins from quartz to strmbase.
2010-10-06  Aric Stewartstrmbase: Add the EnumMediaTypes base implementation.
2010-10-05  Aric Stewartstrmbase: Initial creation of static strmbase library...
2010-10-05  Maarten Lankhorstquartz: Add additional notifications to transform filter.
2010-10-05  Maarten Lankhorstquartz: Remove forwarding from base class.
2010-10-05  Maarten Lankhorstquartz: Add support for MediaSeekingPassThru to transfo...
2010-10-05  Maarten Lankhorstquartz: Add support for MediaSeekingPassThru to null...
2010-10-05  Maarten Lankhorstquartz: Use MediaSeekingPassThru for DirectSound renderer.
2010-10-05  Maarten Lankhorstquartz: Add MediaSeekingPassThru to video renderer.
2010-10-05  Maarten Lankhorstquartz: Handle passthru calls better.
2010-10-01  Alexandre Julliardtests: Make some variables static.
2010-09-28  Aric Stewartquartz: Improve video window sizing on first sample.
2010-09-24  Aric Stewartquartz: Allow for proper setting of the video window...
2010-09-20  Austin Englishquartz: Fix compiler warnings on Clang.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-18  Aric Stewartquartz: Return E_OUTOFMEMORY of the StdMemAllocator...
2010-09-18  Alexandre Goujonquartz: avisplitter Fix query interface test.
2010-07-28  Maarten Lankhorstquartz: Add support for renderer methods to MediaSeekin...
2010-07-28  Maarten Lankhorstquartz: Implement MediaSeekingPassThru.
2010-07-28  Maarten Lankhorstquartz: Make it possible to just override IMediaSeeking...
2010-07-28  Maarten Lankhorstquartz: Accept tiny discontinuities in video renderer...
2010-07-28  Maarten Lankhorstquartz: Fix flushing in dsound renderer.
2010-07-26  Harry JefferyFixed various spelling mistakes.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
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.
next