po: Update French translation.
[wine] / dlls / strmbase /
2012-05-14  Aric Stewartstrmbase: do not lock in BaseOutputPinImpl_GetDeliveryB...
2012-05-14  Jacek Cabaninclude: Use widl to take care of nameless structs...
2012-05-04  Francois Gougetstrmbase: The strmbase debug channel is unused in a...
2012-05-03  Michael Stefaniucstrmbase: Print the debug string and not the pointer...
2012-04-30  Aric Stewartstrmbase: Implement BasicAudio.
2012-04-26  Aric Stewartstrmbase: Track internal window styles in baseWindow...
2012-04-25  Aric Stewartstrmbase: get_VideoHeight should always have a positive...
2012-04-24  Aric Stewartstrmbase: We cannot hold the RenderLock during QualityC...
2012-04-20  Aric Stewartstrmbase: Have PassThruImpl use BaseDispatch.
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-16  Marcus Meissnerstrmbase: Use correct *ppv (Coverity).
2012-04-16  Michael Stefaniucstrmbase: Remove break after return (Smatch).
2012-04-04  Aric Stewartstrmbase: Add IMediaPosition implementation to PosPassThru.
2012-04-04  Aric Stewartstrmbase: Fix issues with new quality control implement...
2012-04-03  Aric Stewartstrmbase: COM cleanup for PosPassThru.
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  Christian Costastrmbase: Display dll in which we are searching a class...
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-27  Aric Stewartstrmbase: COM cleanup for TransformFilter.
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-26  Michael Stefaniucstrmbase: Print the debug string and not the pointer...
2012-03-15  Christian Costastrmbase: Allow constructor function to be NULL but...
2012-03-15  Aric Stewartstrmbase: Rename MediaSeekingPassThru to RendererPosPas...
2012-03-15  Aric Stewartstrmbase: Move the MediaSeekingPassThru functions from...
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...