quartz: Fix deadlock with transform filter.
[wine] / dlls / quartz / mpegsplit.c
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...