quartz: Do not ignore current position in IEnumRegFiltersImpl_Next.
[wine] / dlls / quartz /
2008-06-25  Alexander Dorofeyevquartz: Do not ignore current position in IEnumRegFilte...
2008-06-25  Alexander Dorofeyevquartz: Fix accessing variant string.
2008-06-25  Maarten Lankhorstquartz: Make the memory allocator emit more warnings...
2008-06-25  Maarten Lankhorstquartz: Create thread after connection is made.
2008-06-25  Maarten Lankhorstquartz: Remove dead code from DSoundRender.
2008-06-25  Maarten Lankhorstquartz: Handle case where ReceiveConnection is called...
2008-06-24  Maarten Lankhorstquartz: Clear pin value if not connected.
2008-06-24  Maarten Lankhorstquartz: Add support for VideoInfoHeader2 to AVI Decompr...
2008-06-24  Maarten Lankhorstquartz: Only enumerate renderers if bRender is set...
2008-06-24  Maarten Lankhorstquartz: DSoundRender shouldn't delete buffer when alrea...
2008-06-24  Maarten Lankhorstquartz: Have thread safety in memallocator.
2008-06-24  Maarten Lankhorstquartz: Implement VideoRenderer_GetCurrentImage.
2008-06-24  Maarten Lankhorstquartz: Implement GraphConfig_Reconfigure.
2008-06-21  Maarten Lankhorstquartz: Implement IBasicVideo2 for the filtergraph.
2008-06-21  Maarten Lankhorstquartz: Implement IMediaSeeking in the video renderer.
2008-06-21  Maarten Lankhorstquartz: Implement MediaControl_GetState.
2008-06-21  Maarten Lankhorstquartz: Try to render any existing renderers before...
2008-06-21  Maarten Lankhorstquartz: Expose some methods so that a custom allocator...
2008-06-21  Maarten Lankhorstquartz: Only query for event interface when there is...
2008-06-21  Maarten Lankhorstquartz: Add the ability to force a pin to use a certain...
2008-06-19  Maarten Lankhorstquartz: Forward some messages from IMediaSeekingPassThru.
2008-06-19  Maarten Lankhorstquartz: Set data length in avi decompressor.
2008-06-19  Maarten Lankhorstquartz: Improve the directsound renderer a bit.
2008-05-22  Maarten Lankhorstquartz: Initialize some uninitialized variables in...
2008-05-22  Maarten Lankhorstquartz: Do timekeeping in the avi decoder.
2008-05-22  Maarten Lankhorstquartz: Don't free memory twice in null renderer.
2008-05-19  Paul Vriensjanitorial: Close COM after tests.
2008-05-13  Maarten Lankhorstquartz: Reset time when rejecting sample in the mpeg...
2008-05-13  Maarten Lankhorstquartz: Silence a fixme.
2008-05-13  Lei Zhangquartz: Check input in MediaControl_GetState.
2008-05-12  Maarten Lankhorstquartz: Don't return a pin in filesource when there...
2008-05-07  Francois GougetAssorted spelling fixes.
2008-05-06  Francois GougetAssorted spelling fixes.
2008-05-05  Alexandre JulliardRevert "quartz: Clean up pullpin code."
2008-05-01  Maarten Lankhorstquartz: Silence a fixme that isn't.
2008-05-01  Maarten Lankhorstquartz: Get rid of the sample holding code in the wave...
2008-05-01  Maarten Lankhorstquartz: Get rid of the sample holding code in the mpeg...
2008-05-01  Maarten Lankhorstquartz: Clean up pullpin code.
2008-05-01  Maarten Lankhorstquartz: More filesource fixes.
2008-05-01  Maarten LankhorstRevert "quartz: Handle failures better in acmwrapper.".
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-04-29  Maarten Lankhorstquartz: Some state changes fixes.
2008-04-29  Maarten Lankhorstquartz: Handle failures better in acmwrapper.
2008-04-29  Maarten Lankhorstquartz: Keep track of the time in the video renderer.
2008-04-29  Maarten Lankhorstquartz: Fix bug in memallocator with test.
2008-04-28  Maarten Lankhorstquartz: Fix acmwrapper time regression.
2008-04-28  Maarten Lankhorstquartz: Add a function that can be called when stopping...
2008-04-28  Maarten Lankhorstquartz: Make dwSamplesProcessed a longlong.
2008-04-28  Maarten Lankhorstquartz: Optimize the file source to do its job better.
2008-04-28  Maarten Lankhorstquartz: Make the EnumPins interface dynamic.
2008-04-28  Maarten Lankhorstquartz: Fix time discontinuities in the acm wrapper.
2008-04-28  Maarten Lankhorstquartz: NotifyAllocator does not like a null argument.
2008-04-28  Maarten Lankhorstquartz: Add a vtable argument to Parser_Create that...
2008-04-24  Andrew Talbotquartz: Remove unused variables.
2008-04-23  Maarten Lankhorstquartz: Make the file source support multiple samples...
2008-04-23  Maarten Lankhorstquartz: Make wave parser and mpeg splitter zero copy...
2008-04-23  Maarten Lankhorstquartz: Add some sanity checks to file splitter.
2008-04-23  Maarten Lankhorstquartz: Copy discontinuity status in acmwrapper.
2008-04-23  Maarten Lankhorstquartz: Fix inverted logic in memallocator.
2008-04-23  Maarten Lankhorstquartz: Fix error message names in tests.
2008-04-23  Maarten Lankhorstquartz: Optimize the processing thread to fetch one...
2008-04-21  Austin EnglishSpelling fixes.
2008-04-21  Maarten Lankhorstquartz: Add some more tests and fix wine to pass them.
2008-04-21  Maarten Lankhorstquartz: Change longlong printfs.
2008-04-21  Maarten Lankhorstquartz: Add more seek entries and fix a time continuity...
2008-04-21  Maarten Lankhorstquartz: Only drop Preroll samples after obtaining its...
2008-04-21  Maarten Lankhorstquartz: Drop preroll frames in directsound renderer...
2008-04-21  Maarten Lankhorstquartz: No longer drop packets on discontinuities.
2008-04-21  Maarten Lankhorstquartz: Set media time in the file source.
2008-04-21  Maarten Lankhorstquartz: Make acmwrapper respect preroll samples.
2008-04-21  Maarten Lankhorstquartz: Flux AsyncReader in PullPin_BeginFlush.
2008-04-21  Maarten Lankhorstquartz: Fix sample leak in file source on failure path.
2008-04-21  Maarten Lankhorstquartz: Fix theoretical memory leak.
2008-04-21  Maarten Lankhorstquartz: Make the video renderer drop preroll samples.
2008-04-17  Alexandre Julliardquartz: Avoid sizeof in traces.
2008-04-17  Austin EnglishSpelling fixes.
2008-04-17  Maarten Lankhorstquartz: Obtain the duration using the index in avisplitter.
2008-04-17  Maarten Lankhorstquartz: Store the stream index in the avi stream for...
2008-04-17  Maarten Lankhorstquartz: Check for discontinuities in the directsound...
2008-04-17  Maarten Lankhorstquartz: Make sure at least 1 sample is processed before...
2008-04-17  Maarten Lankhorstquartz: Reject samples in transform filter only when...
2008-04-17  Maarten Lankhorstquartz: Reject samples in video renderer when stopped.
2008-04-17  Maarten Lankhorstquartz: Fix IMediaSample2 SetPreroll and SetSyncPoint.
2008-04-17  Maarten Lankhorstquartz: Fix discontinuities in wave parser.
2008-04-16  Maarten Lankhorstquartz: Add a Disconnect function to the parser and...
2008-04-16  Maarten Lankhorstquartz: Parse old style avi index.
2008-04-16  Maarten Lankhorstquartz: Make the avi splitter skip index headers.
2008-04-16  Maarten Lankhorstquartz: Dump opendml indexes and header.
2008-04-15  Maarten Lankhorstinclude: Update aviriff header.
2008-04-15  Maarten Lankhorstquartz: Update start_time if the current position is...
2008-04-15  Maarten Lankhorstquartz: Add VIDEOINFOHEADER2 support to VideoRenderer.
2008-04-14  Maarten Lankhorstquartz: Bring waveparser to the same level as the mpeg...
2008-04-14  Maarten Lankhorstquartz: Silence seeking fixmes on transform filter.
2008-04-14  Maarten Lankhorstquartz: Silence requests for IVideoWindow.
2008-04-14  Maarten Lankhorstquartz: Set sane defaults for pin stream rate.
2008-04-14  Maarten Lankhorstquartz: Don't clean up in avi decoder if driver isn...
2008-04-10  Maarten Lankhorstquartz: Add stubs for the IMediaSeeking interface in...
2008-04-10  Maarten Lankhorstquartz: Add a stub for SeekingPassThru.
2008-04-10  Maarten Lankhorstquartz: Implement stop position in the mpeg splitter.
2008-04-10  Maarten Lankhorstquartz: Implement stop position in the filtergraph.
next