Spelling fixes.
[wine] / dlls / quartz / parser.c
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.