xmllite: Fail to set input for external IXmlReaderInput.
[wine] / dlls / quartz / avisplit.c
2012-05-24  Aric Stewartquartz: COM cleanup for Parser_OutputPin.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-04-06  Aric Stewartquartz: COM cleanup for PullPin.
2012-03-26  Aric Stewartstrmbase: COM cleanup for cleanup SourceSeeking.
2012-03-15  Aric Stewartstrmbase: Move the MediaSeekingPassThru functions from...
2010-11-08  Maarten Lankhorstquartz: Fix time on avi parser.
2010-10-12  Aric Stewartstrmbase: Move mediaSeeking to strmbase SourceSeeking.
2010-10-08  Aric Stewartstrmbase: Implement BaseFilter in strmbase.
2010-10-06  Aric Stewartstrmbase: Move OutputPin implementation to strmbase.
2010-09-20  Austin Englishquartz: Fix compiler warnings on Clang.
2010-07-26  Harry JefferyFixed various spelling mistakes.
2010-05-20  Michael Stefaniucquartz: Avoid using the long type.
2010-05-10  Gerald Pfeiferquartz: Remove variable keyframe which is not really...
2010-04-26  Gerald Pfeiferquartz: Remove variable keyframe which is not really...
2010-04-01  Mikhail Maroukhinequartz: Fix compiler warnings with flag -Wcast-qual.
2009-01-29  Michael Stefaniucquartz: Remove superfluous pointer casts.
2008-12-19  Lei Zhangquartz: Ignore unknown chunks when parsing AVI headers.
2008-12-08  Christian Costaquartz: Turn some fixmes into traces.
2008-11-04  Andrew Talbotquartz: Sign-compare warnings fix.
2008-09-22  Maarten Lankhorstquartz: Don't abort starting for unconnected pin in...
2008-08-21  Alexandre JulliardAvoid some size_t printf format warnings.
2008-07-29  Maarten Lankhorstquartz: Fix support for files with multiple odml indexes.
2008-07-29  Maarten Lankhorstquartz: Fix end of file handling when first request...
2008-07-22  Maarten Lankhorstquartz: Fix end of stream handling in avi splitter.
2008-07-21  Maarten Lankhorstquartz: Fix handling of zero byte samples and endofstreams.
2008-07-21  Francois GougetAssorted spelling fixes.
2008-07-16  Maarten Lankhorstquartz: Explicitly handle wave headers in avi splitter.
2008-07-14  Maarten Lankhorstquartz: Fix reference leak in avi splitter on end of...
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.