atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / quartz / parser.c
2012-05-24  Aric Stewartquartz: COM cleanup for ParserImpl.
2012-05-24  Aric Stewartquartz: COM cleanup for Parser_OutputPin.
2012-04-06  Aric Stewartquartz: COM cleanup for PullPin.
2012-03-26  Aric Stewartstrmbase: COM cleanup for cleanup SourceSeeking.
2011-05-17  Erich Hooverquartz: Return IMediaSeeking interface for Parser PullPin.
2011-05-17  Erich Hooverquartz: Return IMediaSeeking interface for Parser Outpu...
2011-04-05  Gerald Pfeiferquartz: Properly set a parameter by reference in Parser...
2010-12-06  Maarten Lankhorstquartz: Always update time when Run is called.
2010-11-09  Maarten Lankhorstquartz: Fix PullPin_EnumMediaTypes.
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: 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-09-18  Alexandre Goujonquartz: avisplitter Fix query interface test.
2009-01-29  Michael Stefaniucquartz: Remove superfluous pointer casts.
2008-12-02  Alexandre Julliardquartz: Make some functions and variables static.
2008-11-05  Andrew Talbotquartz: Sign-compare warnings fix.
2008-09-22  Maarten Lankhorstquartz: Add missing calls to EndFlush.
2008-07-16  Maarten Lankhorstquartz: Fix wrong assignment of variable in parser.
2008-07-14  Maarten Lankhorstquartz: Fix memory and sample leaks.
2008-07-10  Maarten Lankhorstquartz: Make parser start even if some of the pins...
2008-07-07  Maarten Lankhorstquartz: Fix parser/pullpin to only care about the state...
2008-06-25  Maarten Lankhorstquartz: Create thread after connection is made.
2008-05-01  Maarten Lankhorstquartz: Silence a fixme that isn't.
2008-04-28  Maarten Lankhorstquartz: Add a function that can be called when stopping...
2008-04-28  Maarten Lankhorstquartz: Make the EnumPins interface dynamic.
2008-04-28  Maarten Lankhorstquartz: Add a vtable argument to Parser_Create that...
2008-04-23  Maarten Lankhorstquartz: Make wave parser and mpeg splitter zero copy...
2008-04-23  Maarten Lankhorstquartz: Optimize the processing thread to fetch one...
2008-04-16  Maarten Lankhorstquartz: Add a Disconnect function to the parser and...
2008-04-14  Maarten Lankhorstquartz: Silence requests for IVideoWindow.
2008-04-09  Michael Stefaniucquartz: Add missing lock releases on some code paths...
2008-04-08  Maarten Lankhorstquartz: Fix deadlocks in pullpin.
2008-04-07  Maarten Lankhorstquartz: Get rid of code duplication and add a flush...
2008-04-02  Maarten Lankhorstquartz: Fix parser and pins logic to no longer deadlock.
2008-04-01  Maarten Lankhorstquartz: Allow parser filters to implement their own...
2008-03-24  Maarten Lankhorstquartz: Silence requests for ipin on filters.
2008-03-24  Maarten Lankhorstquartz: Forward requests for MediaSeeking from all...
2008-03-20  Maarten Lankhorstquartz: Add critical sections to IMediaSeeking.
2008-03-20  Maarten Lankhorstquartz: Don't pass reference time when running.
2008-03-19  Maarten Lankhorstquartz: Move IMediaSeeking from the parser pin to the...
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-07  Chris Robinsonquartz: Add a cleanup callback for parser filters to...
2007-04-02  Chris Robinsonquartz: Remove errant parser output pins on input conne...
2007-03-27  Chris Robinsonquartz: Return proper CLSID for parser filters.
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-03-05  Chris Robinsonquartz: Improve reference traces.
2007-01-24  Andrew Talbotquartz: Declare a function static.
2006-10-13  Hans Leidekkerquartz: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-07-27  Alexandre JulliardReplace the ICOM_THIS_From macros by inline functions.
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-05  Christian CostaFixed clock release in transform template.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-02-08  Christian CostaAdded parser template and made AVISplitter use it.
2002-05-02  Alexandre JulliardRemoved a bunch of multimedia code at Hidenori's request.
2002-04-14  Hidenori TakeshimaFixed some bugs.
2002-04-08  Hidenori TakeshimaFixed crashing in stopping parser.
2002-04-01  Hidenori TakeshimaFixed some bugs.
2002-03-20  Hidenori TakeshimaAdded some stubs.
2002-03-19  Hidenori TakeshimaFixed some bugs.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-19  Hidenori TakeshimaFixed some deadlocks.
2001-10-28  Hidenori TakeshimaFixed some bugs.
2001-10-22  Hidenori TakeshimaFixed some bugs.
2001-10-14  Hidenori TakeshimaStarted implementing AVI splitter.
2001-10-08  Hidenori TakeshimaStarted Implementing Video Renderer.