quartz: Mark a bunch of functions as static.
[wine] / dlls / quartz / videorenderer.c
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-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 Stewartquartz: Convert VideoRenderer to use strmbase BaseRenderer.
2012-04-03  Aric Stewartquartz: Have the VideoRenderer use strmbase BaseWindow.
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...
2011-03-14  Marcus Meissnerquartz: Removed const from const REFIID (Coverity).
2010-12-14  Maarten Lankhorstquartz: Fix a race condition in videorenderer endflush.
2010-12-06  Maarten Lankhorstquartz: Always update time when Run is called.
2010-12-03  Maarten Lankhorstquartz: Make video renderer use unicode calls.
2010-12-03  Maarten Lankhorstquartz: Make sure video window is actually destroyed.
2010-11-29  Maarten Lankhorstquartz: Unregister window class after shutdown.
2010-11-25  Maarten Lankhorstquartz: Add support for fullscreen mode in video renderer.
2010-11-25  Maarten Lankhorstquartz: Change VideoRenderer_Run to handle EndOfStream...
2010-11-11  Maarten Lankhorstquartz: Make window behavior of video renderer act...
2010-11-11  Maarten Lankhorstquartz: Reset state change after flushing.
2010-11-11  Maarten Lankhorstquartz: Fix stub for GetVideoPaletteEntries.
2010-11-10  Maarten Lankhorstquartz: Use quality control in video renderer.
2010-11-10  Maarten Lankhorstquartz: Fix video renderer EndOfStream.
2010-11-10  Maarten Lankhorstquartz: On flushing, always signal blocked event handle.
2010-11-10  Maarten Lankhorstquartz: Use media time instead of stream time in video...
2010-11-08  Maarten Lankhorstquartz: Add IQualityControl to video 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-01  Aric Stewartstrmbase: More properly standardized pin implementation...
2010-10-14  Aric Stewartstrmbase: Add GetMediaType and GetMediaTypeVersion...
2010-10-14  Aric Stewartstrmbase: Standardize "class" function into functions...
2010-10-12  Aric Stewartstrmbase: Move mediaSeeking to strmbase SourceSeeking.
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 BasePin implementation to strmbase.
2010-10-06  Aric Stewartstrmbase: Move enumpins from quartz to strmbase.
2010-10-05  Maarten Lankhorstquartz: Add MediaSeekingPassThru to video renderer.
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-07-28  Maarten Lankhorstquartz: Accept tiny discontinuities in video renderer...
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: Implement IBasicVideo get_AvgTimePerFrame.
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-29  Michael Stefaniucquartz: Remove superfluous pointer casts.
2009-01-08  Alexandre Julliardquartz: Use SetWindowLongPtr to store a pointer value.
2009-01-08  Alexandre Julliardquartz: Avoid a pointer cast in a trace.
2008-12-30  Christian Costaquartz: Remove unused IMemInputPin vtables.
2008-12-29  Christian Costaquartz: Fix some traces and fixmes.
2008-12-03  Christian Costaquartz: Return properly when input is flushing or reach...
2008-11-25  Ricardo Filipequartz: Removed dead code and variables (llvm/clang).
2008-07-28  Francois Gougetquartz: assert.h is not a local include.
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.
next