wine/dlls/quartz
Zebediah Figura e6cc4ae4b4 quartz: Call EnumMatchingFilters() once in autoplug().
Instead of iterating through types one by one and calling EnumMatchingFilters()
on each one, build a list of all media types exposed by the pin and call the
function once.

This avoids trying to pointless autoplug the same filter multiple times, which
speeds up autoplugging greatly for cases when a given filter connects less than
instantaneously. The most prominent example of such a filter is the AVI
decompressor, which has to call ICLocate() on connection. ICLocate() is not a
fast API on Wine, and it is even slower on Windows; this reduces the number of
times we try to call it greatly.
2023-07-24 12:09:05 +02:00
..
tests quartz: Call EnumMatchingFilters() once in autoplug(). 2023-07-24 12:09:05 +02:00
acmwrapper.c
avidec.c
control_tlb.idl
dsoundrender.c
filesource.c quartz: Use nameless unions/structs. 2023-07-17 11:33:22 +02:00
filtergraph.c quartz: Call EnumMatchingFilters() once in autoplug(). 2023-07-24 12:09:05 +02:00
filtermapper.c quartz: Use nameless unions/structs. 2023-07-17 11:33:22 +02:00
main.c
Makefile.in
memallocator.c
passthrough.c
quartz.rc
quartz.rgs
quartz.spec
quartz_private.h
quartz_strmif.idl
regsvr.c quartz: Use nameless unions/structs. 2023-07-17 11:33:22 +02:00
systemclock.c
videorenderer.c
vmr9.c
window.c