Alexandre Julliard pushed to branch master at wine / wine
Commits: 131a4f78 by Rémi Bernon at 2024-09-13T16:27:10+02:00 winedmo: Return detected MIME type from winedmo_demuxer_create.
- - - - - ef452e2d by Rémi Bernon at 2024-09-13T16:27:13+02:00 winedmo: Improve MIME type detection with the stream url.
- - - - - 182bdd55 by Rémi Bernon at 2024-09-13T16:27:14+02:00 winedmo: Detect and return stream count from winedmo_demuxer_create.
- - - - - 2b60810c by Rémi Bernon at 2024-09-13T16:27:15+02:00 winedmo: Compute and return total duration from winedmo_demuxer_create.
- - - - - da2dacd4 by Rémi Bernon at 2024-09-13T16:27:31+02:00 winedmo: Export a new winedmo_demuxer_stream_type function.
- - - - - 1a894a24 by Rémi Bernon at 2024-09-13T16:27:31+02:00 mfsrcsnk: Initialize a stream map, sorted for specific mime types.
- - - - -
13 changed files:
- configure - configure.ac - dlls/mfsrcsnk/media_source.c - dlls/winedmo/Makefile.in - dlls/winedmo/main.c - dlls/winedmo/unix_demuxer.c - + dlls/winedmo/unix_media_type.c - dlls/winedmo/unix_private.h - dlls/winedmo/unixlib.c - dlls/winedmo/unixlib.h - dlls/winedmo/winedmo.spec - include/config.h.in - include/wine/winedmo.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6dfb84f5cbdf30c1dc0775fd4dae82...