André Hentschel
|
376b0756f4
|
windowscodecs: Remove dead assignment (clang).
Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-01-31 22:31:00 +01:00 |
Andrew Eikum
|
1b8e123465
|
windowscodecs: Stub IWICMetadataQueryReader.
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-16 12:12:10 +09:00 |
Sebastian Lackner
|
40e364f0a6
|
windowscodecs: Distinguish interface pointer and implementation pointer.
|
2015-06-26 20:35:04 +09:00 |
Piotr Caban
|
df9ec3c178
|
windowscodecs: Add helper to create internal COM classes without CoCreateInstance call if possible.
|
2015-03-06 20:31:35 +09:00 |
Vincent Povirk
|
499f32b317
|
windowscodecs: Implement MetadataReaderInfo_MatchesPattern.
|
2014-11-13 18:46:37 +09:00 |
Vincent Povirk
|
8891b8f815
|
windowscodecs: Implement MetadataReaderInfo_GetPatterns.
|
2014-11-13 18:46:35 +09:00 |
Vincent Povirk
|
a8d08e2ad7
|
windowscodecs: Implement MetadataReaderInfo_GetContainerFormats.
|
2014-11-13 18:46:34 +09:00 |
Vincent Povirk
|
e53e798aa7
|
windowscodecs: Treat missing GUID list keys as empty.
|
2014-11-13 16:31:50 +09:00 |
Frédéric Delanoy
|
cdf809a6c0
|
windowscodecs: Use BOOL type where appropriate.
|
2013-10-07 13:32:06 +02:00 |
Andrew Talbot
|
81afb28818
|
windowscodecs: Avoid signed-unsigned integer comparisons.
|
2013-03-04 11:15:16 +01:00 |
Hans Leidekker
|
853273c98b
|
windowscodecs: Implement IWICBitmapDecoderInfo::GetFileExtensions.
|
2012-11-13 16:54:54 +01:00 |
Dmitry Timoshkov
|
b7efa00817
|
windowscodecs: Do not assume that vtable is the first element of the object, avoid not necessary casts.
|
2012-07-24 21:27:11 +02:00 |
Dmitry Timoshkov
|
a9d0f8976c
|
windowscodecs: Avoid casting IWICFormatConverter to IWICBitmapSource.
|
2012-07-16 15:21:46 +02:00 |
Vincent Povirk
|
5c4ed986c0
|
windowscodecs: Implement IWICBitmapCodecInfo::GetPixelFormats.
|
2012-07-03 12:02:00 +02:00 |
Dmitry Timoshkov
|
8dad043506
|
windowscodecs: Implement MetadataReaderInfo_DoesSupportPadding.
|
2012-07-03 12:01:53 +02:00 |
Dmitry Timoshkov
|
10f8978949
|
windowscodecs: Implement MetadataReaderInfo_DoesRequireFullStream.
|
2012-07-03 12:01:46 +02:00 |
Dmitry Timoshkov
|
bae3f2afed
|
windowscodecs: Implement MetadataReaderInfo_GetSpecVersion.
|
2012-07-03 12:01:40 +02:00 |
Dmitry Timoshkov
|
497e8840ca
|
windowscodecs: Implement PixelFormatInfo_GetSpecVersion.
|
2012-07-03 12:01:34 +02:00 |
Dmitry Timoshkov
|
7c19137996
|
windowscodecs: Implement FormatConverterInfo_GetSpecVersion.
|
2012-07-03 12:01:27 +02:00 |
Dmitry Timoshkov
|
3dd73e90b5
|
windowscodecs: Implement BitmapEncoderInfo_GetSpecVersion.
|
2012-07-03 12:01:21 +02:00 |
Dmitry Timoshkov
|
67fc1a49e1
|
windowscodecs: Implement BitmapDecoderInfo_GetSpecVersion.
|
2012-07-03 12:01:06 +02:00 |
Vincent Povirk
|
12babdb7da
|
windowscodecs: Implement IWICPixelFormatInfo2::SupportsTransparency.
|
2012-06-26 17:33:14 +02:00 |
Dmitry Timoshkov
|
58387fca69
|
windowscodecs: Implement MetadataReaderInfo_GetVendorGUID.
|
2012-06-26 12:25:33 +02:00 |
Vincent Povirk
|
9ceb1fc188
|
windowscodecs: Implement IWICPixelFormatInfo2::GetNumericRepresentation.
|
2012-06-25 18:12:55 +02:00 |
Vincent Povirk
|
c8fea25a33
|
windowscodecs: Implement IWICPixelFormatInfo::GetFormatGUID.
|
2012-06-25 18:12:54 +02:00 |
Vincent Povirk
|
0648e09f3c
|
windowscodecs: Implement IWICPixelFormatInfo::GetChannelMask.
|
2012-06-25 18:12:54 +02:00 |
Vincent Povirk
|
80f6890616
|
windowscodecs: Implement PixelFormatInfo_GetChannelCount.
|
2012-06-25 18:12:53 +02:00 |
Vincent Povirk
|
9dbd0833bc
|
windowscodecs: Implement PixelFormatInfo_GetBitsPerPixel.
|
2012-06-25 18:12:53 +02:00 |
Dmitry Timoshkov
|
ebef43e50d
|
windowscodecs: Implement MetadataReaderInfo_GetVersion.
|
2012-06-21 08:41:04 +02:00 |
Dmitry Timoshkov
|
ae610ef37e
|
windowscodecs: Implement MetadataReaderInfo_GetFriendlyName.
|
2012-06-21 08:40:59 +02:00 |
Vincent Povirk
|
9f157e5bfa
|
windowscodecs: Report missing component info strings as zero-length.
|
2012-06-20 19:25:50 +02:00 |
Dmitry Timoshkov
|
27743c81a9
|
windowscodecs: Implement MetadataHandler_GetMetadataHandlerInfo.
|
2012-06-20 11:12:01 +02:00 |
Dmitry Timoshkov
|
8802a9a84c
|
windowscodecs: Add MetadataReaderInfo implementation.
|
2012-06-20 11:11:51 +02:00 |
Vincent Povirk
|
d0f31cddfe
|
windowscodecs: Implement IWICComponentInfo::GetVersion.
|
2012-06-19 11:10:18 +02:00 |
Vincent Povirk
|
7d19b39c2d
|
windowscodecs: Implement IWICComponentInfo::GetVendorGUID.
|
2012-06-19 11:10:13 +02:00 |
Vincent Povirk
|
d99740e8ea
|
windowscodecs: Always report pixel formats are signed.
|
2012-06-19 11:10:07 +02:00 |
Vincent Povirk
|
0dee027df3
|
windowscodecs: Implement IWICComponentInfo::GetFriendlyName.
|
2012-06-19 11:10:02 +02:00 |
Vincent Povirk
|
2846921f91
|
windowscodecs: Check for NULL in IWICComponentInfo::GetComponentType.
|
2012-06-19 11:09:55 +02:00 |
Alexandre Julliard
|
a7d08fcb6e
|
windowscodecs: Fix some broken tests.
|
2012-06-15 18:35:37 +02:00 |
Vincent Povirk
|
387d1e9790
|
windowscodecs: Implement IWICComponentInfo::GetAuthor.
|
2012-06-14 19:13:20 +02:00 |
Vincent Povirk
|
1ceb2f2a48
|
windowscodecs: Add stub IWICPixelFormatInfo implementation.
|
2012-06-14 19:13:12 +02:00 |
Vincent Povirk
|
49b98b111d
|
windowscodecs: Implement IWICBitmapCodecInfo::GetContainerFormat.
|
2012-05-18 18:09:31 +02:00 |
Francois Gouget
|
5f88f362ea
|
dlls: Standardize on 'static const WCHAR' for our Unicode string literals.
Do the same for the corresponding Ansi strings.
|
2011-12-20 10:16:09 +01:00 |
Michael Stefaniuc
|
cbea260391
|
windowscodecs: Standardize the COM usage in info.c.
|
2010-11-29 13:28:25 +01:00 |
Vincent Povirk
|
06c35e8b75
|
windowscodecs: Implement IWICComponentInfo::GetCLSID.
|
2010-09-06 16:16:56 +02:00 |
Vincent Povirk
|
a53a57b79e
|
windowscodecs: Implement IWICBitmapCodecInfo::GetMimeTypes.
|
2010-09-06 16:16:51 +02:00 |
Vincent Povirk
|
d701e8fab3
|
windowscodecs: Enumerate encoders.
|
2010-09-06 16:16:17 +02:00 |
Vincent Povirk
|
645f7c6208
|
windowscodecs: Account for a NULL pceltFetched in ComponentEnum_Next.
|
2010-05-27 14:46:43 +02:00 |
Vincent Povirk
|
d719120fc8
|
windowscodecs: Make component enumerators thread-safe.
This is needed so that ImagingFactory can have a threading model of Both.
|
2010-03-18 10:23:14 +01:00 |
Michael Stefaniuc
|
78cfd13730
|
windowscodecs: Use FAILED instead of !SUCCEEDED.
|
2009-09-10 11:08:31 +02:00 |