atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / quartz / acmwrapper.c
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-04-02  Aric Stewartquartz: COM cleanup in ACMWrapperImpl.
2012-01-23  Aric Stewartquartz: Use the csReceive critical sections in transfor...
2011-06-27  Marcus Meissnerquartz: Removed useless NULL check (Coverity).
2011-03-16  Francois Gougetquartz: Make some functions static.
2010-12-02  Maarten Lankhorstquartz: Refuse WAVE_FORMAT_PCM/EXTENSIBLE in acmwrapper.
2010-11-08  Maarten Lankhorstquartz: Forward media time in ACM Wrapper.
2010-10-14  Aric Stewartstrmbase: Clean up the allocator negotiating for BaseOu...
2010-10-08  Aric Stewartstrmbase: Move TransformFilter implementation to strmbase.
2010-10-08  Aric Stewartstrmbase: Implement BaseFilter in strmbase.
2010-10-06  Aric Stewartstrmbase: Move InputPin implementation to strmbase.
2010-10-06  Aric Stewartstrmbase: Move OutputPin implementation to strmbase.
2010-10-05  Maarten Lankhorstquartz: Add support for MediaSeekingPassThru to transfo...
2010-05-20  Michael Stefaniucquartz: Avoid using the long type.
2009-01-29  Michael Stefaniucquartz: Remove superfluous pointer casts.
2008-10-22  Maarten Lankhorstquartz: Fix ACMWrapper to allow mono channels too.
2008-07-29  Maarten Lankhorstquartz: Pass InputPin as parameter to transform filter.
2008-07-14  Maarten Lankhorstquartz: Fix incorrect use of mtCurrent in transform...
2008-07-09  Maarten Lankhorstquartz: Fix deadlock with transform filter.
2008-05-13  Maarten Lankhorstquartz: Silence a fixme.
2008-05-01  Maarten LankhorstRevert "quartz: Handle failures better in acmwrapper.".
2008-04-29  Maarten Lankhorstquartz: Handle failures better in acmwrapper.
2008-04-28  Maarten Lankhorstquartz: Fix acmwrapper time regression.
2008-04-28  Maarten Lankhorstquartz: Fix time discontinuities in the acm wrapper.
2008-04-23  Maarten Lankhorstquartz: Copy discontinuity status in acmwrapper.
2008-04-21  Maarten Lankhorstquartz: No longer drop packets on discontinuities.
2008-04-21  Maarten Lankhorstquartz: Make acmwrapper respect preroll samples.
2008-04-02  Maarten Lankhorstquartz: Make acmwrapper respond to a sample discontinui...
2008-04-02  Maarten Lankhorstquartz: Implement seeking stubs for transform filters.
2008-03-26  Alexandre Julliardquartz: Avoid %ll printf formats.
2008-03-24  Maarten Lankhorstquartz: Make acmwrapper code aware of time, and get...
2008-03-10  Chris Robinsonquartz: Don't print errors for handled return values.
2007-06-05  Chris Robinsonquartz: Don't return S_FALSE for failed connections.
2007-05-17  Andrew Talbotquartz: Exclude unused headers.
2007-04-09  Chris Robinsonquartz: Pass the media sample to the individual transfo...
2007-04-04  Chris Robinsonquartz: Break loop on error in ACMWrapper.
2007-04-04  Chris Robinsonquartz: Add a QueryConnect method for transform filters.
2007-03-13  Chris Robinsonquartz: Cleanup properly around error conditions and...
2007-02-19  Chris Robinsonquartz: Don't use uninitialized memory in ACMWrapper.
2006-11-29  Dmitry Timoshkovquartz: Make some data const and static.
2006-10-13  Hans Leidekkerquartz: Win64 printf format warning fixes.
2006-09-25  Andrew Talbotquartz: Cast-qual warnings fix.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-06-05  Christian CostaFixed clock release in transform template.
2005-02-22  Christian CostaFixed ACM Wrapper.
2005-02-21  Christian CostaImproved AVIDec.
2005-02-10  Francois GougetAssorted spelling fixes.
2005-02-01  Christian CostaAdded ACM Wrapper filter.