[Git][wine/wine][master] 8 commits: mfsrcsnk: Serialize stream sample requests with the state callbacks.
Alexandre Julliard pushed to branch master at wine / wine Commits: 53a9041d by Rémi Bernon at 2024-09-25T11:34:39+02:00 mfsrcsnk: Serialize stream sample requests with the state callbacks. Removing the now unnecessary pending_state variable. We always keep as many async read requests as there's tokens in the queue. - - - - - 8c9027d1 by Rémi Bernon at 2024-09-25T11:34:41+02:00 winedmo: Hoist the demuxer input format. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57204 - - - - - 31c7ff5b by Rémi Bernon at 2024-09-25T11:34:41+02:00 winedmo: Simplify demuxer creation error handling. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57204 - - - - - 3bbfbdf7 by Rémi Bernon at 2024-09-25T11:34:41+02:00 winedmo: Allocate a dedicated demuxer structure. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57204 - - - - - fe7f9434 by Rémi Bernon at 2024-09-25T11:34:41+02:00 winedmo: Move the last packet to the demuxer struct. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57204 - - - - - e9a9640e by Rémi Bernon at 2024-09-25T11:34:41+02:00 winedmo: Create bitstream filters for demuxer streams. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57204 - - - - - 53bfb8ee by Rémi Bernon at 2024-09-25T11:34:41+02:00 winedmo: Pass demuxer packets through the bitstream filters. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57204 - - - - - bcac1b5a by Rémi Bernon at 2024-09-25T11:34:41+02:00 winedmo: Convert H264 streams to Annex B format. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57204 - - - - - 3 changed files: - dlls/mfsrcsnk/media_source.c - dlls/winedmo/unix_demuxer.c - dlls/winedmo/unix_private.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5f3c4347d461665275cb5bd42d6d95... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5f3c4347d461665275cb5bd42d6d95... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)