quartz: Make parser start even if some of the pins aren't connected.
[wine] / dlls / quartz / avisplit.c
2008-07-09  Maarten Lankhorstquartz: Add rewrite of avi splitter.
2008-05-06  Francois GougetAssorted spelling fixes.
2008-04-28  Maarten Lankhorstquartz: Add a function that can be called when stopping...
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-21  Austin EnglishSpelling fixes.
2008-04-21  Maarten Lankhorstquartz: Fix theoretical memory leak.
2008-04-17  Alexandre Julliardquartz: Avoid sizeof in traces.
2008-04-17  Maarten Lankhorstquartz: Obtain the duration using the index in avisplitter.
2008-04-17  Maarten Lankhorstquartz: Store the stream index in the avi stream for...
2008-04-16  Maarten Lankhorstquartz: Add a Disconnect function to the parser and...
2008-04-16  Maarten Lankhorstquartz: Parse old style avi index.
2008-04-16  Maarten Lankhorstquartz: Make the avi splitter skip index headers.
2008-04-16  Maarten Lankhorstquartz: Dump opendml indexes and header.
2008-04-15  Maarten Lankhorstinclude: Update aviriff header.
2008-04-01  Maarten Lankhorstquartz: Allow parser filters to implement their own...
2008-03-19  Maarten Lankhorstquartz: Move IMediaSeeking from the parser pin to the...
2008-03-13  Andrew Talbotquartz: Assign to structs instead of using memcpy.
2007-05-17  Andrew Talbotquartz: Exclude unused headers.
2007-04-07  Chris Robinsonquartz: Make sure cached media samples are released...
2007-04-07  Chris Robinsonquartz: Add a cleanup callback for parser filters to...
2007-02-14  Chris Robinsonquartz: Remove 1GB AVI size limitation.
2006-10-13  Hans Leidekkerquartz: Win64 printf format warning fixes.
2006-08-26  Alex Villacís Lassoquartz: Skip over INFO chunk in AVI file parsing.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-03-02  Christian CostaHandle End Of Stream notifications.
2005-02-08  Christian CostaAdded parser template and made AVISplitter use it.
2005-01-06  Paul Vriens- Use Interlocked* functions in AddRef and Release.
2005-01-03  Christian CostaImplemented IMediaControl_Run that explores the graph...
2004-12-27  Christian CostaInitialize the COM libraries for the newly created...
2004-12-20  Christian CostaFixed MediaSample passing. This is the upstream filter...
2004-12-16  Christian CostaMany fixes to the system clock implementation.
2004-11-30  Eric PouechConst correctness fixes.
2004-11-29  Christian CostaAVI decompressor:
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-16  Christian CostaAdded handling of 'idx1' (index) chunk.
2004-07-22  Robert ShearmanckidJUNK is a FOURCC not a TWOCC so rewrite the case...
2003-11-18  Robert Shearman- AVI Splitter implementation.