quartz: Clean up pullpin code.
[wine] / dlls / quartz / filesource.c
2008-05-01  Maarten Lankhorstquartz: More filesource fixes.
2008-04-28  Maarten Lankhorstquartz: Optimize the file source to do its job better.
2008-04-28  Maarten Lankhorstquartz: Make the EnumPins interface dynamic.
2008-04-23  Maarten Lankhorstquartz: Make the file source support multiple samples...
2008-04-23  Maarten Lankhorstquartz: Add some sanity checks to file splitter.
2008-04-21  Maarten Lankhorstquartz: Set media time in the file source.
2008-04-21  Maarten Lankhorstquartz: Fix sample leak in file source on failure path.
2008-04-17  Austin EnglishSpelling fixes.
2008-04-14  Maarten Lankhorstquartz: Silence requests for IVideoWindow.
2008-04-09  Maarten Lankhorstquartz: Don't free a null media type in the file source.
2008-04-07  Maarten Lankhorstquartz: Fix some memory leaks in the file source.
2008-04-07  Maarten Lankhorstquartz: Make FileAsyncReader_WaitForNext return an...
2008-04-07  Maarten Lankhorstquartz: Get rid of code duplication and add a flush...
2008-03-31  Andrew Talbotquartz: Assign to structs instead of using CopyMemory.
2008-03-24  Maarten Lankhorstquartz: Silence requests for ipin on filters.
2008-03-14  Maarten Lankhorstquartz: Implement detection on file extension in fileso...
2008-03-13  Andrew Talbotquartz: Assign to structs instead of using memcpy.
2007-11-19  Michael Stefaniucquartz: Fix memory leaks on error paths. Found by Smatch.
2007-04-02  Chris Robinsonquartz: Set the sample time based on the number of...
2007-03-21  Chris Robinsonquartz: Fully disconnect the AsyncReader when released.
2007-03-12  Jan Zerebeckiquartz: Add DebugInfo to critical sections.
2007-03-05  Chris Robinsonquartz: Improve reference traces.
2007-03-05  Chris Robinsonquartz: Don't AddRef an object we just created and...
2007-02-14  Chris Robinsonquartz: Properly handle input parameters in FileSource_...
2006-10-13  Hans Leidekkerquartz: Win64 printf format warning fixes.
2006-10-07  James Hawkinsjanitorial: Remove redundant NULL checks before CoTaskM...
2006-06-22  Ivan Leoquartz: Fix media type detection.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-12-09  Thomas Weidenmuellerquartz: Fix incorrect usages of the HRESULT_FROM_WIN32...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-23  Francois GougetAssorted spelling fixes.
2005-07-27  Alexandre JulliardReplace the ICOM_THIS_From macros by inline functions.
2005-07-13  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-06-20  Mike McCormackMake functions static, fix declarations.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-06-05  Christian CostaFixed clock release in transform template.
2005-03-17  Dmitry TimoshkovMatch OVERLAPPED structure to the SDK definition.
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-10-18  Joris HuizerAdded IClassFactory->CreateInstance aggregation checks.
2004-09-08  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-19  Robert Shearman- Remove duplicated code in file reader.
2004-08-13  Christian CostaAdded missing initialization of the filesource output...
2004-04-20  Francois GougetMake Unicode strings static const.
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2003-09-25  Robert Shearman- A few cosmetic fixes.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-06  Robert ShearmanAdded File Source (Async) Filter.