jscript: Added ChangeType implementation.
[wine] / dlls / strmbase /
2012-01-23  Aric Stewartstrmbase: Do not hold the csReceive lock when calling...
2012-01-17  Aric Stewartstrmbase: In the TransformFilter add a critical section...
2011-12-20  Francois Gougetdlls: Standardize on 'static const WCHAR' for our Unico...
2011-12-16  Francois Gougetstrmbase: Avoid hardcoding the Unicode string literal...
2011-11-14  Francois Gougetstrmbase: Unset Spare[0] before deleting non-static...
2011-08-03  Frédéric Delanoydlls: Assorted spelling fixes.
2011-07-09  Alexandre Julliardmakefiles: Make MODULE contain the full module name...
2011-07-04  Gerald Pfeiferstrmbase: Mark TransformFilter_QualityControlImpl_Notif...
2011-06-27  Marcus Meissnerstrmbase: Move NULL check up a bit (Coverity).
2011-06-16  Jörg Höhlestrmbase: Use !list_empty() instead of list_count(...
2011-06-14  Marcus Meissnerstrmbase: Removed superflous NULL check (Coverity).
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...