Alexandre Julliard pushed to branch master at wine / wine
Commits: 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.
- - - - -
16 changed files:
- configure - configure.ac - dlls/mfasfsrcsnk/Makefile.in - dlls/mfmp4srcsnk/Makefile.in - dlls/mfsrcsnk/Makefile.in - dlls/mfsrcsnk/media_source.c - + dlls/winedmo/Makefile.in - + dlls/winedmo/main.c - + dlls/winedmo/unix_demuxer.c - + dlls/winedmo/unix_private.h - + dlls/winedmo/unixlib.c - + dlls/winedmo/unixlib.h - + dlls/winedmo/winedmo.spec - include/Makefile.in - include/config.h.in - + include/wine/winedmo.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/519149ca823b975d807a33666cd444...