quartz: Fix deadlock with transform filter.
[wine] / dlls / quartz / videorenderer.c
2008-07-09  Maarten Lankhorstquartz: Fix deadlock with transform filter.
2008-07-04  Maarten Lankhorstquartz: Implement state transitions in video renderer.
2008-07-03  Maarten Lankhorstquartz: Fix return value for video renderer.
2008-06-30  Alexandre JulliardFix a few %ll printf formats.
2008-06-24  Maarten Lankhorstquartz: Implement VideoRenderer_GetCurrentImage.
2008-06-21  Maarten Lankhorstquartz: Implement IMediaSeeking in the video renderer.
2008-06-21  Maarten Lankhorstquartz: Add the ability to force a pin to use a certain...
2008-05-22  Maarten Lankhorstquartz: Initialize some uninitialized variables in...
2008-04-29  Maarten Lankhorstquartz: Keep track of the time in the video renderer.
2008-04-28  Maarten Lankhorstquartz: Make the EnumPins interface dynamic.
2008-04-24  Andrew Talbotquartz: Remove unused variables.
2008-04-21  Maarten Lankhorstquartz: Add some more tests and fix wine to pass them.
2008-04-21  Maarten Lankhorstquartz: Make the video renderer drop preroll samples.
2008-04-17  Austin EnglishSpelling fixes.
2008-04-17  Maarten Lankhorstquartz: Reject samples in video renderer when stopped.
2008-04-15  Maarten Lankhorstquartz: Add VIDEOINFOHEADER2 support to VideoRenderer.
2008-04-07  Maarten Lankhorstquartz: Handle flushing and end of stream notifications...
2008-04-07  Maarten Lankhorstquartz: Get rid of code duplication and add a flush...
2008-03-24  Maarten Lankhorstquartz: Silence requests for ipin on filters.
2008-02-08  Lei Zhangquartz: Add VideoRendererDefault.
2007-12-14  Lei Zhangquartz: Give video renderer's Inner_QueryInterface...
2007-12-13  Lei Zhangquartz: Make video renderer aggregatable.
2007-11-19  Michael Stefaniucquartz: Fix memory leaks on error paths. Found by Smatch.
2007-06-20  Alex Villacís Lassoquartz: Fix video rendering sizing/positioning bugs.
2007-05-17  Andrew Talbotquartz: Exclude unused headers.
2007-03-20  Chris Robinsonquartz: Don't delete critical sections before the filte...
2007-03-13  Chris Robinsonquartz: Force disconnect when a filter is fully released.
2007-03-12  Jan Zerebeckiquartz: Add DebugInfo to critical sections.
2007-03-08  Chris Robinsonquartz: Use proper alloc/free functions for COM objects.
2007-01-05  Francois Gougetquartz: Use '%u' to print GetLastError().
2006-11-07  Francois GougetAssorted spelling fixes.
2006-10-13  Hans Leidekkerquartz: Win64 printf format warning fixes.
2006-08-28  Robert Shearmanquartz: Use the absolute height of the bitmap format...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-10-10  Christian CostaMake window uses black brush for background.
2005-09-25  Alexandre JulliardReplace DPRINTF by TRACE in a few places.
2005-08-17  Christian CostaFix rendering of paletted video stream.
2005-07-12  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-06-17  Francois GougetRemove unneeded NULL cast.
2005-06-13  Christian CostaAdded window support to the video renderer:
2005-06-07  Christian CostaDon't use fullscreen mode in video renderer for now...
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-06-04  Christian CostaRelease clock only when one is set.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-02  Christian CostaHandle End Of Stream notifications.
2005-01-06  Paul Vriens- Use Interlocked* functions in AddRef and Release.
2004-12-27  Christian CostaInitialize the COM libraries for the newly created...
2004-12-20  Christian CostaFixed MediaSample passing. This is the upstream filter...
2004-09-08  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
2004-08-26  Francois GougetAssorted spelling fixes.
2004-08-24  Christian CostaAdded Video Renderer (based on Direct Draw).