Alexandre Julliard pushed to branch master at wine / wine
Commits: 7b6416f2 by Rémi Bernon at 2024-09-06T21:03:05+02:00 quartz: Simplify the filter registration code.
- - - - - de4dccb1 by Rémi Bernon at 2024-09-06T21:03:05+02:00 quartz: Move registration code to main.c.
- - - - - 7fb86677 by Rémi Bernon at 2024-09-06T21:03:05+02:00 quartz: Register the MPEG1 Splitter class.
- - - - - a93db387 by Rémi Bernon at 2024-09-06T21:03:05+02:00 quartz: Register the AVI Splitter class.
- - - - - 17bbbd59 by Rémi Bernon at 2024-09-06T21:03:05+02:00 quartz: Register the WAVE Parser class.
- - - - - 382b28dd by Rémi Bernon at 2024-09-06T21:03:05+02:00 quartz: Register the MPEG Audio Decoder class.
- - - - - 398822c7 by Rémi Bernon at 2024-09-06T21:03:06+02:00 quartz: Register the MPEG Video Decoder class.
- - - - - 03c616f8 by Rémi Bernon at 2024-09-06T21:03:28+02:00 l3codecx.ax: Register the MP3 Decoder class.
- - - - -
16 changed files:
- configure - configure.ac - + dlls/l3codecx.ax/Makefile.in - + dlls/l3codecx.ax/l3codecx.ax.spec - + dlls/l3codecx.ax/l3codecx.c - + dlls/l3codecx.ax/l3codecx.idl - dlls/quartz/Makefile.in - + dlls/quartz/decoder.c - dlls/quartz/main.c - + dlls/quartz/parser.c - dlls/quartz/quartz_private.h - dlls/quartz/quartz_strmif.idl - − dlls/quartz/regsvr.c - dlls/winegstreamer/main.c - dlls/winegstreamer/winegstreamer_classes.idl - loader/wine.inf.in
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4a6c1c124ac30576845cbf6e993669...