Dmitry Timoshkov
|
3059668de3
|
windowscodecs: Use PropVariantCompareEx to compare metadata items.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-06-26 08:53:02 +02:00 |
Dmitry Timoshkov
|
35483da628
|
include: Fix typos in WICPersistOptions enumeration names.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-12 16:10:45 +02: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 |
Piotr Caban
|
ca5c0f6b14
|
windowscodecs: Initialize unused part of metadata PROPVARIANT to 0.
|
2015-03-05 21:28:40 +09:00 |
Dmitry Timoshkov
|
d03f65a51f
|
windowscodecs: Move the aggregation check from object constructors to class factory.
|
2014-01-14 12:31:42 +01:00 |
Andrew Talbot
|
81afb28818
|
windowscodecs: Avoid signed-unsigned integer comparisons.
|
2013-03-04 11:15:16 +01:00 |
Dmitry Timoshkov
|
bd5162474a
|
windowscodecs: Add support for VT_LPWSTR property ids to MetadataHandler_GetValue.
|
2012-09-19 13:05:52 +02:00 |
Vincent Povirk
|
1a032a94df
|
windowscodecs: Implement PNG tEXt metadata reader.
|
2012-09-11 11:12:08 +02:00 |
Dmitry Timoshkov
|
5f4b8f5916
|
windowscodecs: Handle short reads in the metadata handler.
|
2012-08-13 11:49:01 +02:00 |
Dmitry Timoshkov
|
7d1e2741ce
|
windowscodecs: Implement MetadataHandler_Load.
|
2012-07-24 13:36:26 +02:00 |
Dmitry Timoshkov
|
8b30ef11cf
|
windowscodecs: Implement MetadataHandler_GetValue.
|
2012-06-29 10:46:49 +02:00 |
Dmitry Timoshkov
|
4c7f6f68b9
|
windowscodecs: Add support for loading of multiple 8-byte IFD fields.
|
2012-06-21 20:35:11 +02:00 |
Dmitry Timoshkov
|
b8d5865028
|
windowscodecs: Handle IFD fields with count 0 same way as with count 1.
|
2012-06-21 20:35:10 +02:00 |
Dmitry Timoshkov
|
e4af117c06
|
windowscodecs: Add support for IFD_UNDEFINED field type.
|
2012-06-21 20:35:09 +02:00 |
Dmitry Timoshkov
|
f3347de574
|
windowscodecs: Add support for IFD_ASCII field type.
|
2012-06-21 20:34:56 +02:00 |
Dmitry Timoshkov
|
722cb46c05
|
windowscodecs: Fix handling of 8-byte IFD fields.
|
2012-06-21 19:56:53 +02:00 |
Dmitry Timoshkov
|
aedd9271b7
|
windowscodecs: Add support for loading of multiple simple IFD fields.
|
2012-06-21 19:56:32 +02:00 |
Dmitry Timoshkov
|
281768f765
|
windowscodecs: Add support for more types of IFD fields.
|
2012-06-21 19:55:25 +02:00 |
Dmitry Timoshkov
|
0e55fb682f
|
windowscodecs: Implement MetadataHandler_GetValueByIndex.
|
2012-06-20 11:12:35 +02:00 |
Dmitry Timoshkov
|
75a8814633
|
windowscodecs: Implement MetadataHandler_GetMetadataFormat.
|
2012-06-20 11:12:11 +02:00 |
Dmitry Timoshkov
|
27743c81a9
|
windowscodecs: Implement MetadataHandler_GetMetadataHandlerInfo.
|
2012-06-20 11:12:01 +02:00 |
Dmitry Timoshkov
|
7cf036a471
|
windowscodecs: Check IFD structure when loading metadata.
|
2012-06-14 22:21:08 +02:00 |
Dmitry Timoshkov
|
5f22fdb86f
|
windowscodecs: Add support for WICPersistOptionsLittleEndian/WICPersistOptionsBigEndian in the IFD metadata reader.
|
2012-06-14 22:21:07 +02:00 |
Dmitry Timoshkov
|
ec43788803
|
windowscodecs: Implement partial loading of IFD metadata.
|
2012-06-14 22:21:07 +02:00 |
Dmitry Timoshkov
|
781113f4da
|
windowscodecs: Add WICIfdMetadataReader stub implementation.
|
2012-06-08 19:35:20 +02:00 |
Dmitry Timoshkov
|
8d71cc1f2d
|
windowscodecs: Implement MetadataHandler_GetCount.
|
2012-06-08 19:35:19 +02:00 |
Dmitry Timoshkov
|
1f48c89e04
|
windowscodecs: Protect from invalid input some metadata handler methods.
|
2012-06-08 19:35:19 +02:00 |
Vincent Povirk
|
568233621f
|
Revert "windowscodecs: Add a stubbed out IWICMetadataBlockReader interface.".
This reverts commit 882c1026a8 .
|
2012-05-31 12:37:19 +02:00 |
Dmitry Timoshkov
|
882c1026a8
|
windowscodecs: Add a stubbed out IWICMetadataBlockReader interface.
|
2012-05-24 20:08:46 +02:00 |
Frédéric Delanoy
|
07b14bf281
|
windowscodecs: Fix memory deallocation in LoadUnknownMetadata (Coverity).
|
2012-01-16 12:45:38 +01:00 |
Francois Gouget
|
259153001f
|
windowscodecs: Fix compilation on systems that don't support nameless unions.
|
2012-01-16 12:45:33 +01:00 |
Vincent Povirk
|
31be8a19d9
|
windowscodecs: Implement IWICMetadataWriter::GetEnumerator.
|
2012-01-12 12:31:21 +01:00 |
Vincent Povirk
|
60e6653561
|
windowscodecs: Implement IWICMetadataWriter::LoadEx.
|
2012-01-12 12:31:21 +01:00 |
Vincent Povirk
|
6b2d1ce130
|
windowscodecs: Add a stub IWICMetadataReader/Writer implementation.
|
2012-01-12 12:31:20 +01:00 |