quartz: Fix return value for video renderer.
[wine] / dlls / quartz / transform.c
2008-06-21  Maarten Lankhorstquartz: Add the ability to force a pin to use a certain...
2008-04-28  Maarten Lankhorstquartz: Make the EnumPins interface dynamic.
2008-04-21  Maarten Lankhorstquartz: Add some more tests and fix wine to pass them.
2008-04-17  Maarten Lankhorstquartz: Reject samples in transform filter only when...
2008-04-14  Maarten Lankhorstquartz: Silence seeking fixmes on transform filter.
2008-04-14  Maarten Lankhorstquartz: Silence requests for IVideoWindow.
2008-04-09  Maarten Lankhorstquartz: Drop packets in the transform filter if in...
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-04-02  Maarten Lankhorstquartz: Implement seeking stubs for transform filters.
2008-03-24  Maarten Lankhorstquartz: Silence requests for ipin on filters.
2007-11-19  Michael Stefaniucquartz: Fix memory leaks on error paths. Found by Smatch.
2007-08-08  Andrew Talbotquartz: Constify some variables.
2007-05-17  Andrew Talbotquartz: Exclude unused headers.
2007-04-09  Chris Robinsonquartz: Pass the media sample to the individual transfo...
2007-04-04  Chris Robinsonquartz: Add a QueryConnect method for transform filters.
2007-04-04  Chris Robinsonquartz: Connect input when the pins connect, not when...
2007-03-26  Chris Robinsonquartz: Propogate transform filter errors upstream.
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.
2006-11-29  Dmitry Timoshkovquartz: Make some data const and static.
2006-10-13  Hans Leidekkerquartz: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-09-25  Alexandre JulliardReplace DPRINTF by TRACE in a few places.
2005-08-22  Christian CostaProperly allocate/release memory when adding filters...
2005-06-20  Mike McCormackMake functions static, fix declarations.
2005-06-05  Christian CostaFixed clock release in transform template.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-02  Christian CostaHandle End Of Stream notifications.
2005-02-21  Christian CostaImproved AVIDec.
2005-01-31  Christian CostaAdded transform filter template and made AVIDec use it.