wine/dlls/mf
Yuxuan Shui 97d4c7fe3f mf: Only preroll when starting from stopped state.
Stream sink such as evr can't be prerolled a second time, and when we are
restarting from a paused state, those stream sink will already be prerolled
so don't preroll them again. Otherwise we will be waiting for Prerolled
events that will never come.
2024-02-08 23:31:25 +01:00
..
tests mf/tests: Test IMFMediaSession::Start(). 2024-02-06 22:56:50 +01:00
clock.c mf: Avoid a double free of presentation clock timers. 2023-10-09 20:51:22 +02:00
copier.c
evr.c
main.c mf/scheme_handler: Implement http(s):// scheme handler using urlmon. 2023-08-23 17:38:51 +02:00
Makefile.in makefiles: Always use the global SOURCES variable for .idl files. 2023-11-01 22:43:50 +01:00
mf.idl mf/scheme_handler: Implement http(s):// scheme handler using urlmon. 2023-08-23 17:38:51 +02:00
mf.rc
mf.rgs mf/scheme_handler: Implement http(s):// scheme handler using urlmon. 2023-08-23 17:38:51 +02:00
mf.spec mf: Implement MFCreateSequencerSegmentOffset(). 2023-08-17 23:26:13 +02:00
mf_private.h mf/scheme_handler: Implement http(s):// scheme handler using urlmon. 2023-08-23 17:38:51 +02:00
quality.c
samplegrabber.c mf/samplegrabber: Use OnSetPresentationClock() on shutdown as well. 2023-10-31 18:52:08 +01:00
sar.c
scheme_handler.c mf/scheme_handler: Implement http(s):// scheme handler using urlmon. 2023-08-23 17:38:51 +02:00
session.c mf: Only preroll when starting from stopped state. 2024-02-08 23:31:25 +01:00
topology.c mf: Implement MFCreateSequencerSegmentOffset(). 2023-08-17 23:26:13 +02:00
topology_loader.c mf: Avoid implicit enum to int pointer casts. 2024-01-31 12:04:32 +01:00