quartz: Bring waveparser to the same level as the mpeg splitter.
[wine] / dlls / quartz / avisplit.c
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.