- 
e47aea1e
 by Nikolay Sivov   at 2025-04-10T23:01:48+02:00 
windowscodecs/tests: Add some tests for metadata handlers component info.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
 
- 
d4b74481
 by Nikolay Sivov   at 2025-04-10T23:01:48+02:00 
windowscodecs/tests: Add some more tests for creating metadata readers.
A few of GetMetadataHandlerInfo() are removed as they are giving a wrong idea
of what's happening. This method does fail unless handler info was already
returned once and is cached.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
 
- 
1dbf3d0f
 by Nikolay Sivov   at 2025-04-10T23:01:50+02:00 
windowscodecs/tests: Add some tests for GetMetadataHandlerInfo().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
 
- 
aeb94dc4
 by Nikolay Sivov   at 2025-04-10T23:01:50+02:00 
windowscodecs/metadatahandler: Remove unused internal vtable entries.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
 
- 
20d28ace
 by Nikolay Sivov   at 2025-04-10T23:01:52+02:00 
windowscodecs/metadata: Pass handler pointer to the loader implementation.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
 
- 
408f154e
 by Nikolay Sivov   at 2025-04-10T23:01:53+02:00 
windowscodecs/metadata: Make it possible to populate default items at creation time.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
 
- 
813f921a
 by Nikolay Sivov   at 2025-04-10T23:01:55+02:00 
windowscodecs/metadata: Create default item for the gAMA reader.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>