wine/dlls/mf
Zhiyi Zhang e4cdcb1ec9 mf: Avoid a double free of presentation clock timers.
In clock_change_state() when a clock is running, a timer is removed from clock->timers. The same
timer is then used to create an async result, which will eventually calls present_clock_timer_callback_Invoke()
and release the same timer. Check if the timer is still in clock->timers before releasing it.
2023-10-09 20:51:22 +02:00
..
tests winegstreamer: Also return output with 2 channels for multichannel inputs from AAC decoder. 2023-09-27 22:23:12 +02: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 mf/scheme_handler: Implement http(s):// scheme handler using urlmon. 2023-08-23 17:38:51 +02: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
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/session: Increase the request count when requests are already queued. 2023-08-29 16:02:05 +02:00
topology.c mf: Implement MFCreateSequencerSegmentOffset(). 2023-08-17 23:26:13 +02:00
topology_loader.c