-
9e9e0dab
by Rémi Bernon at 2024-09-12T23:16:49+02:00
mfsrcsnk: Get the IMFByteStream url from MF_BYTESTREAM_ORIGIN_NAME.
-
94968fd0
by Rémi Bernon at 2024-09-12T23:16:49+02:00
mfsrcsnk: Seek and get the media source IMFByteStream length.
-
36da29bf
by Rémi Bernon at 2024-09-12T23:16:49+02:00
winedmo: Export new winedmo_demuxer_(create|destroy) functions.
-
0ef5c131
by Rémi Bernon at 2024-09-12T23:16:49+02:00
mfsrcsnk: Create a winedmo_demuxer object on the media sources.
-
b6a9c6b8
by Rémi Bernon at 2024-09-12T23:16:49+02:00
winedmo: Implement FFmpeg seek and read with user callbacks.
-
3856633a
by Rémi Bernon at 2024-09-12T23:16:49+02:00
winedmo: Allocate a client-side stream context with the demuxers.
-
4649bb13
by Rémi Bernon at 2024-09-12T23:16:49+02:00
winedmo: Use the stream context to track stream position.
-
8b0663ef
by Rémi Bernon at 2024-09-12T23:16:49+02:00
winedmo: Use the stream context as a buffer for larger reads.
-
80ef1131
by Rémi Bernon at 2024-09-12T23:16:49+02:00
winedmo: Introduce a winedmo_stream callback interface for I/O.