Zebediah Figura
|
690838a0e0
|
strmbase: Don't increment the pin reference count in filter_get_pin().
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-06-11 18:21:26 +02:00 |
Zebediah Figura
|
0d0f1e0ff7
|
strmbase: Get rid of BaseRendererImpl_QueryInterface().
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-06-06 17:40:42 +02:00 |
Zebediah Figura
|
31a5cb5f05
|
strmbase: Support aggregation in the base filter.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-06-04 23:05:25 +02:00 |
Zebediah Figura
|
d930dff4a8
|
strmbase/renderer: Add a QueryInterface() callback.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-31 10:10:22 +02:00 |
Zebediah Figura
|
1296526450
|
strmbase/renderer: Add a destructor callback.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-28 12:06:45 +02:00 |
Zebediah Figura
|
1fc5c6b75d
|
strmbase: Remove unnecessary calling convention from the filter_get_pin() callback.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-24 11:25:35 +02:00 |
Zebediah Figura
|
8a8c5a8229
|
strmbase: Rename pfnGetPin to filter_get_pin.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-24 11:25:35 +02:00 |
Zebediah Figura
|
97546ca0b7
|
strmbase: Use an unsigned int for the GetPin() callback.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-24 11:25:35 +02:00 |
Zebediah Figura
|
43444f4096
|
strmbase: Rename BaseFilter_Destroy() to strmbase_filter_cleanup().
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-22 09:27:19 +02:00 |
Zebediah Figura
|
17ab5f977d
|
strmbase: Get rid of BaseRendererImpl_Release().
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-16 10:00:42 +02:00 |
Zebediah Figura
|
9ff3db5247
|
strmbase: Factor out strmbase_renderer_cleanup().
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-16 10:00:29 +02:00 |
Zebediah Figura
|
dad885e2b9
|
strmbase: Get rid of the "pfnGetPinCount" callback.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-14 10:29:15 +02:00 |
Zebediah Figura
|
9be7995448
|
strmbase: Get rid of the "pfnGetMediaTypeVersion" callback.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-10 16:04:25 +02:00 |
Zebediah Figura
|
7e6ab5e53c
|
strmbase: Move "AttemptConnection" to the base source pin function table.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-10 15:54:15 +02:00 |
Zebediah Figura
|
e48559b2bf
|
strmbase: Move some internal definitions to strmbase_private.h.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-10 15:54:15 +02:00 |
Alexandre Julliard
|
71e7e73fc0
|
strmbase: Avoid using wine/unicode.h.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-03 16:30:39 +02:00 |
Zebediah Figura
|
4f16a137da
|
strmbase: Correct pin IDs for renderers.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-03-12 10:53:40 +01:00 |
Sven Baars
|
c7f51d85ec
|
strmbase: Fix some memory leaks (Valgrind).
Signed-off-by: Sven Baars <sven.wine@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-01-29 21:39:23 +01:00 |
Michael Stefaniuc
|
ad576b6965
|
strmbase: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-11-15 23:12:57 +01:00 |
Zebediah Figura
|
10ff8f3082
|
strmbase: Implement QueryAccept() on top of CheckMediaType() for output pins too.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-04 11:01:40 +02:00 |
Nikolay Sivov
|
875b8a6d4a
|
strmbase: Remove some of casts to interface pointers.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-11-25 19:50:25 +01:00 |
Nikolay Sivov
|
7dd00af747
|
strmbase: Remove some redundant return value initializers.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-20 00:30:37 +09:00 |
Erich E. Hoover
|
a9325037b5
|
strmbase: Fix race condition on InputPin_EndOfStream between csRenderLock and filter.csFilter.
|
2014-08-05 17:41:21 +02:00 |
Erich E. Hoover
|
47425a5801
|
strmbase: Fix race condition on InputPin_EndFlush between csRenderLock and filter.csFilter.
|
2014-08-05 17:41:18 +02:00 |
Erich E. Hoover
|
c22547792a
|
strmbase: Fix race condition on InputPin_BeginFlush between csRenderLock and filter.csFilter.
|
2014-08-05 17:41:15 +02:00 |
Thomas Faber
|
3dbcadc278
|
strmbase: Destroy base class after child class.
|
2014-07-21 11:49:59 +02:00 |
Jacek Caban
|
289bdc4f45
|
strmbase: Store BasePinFuncTable inside Base*PinFuncTable structs.
|
2014-01-06 20:47:02 +01:00 |
Frédéric Delanoy
|
50d45a8abc
|
strmbase: Use BOOL type where appropriate.
|
2013-11-26 10:15:57 +01:00 |
Piotr Caban
|
5c8339df4a
|
strmbase: Add structure size parameter in BaseInputPin_Construct function.
|
2013-11-25 16:28:14 +01:00 |
Alessandro Pignotti
|
0029bbcf48
|
strmbase: Frame scheduling should use IMediaSample::GetTime.
|
2013-03-06 11:46:13 +01:00 |
Michael Stefaniuc
|
0f46f7538a
|
strmbase: Print the debug string and not the pointer to it.
|
2012-05-03 20:44:11 +02:00 |
Aric Stewart
|
209bc696c1
|
strmbase: We cannot hold the RenderLock during QualityControlRender_WaitFor.
|
2012-04-24 11:30:19 +02:00 |
Aric Stewart
|
51e3834bfb
|
strmbase: Add IMediaPosition implementation to PosPassThru.
|
2012-04-04 17:49:04 +02:00 |
Aric Stewart
|
56477075c2
|
strmbase: Remove QualityControlImpl from the general strmbase.h.
Quality Control things are not part of the standard strmbase library set.
|
2012-04-03 12:19:17 +02:00 |
Aric Stewart
|
54eafc73e5
|
strmbase: Implement renderer quality control into the base renderer.
|
2012-04-03 12:10:33 +02:00 |
Aric Stewart
|
e1a72011e5
|
strmbase: More additions to BaseRenderer for video renderers.
|
2012-04-02 14:01:41 +02:00 |
Aric Stewart
|
662220f77f
|
strmbase: Expand BaseRenderer implementation.
|
2012-04-02 14:01:23 +02:00 |
Aric Stewart
|
eccd9770cc
|
strmbase: Basic BaseRenderer implementation.
|
2012-03-29 20:49:16 +02:00 |