Alexandre Julliard
3d6febc997
include: Get rid of the DPRINTF() macro.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-04-08 19:34:44 +02:00
Nikolay Sivov
5976988b1e
wincodecs: Trace WICRect arguments.
...
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-11-13 20:54:28 +01:00
Nikolay Sivov
0be89601f5
wincodecs: Encoder options are optional for CreateNewFrame().
...
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-02-05 18:44:54 +01:00
Nikolay Sivov
02dbe712ee
wincodecs: Remove stub message for implemented methods.
...
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Vincent Povirk <vincent@codewevers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-10-26 15:20:59 +02:00
Michael Stefaniuc
da5dfe7e80
windowscodecs: Remove a redundant NULL check before HeapFree().
...
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-07-09 11:03:42 +09: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
e5f57e6342
windowscodecs: Fix build failure on OSX.
2015-07-01 15:12:44 +09:00
Sebastian Lackner
863f432a7d
windowscodecs: Distinguish interface and implementation pointer for IcnsEncoder.
2015-06-30 14:42:19 +09:00
Sergey Isakov
98186d42a5
windowscodecs: Fix wrong pointer to formal parameter.
2015-04-01 22:34:20 +09:00
Vincent Povirk
30f9834061
windowscodecs: Share WriteSource code between implementations.
2014-06-16 09:29:05 +02:00
Dmitry Timoshkov
d03f65a51f
windowscodecs: Move the aggregation check from object constructors to class factory.
2014-01-14 12:31:42 +01:00
Ludger Sprenker
d4b1db7141
windowscodecs: Implement ComponentFactory::CreateEncoderPropertyBag.
2013-01-30 13:10:24 +01:00
Alexandre Julliard
25441f40f8
include: Allow using windows.h in Wine code.
2012-01-20 15:58:57 +01:00
Ken Thomases
677c1e578d
windowscodecs: Disable ICNS support when building for Mac OS X 10.4 Tiger.
2011-01-21 12:24:58 +01:00
Ken Thomases
21137cd3c3
windowscodecs: Use Mac OS X native ICNS support, not libicns.
...
The ICNS support is only used on Mac OS X and is not anticipated to be used
on any other platform. So, we can rely on the native frameworks rather than
a third-party dependency.
2011-01-06 11:44:02 +01:00
Michael Stefaniuc
31aec42560
windowscodecs: Standardize the COM usage in icnsformat.c.
2010-12-09 12:21:55 +01:00
Damjan Jovanovic
129f229272
windowscodecs: Write ICNS files.
2010-08-24 15:22:35 +02:00
Damjan Jovanovic
bbf039fe45
windowscodecs: Implement the ICNS frame encoder.
2010-08-24 15:22:35 +02:00
Damjan Jovanovic
51d741f8c8
windowscodecs: Stub out the ICNS frame encoder.
2010-08-24 15:22:35 +02:00
Damjan Jovanovic
a4835dce4f
windowscodecs: Add a stubbed ICNS encoder.
2010-08-24 15:22:35 +02:00