ddraw/tests: Fix compilation on systems that don't support nameless unions.
[wine] / dlls / strmbase /
2011-04-06  Aric Stewartstrmbase: Add OutputQueue_EOS implementation.
2011-04-06  Aric Stewartstrmbase: Create OutputQueue for queuing outgoing samples.
2010-12-13  Francois GougetAssorted spelling fixes.
2010-12-09  Michael Stefaniucstrmbase: Use an iface instead of a vtbl pointer in...
2010-12-09  Michael Stefaniucstrmbase: Use an iface instead of a vtbl pointer in...
2010-12-06  Maarten Lankhorststrmbase: Use advise functions in WaitFor.
2010-12-05  Maarten Lankhorststrmbase: Fix reference leak of enumpins.
2010-11-29  Maarten Lankhorststrmbase: Fix qos.
2010-11-10  Maarten Lankhorststrmbase: Add support for rendering algorithms to quali...
2010-11-10  Maarten Lankhorststrmbase: Silence harmless fixme.
2010-11-08  Maarten Lankhorststrmbase: Add support for IQualityControl to transform...
2010-11-08  Maarten Lankhorststrmbase: Forward IQualityControl on output pin to...
2010-11-08  Maarten Lankhorststrmbase: Add support for IQualityControl.
2010-11-05  Maarten Lankhorststrmbase: Allow NULL for time format in ConvertTimeFormat.
2010-11-03  Michael Stefaniucstrmbase: Remove duplicate 'const' in strmbase.h.
2010-11-01  Aric Stewartstrmbase: More properly standardized pin implementation...
2010-10-20  Aric Stewartstrmbase: Implement STRMBASE_DllGetClassObject and...
2010-10-20  Aric Stewartstrmbase: Implement OLE registration in AMovieDllRegist...
2010-10-20  Aric Stewartstrmbase: Define STRMBASE_DllMain.
2010-10-20  Aric Stewartstrmbase: Begin implementations of AMovieDllRegisterSer...
2010-10-14  Aric Stewartstrmbase: Remove non-standard custom allocator logic...
2010-10-14  Aric Stewartstrmbase: Add GetMediaType and GetMediaTypeVersion...
2010-10-14  Aric Stewartstrmbase: Standardize "class" function into functions...
2010-10-14  Aric Stewartstrmbase: Clean up the allocator negotiating for BaseOu...
2010-10-12  Aric Stewartstrmbase: Move mediaSeeking to strmbase SourceSeeking.
2010-10-08  Aric Stewartstrmbase: Move TransformFilter implementation to strmbase.
2010-10-08  Aric Stewartstrmbase: Add an implementation of BaseFilterImpl_EnumPins.
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-06  Aric Stewartstrmbase: Move BasePin implementation to strmbase.
2010-10-06  Aric Stewartstrmbase: Move enumpins from quartz to strmbase.
2010-10-06  Aric Stewartstrmbase: Add the EnumMediaTypes base implementation.
2010-10-05  Aric Stewartstrmbase: Initial creation of static strmbase library...