quartz: Make parser start even if some of the pins aren't connected.
[wine] / dlls / quartz / waveparser.c
2008-06-25  Maarten Lankhorstquartz: Create thread after connection is made.
2008-05-07  Francois GougetAssorted spelling fixes.
2008-05-01  Maarten Lankhorstquartz: Get rid of the sample holding code in the wave...
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  Maarten Lankhorstquartz: Change longlong printfs.
2008-04-17  Maarten Lankhorstquartz: Fix discontinuities in wave parser.
2008-04-16  Maarten Lankhorstquartz: Add a Disconnect function to the parser and...
2008-04-15  Maarten Lankhorstinclude: Update aviriff header.
2008-04-14  Maarten Lankhorstquartz: Bring waveparser to the same level as the mpeg...
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-03-21  Chris Robinsonquartz: Don't redundantly set waveparser output pin...
2006-10-13  Hans Leidekkerquartz: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-02  Christian CostaHandle End Of Stream notifications.
2005-02-10  Christian CostaAdded WAVE parser.