Alexandre Julliard pushed to branch master at wine / wine
Commits: ef4cd564 by Rémi Bernon at 2024-09-03T14:36:32+02:00 colorcnv: Register the Color Converter DMO class.
- - - - - d8cfc9c4 by Rémi Bernon at 2024-09-03T14:36:32+02:00 msvproc: Register the Video Processor MFT class.
- - - - - 008cf283 by Rémi Bernon at 2024-09-03T14:36:32+02:00 resampledmo: Register the Resampler DMO class.
- - - - - a01e9eed by Rémi Bernon at 2024-09-03T14:36:32+02:00 wmadmod: Register the WMA Decoder DMO class.
- - - - - 77e3acd5 by Rémi Bernon at 2024-09-03T14:36:33+02:00 msauddecmft: Register the AAC Decoder MFT class.
- - - - - 2d92d14d by Rémi Bernon at 2024-09-03T14:36:33+02:00 wmvdecod: Register the WMV Decoder DMO class.
- - - - - 23d303e8 by Rémi Bernon at 2024-09-03T14:36:33+02:00 msmpeg2vdec: Register the H264 Decoder MFT class.
- - - - - 0d75a1ba by Rémi Bernon at 2024-09-03T14:36:33+02:00 mfh264enc: Register the H264 Encoder MFT class.
- - - - -
30 changed files:
- configure - configure.ac - + dlls/colorcnv/Makefile.in - + dlls/colorcnv/colorcnv.c - dlls/msauddecmft/main.c → dlls/colorcnv/colorcnv.idl - + dlls/colorcnv/colorcnv.spec - + dlls/mfh264enc/Makefile.in - + dlls/mfh264enc/mfh264enc.c - dlls/msmpeg2vdec/main.c → dlls/mfh264enc/mfh264enc.idl - + dlls/mfh264enc/mfh264enc.spec - dlls/msauddecmft/Makefile.in - + dlls/msauddecmft/msauddecmft.c - + dlls/msauddecmft/msauddecmft.idl - dlls/msmpeg2vdec/Makefile.in - + dlls/msmpeg2vdec/msmpeg2vdec.c - + dlls/msmpeg2vdec/msmpeg2vdec.idl - + dlls/msvproc/Makefile.in - + dlls/msvproc/msvproc.c - + dlls/msvproc/msvproc.idl - + dlls/msvproc/msvproc.spec - + dlls/resampledmo/Makefile.in - + dlls/resampledmo/resampledmo.c - + dlls/resampledmo/resampledmo.idl - + dlls/resampledmo/resampledmo.spec - dlls/winegstreamer/gst_private.h - dlls/winegstreamer/main.c - dlls/winegstreamer/mfplat.c - dlls/winegstreamer/winegstreamer_classes.idl - + dlls/wmadmod/Makefile.in - + dlls/wmadmod/wmadmod.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/091f9753fb288a3302487e129de103...