xmllite: Fail to set input for external IXmlReaderInput.
[wine] / dlls / quartz / mpegsplit.c
2012-06-26  Chris Robinsonquartz: Remove the seek position table from the MPEG...
2012-06-25  Chris Robinsonquartz: Improve MPEG header parsing and sync recovery.
2012-06-25  Chris Robinsonquartz: Fix frame length calculation for MPEG audio.
2012-05-24  Aric Stewartquartz: COM cleanup for Parser_OutputPin.
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...
2011-10-08  Michael Stefaniucquartz: Free two assert calls from having side effects.
2011-09-27  Maarten Lankhorstquartz: Fix support for mpeg layer 1 and 2.
2011-09-12  Erich Hooverquartz: Samples should be freed when IAsyncReader:...
2010-11-08  Maarten Lankhorstquartz: Fix time on MPEG splitter.
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-05-12  Gerald Pfeiferquartz: Remove unused variable pOutputPin from MPEGSpli...
2009-08-28  Juan Langquartz: Don't crash if sample allocation fails.
2009-04-14  Christian Costaquartz: Data may be incomplete at the end of file so...
2009-01-29  Michael Stefaniucquartz: Remove superfluous pointer casts.
2008-11-05  Andrew Talbotquartz: Sign-compare warnings fix.
2008-08-18  Rob Shearmanquartz: Use memcmp instead of strncmp in MPEGSplitter_p...
2008-05-13  Maarten Lankhorstquartz: Reset time when rejecting sample in the mpeg...
2008-05-07  Francois GougetAssorted spelling fixes.
2008-05-01  Maarten Lankhorstquartz: Get rid of the sample holding code in the mpeg...
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-24  Andrew Talbotquartz: Remove unused variables.
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  Maarten Lankhorstquartz: Add more seek entries and fix a time continuity...
2008-04-17  Austin EnglishSpelling fixes.
2008-04-16  Maarten Lankhorstquartz: Add a Disconnect function to the parser and...
2008-04-10  Maarten Lankhorstquartz: Implement stop position in the mpeg splitter.
2008-04-09  Maarten Lankhorstquartz: Generate a seek table for the mpeg splitter.
2008-04-09  Maarten Lankhorstquartz: Make mpeg splitter keep track of play position...
2008-04-02  Maarten Lankhorstquartz: Add seeking to mpeg splitter.
2008-04-02  Maarten Lankhorstquartz: Prepare mpeg splitter code for seeking by makin...
2008-04-01  Maarten Lankhorstquartz: Allow parser filters to implement their own...
2008-04-01  Maarten Lankhorstquartz: Small mpeg splitter fixes.
2008-04-01  Chris Robinsonquartz: Break processing loop when shutting down.
2008-03-31  Maarten Lankhorstquartz: Check against a null dereference and don't...
2008-03-26  Alexandre Julliardquartz: Avoid %ll printf formats.
2008-03-24  Maarten Lankhorstquartz: Parse audio packets in mpeg splitter to obtain...
2008-03-19  Maarten Lankhorstquartz: Move IMediaSeeking from the parser pin to the...
2008-03-14  Maarten Lankhorstquartz: Detect and skip id3v2 header in mpeg splitter.
2008-03-13  Andrew Talbotquartz: Assign to structs instead of using memcpy.
2007-05-17  Andrew Talbotquartz: Exclude unused headers.
2007-04-27  Chris Robinsonquartz: Partially implement the MPEG 1 Stream Splitter...