Sweden-Number/dlls/mf
Giovanni Mascellani 6ac1cd51bd mf/samplegrabber: Handle paused state.
The following behaviors from Windows are implemented:
 * Transitions from STOPPED to PAUSED are forbidden;
 * Sample requests are only emitted for transitions from STOPPED to
   RUNNING (i.e., not when transitioning from PAUSED);
 * Transition events are emitted again when transitioning from a
   state to the same state, except when such state is PAUSED.

Signed-off-by: Giovanni Mascellani <gmascellani@codeweavers.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-06-03 17:42:19 +02:00
..
tests mf/evr: Add slowest/fastest rate support methods. 2021-04-26 12:20:47 +02:00
Makefile.in mf/evr: Set initial output window size for the presenter. 2021-04-19 20:08:48 +02:00
copier.c mf: Add a helper to get associated topology node object. 2021-01-15 16:14:39 +01:00
evr.c mf/evr: Implement Flush() for streams. 2021-05-07 22:22:49 +02:00
main.c winecrt0: Add a default implementation DllRegisterServer()/DllUnregisterServer(). 2021-04-30 22:59:50 +02:00
mf.idl mfuuid: Add file scheme handler CLSID to static library. 2020-04-27 11:41:42 +02:00
mf.rc
mf.rgs
mf.spec mf: Add MFRequireProtectedEnvironment(). 2021-04-05 15:07:01 +02:00
mf_private.h mf: Add a helper to get associated topology node object. 2021-01-15 16:14:39 +01:00
samplegrabber.c mf/samplegrabber: Handle paused state. 2021-06-03 17:42:19 +02:00
sar.c mf/sar: Handle shutdown state in rendering callback. 2021-01-27 21:04:38 +01:00
session.c mf/session: Do not drop pending commands when clearing current presentation. 2021-05-28 21:53:07 +02:00
topology.c mf/topology: Implement MF_CONNECT_RESOLVE_INDEPENDENT_OUTPUTTYPES connection method. 2021-05-31 17:53:51 +02:00