Commit Graph

11 Commits

Author SHA1 Message Date
Alexandre Julliard 1331a8ea0f winecrt0: Determine the registration module handle directly in __wine_register_resources().
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-04-30 22:59:50 +02:00
Alexandre Julliard bd6b53740c winecrt0: Add a default implementation for DllCanUnloadNow().
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-04-30 22:59:50 +02:00
Gijs Vermeulen 596fa641c6 wineqtdecoder: Use nameless unions.
Fixes a regression caused by b39b9eea39.

Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-03-25 22:44:44 +01:00
Zebediah Figura b5448ca6ab wineqtdecoder: Fix compilation.
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-03-11 15:55:45 +01:00
Zebediah Figura dd3d68e5d9 wineqtdecoder: Reimplement COM registration and vending locally.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-03-09 12:10:52 +01:00
Michael Stefaniuc 9629769fe7 wineqtdecoder: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-11-06 22:05:41 +01:00
Aric Stewart 9fba260ae4 wineqtdecoder: Register the QT Splitter to be a default potential handler for all unhandled streams. 2012-04-09 18:04:50 +02:00
Aric Stewart 607e274f81 wineqtdecoder: Lower the Merit of the filters.
As they are designed to be catch all decoders for unhandled type do not
have them compete with potentially fully functional targeted filters.
2012-01-13 18:17:40 +01:00
Aric Stewart 2c9875e4c1 wineqtdecoder: Work to add a QuickTime video Splitter. 2011-04-06 12:05:08 +02:00
Francois Gouget 0eb6e40720 Assorted spelling fixes. 2010-12-13 12:43:29 +01:00
Aric Stewart eefe6f65c1 wineqtdecoder: Initial version of the video decoder using Mac OS/X QuickTime Framework. 2010-12-06 19:05:53 +01:00