d3dcompiler.h: Add function pointer typedefs.
[wine] / include / wine / strmbase.h
2013-03-05  Alessandro Pignottistrmbase: Remove code duplicated by every user of ISeek...
2013-01-15  Damjan Jovanovicstrmbase: Store and use the chosen IMemAllocator instea...
2012-04-30  Aric Stewartstrmbase: Implement BasicAudio.
2012-04-20  Aric Stewartstrmbase: Have BaseControlVideo use BaseDispatch.
2012-04-20  Aric Stewartstrmbase: Have BaseControlWindow use BaseDispatch.
2012-04-20  Aric Stewartstrmbase: Implement BaseDispatch.
2012-04-03  Aric Stewartstrmbase: Remove QualityControlImpl from the general...
2012-04-03  Aric Stewartstrmbase: Implement renderer quality control into the...
2012-04-02  Aric Stewartstrmbase: More additions to BaseRenderer for video...
2012-04-02  Aric Stewartstrmbase: Expand BaseRenderer implementation.
2012-03-29  Aric Stewartstrmbase: Basic BaseRenderer implementation.
2012-03-29  Aric Stewartstrmbase: Implement BaseControlVideo.
2012-03-29  Aric Stewartstrmbase: Implement BaseControlWindow.
2012-03-28  Aric Stewartstrmbase: Add beginnings of BaseWindow.
2012-03-26  Aric Stewartstrmbase: COM cleanup for cleanup SourceSeeking.
2012-03-26  Aric Stewartstrmbase: COM cleanup for BasePin, BaseInputPin, and...
2012-03-26  Aric Stewartstrmbase: COM cleanup for BaseFilter.
2012-03-15  Aric Stewartstrmbase: Rename MediaSeekingPassThru to RendererPosPas...
2012-03-15  Aric Stewartstrmbase: Move the MediaSeekingPassThru functions from...
2012-01-17  Aric Stewartstrmbase: In the TransformFilter add a critical section...
2011-04-06  Aric Stewartstrmbase: Add OutputQueue_EOS implementation.
2011-04-06  Aric Stewartstrmbase: Create OutputQueue for queuing outgoing samples.
2010-11-10  Maarten Lankhorststrmbase: Add support for rendering algorithms to quali...
2010-11-08  Maarten Lankhorststrmbase: Add support for IQualityControl to transform...
2010-11-08  Maarten Lankhorststrmbase: Add support for IQualityControl.
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: 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...