- 
0ac754f2
 by Rémi Bernon   at 2024-09-10T16:58:29+02:00 
 winedmo: Introduce a new internal DLL.
 
- 
12b5f5a1
 by Rémi Bernon   at 2024-09-10T16:58:29+02:00 
 winedmo: Link and initialize FFmpeg on load.
 
- 
bf9473ee
 by Rémi Bernon   at 2024-09-10T16:58:29+02:00 
 winedmo: Export a new winedmo_demuxer_check function.
 
- 
7667e67f
 by Rémi Bernon   at 2024-09-10T16:58:29+02:00 
 mfsrcsnk: Stub byte stream handlers if demuxing is supported.
This introduces a new alternative FFmpeg-based implementation for the
MF byte stream handlers, while keeping the current GStreamer-based as
default.
The new implementation can be enabled by setting the DWORD value:
  DisableGstByteStreamHandler = 1
in the HKCU\Software\Wine\MediaFoundation registry key.