Alexandre Julliard
|
bc58b627b0
|
windowscodecs: Remove the no longer used icns encoder.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-27 22:40:50 +02:00 |
Alexandre Julliard
|
d36615ee52
|
windowscodecs: Use the bundled libtiff.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-19 11:33:05 +02:00 |
Alexandre Julliard
|
a6ac035a74
|
windowscodecs: Use the bundled libjpeg.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-19 11:33:05 +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 |
Rémi Bernon
|
24b9203d35
|
windowscodecs: Move several helpers to new wincodecs_common.c source.
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Esme Povirk <esme@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-01-27 21:37:26 +01:00 |
Alexandre Julliard
|
0012c26fa6
|
windowscodecs: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-11-30 22:18:20 +01:00 |
Esme Povirk
|
769d88a39e
|
windowscodecs: Move ICNS encoding to the unix lib.
Signed-off-by: Esme Povirk <esme@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-11-30 22:18:20 +01:00 |
Esme Povirk
|
92fb63d775
|
windowscodecs: Move jpeg encoding to the unix lib.
Signed-off-by: Esme Povirk <esme@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-11-24 22:33:40 +01:00 |
Esme Povirk
|
942141d17d
|
windowscodes: Move tiff encoding to the unix lib.
Signed-off-by: Esme Povirk <esme@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-11-23 21:05:04 +01:00 |
Esme Povirk
|
665ab72fca
|
windowscodecs: Move PNG encoding to the unix lib.
Signed-off-by: Esme Povirk <esme@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-11-16 21:06:17 +01:00 |
Esme Povirk
|
6abf518ece
|
windowscodecs: Move TIFF decoding to unix lib.
Signed-off-by: Esme Povirk <esme@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-10-27 20:25:40 +01:00 |
Esme Povirk
|
70ea6485e8
|
windowscodecs: Use the unix library to find PNG metadata.
Signed-off-by: Esme Povirk <esme@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-10-19 14:56:29 +02:00 |
Esme Povirk
|
53ce545e69
|
windowscodecs: Move PNG CopyPixels to unix lib.
Signed-off-by: Esme Povirk <esme@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-10-19 14:56:29 +02:00 |
Esme Povirk
|
6aa8e17975
|
windowscodecs: Start loading PNG in unix lib.
Signed-off-by: Esme Povirk <esme@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-10-19 14:56:29 +02:00 |
Esme Povirk
|
0f61ed18ef
|
windowscodecs: Add a unix library and start to use it for PNG.
Signed-off-by: Esme Povirk <esme@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-10-19 14:56:29 +02:00 |
Ziqing Hui
|
e8a45561c8
|
windowscodecs: Correctly set output frame size for WriteSource().
Signed-off-by: Ziqing Hui <zhui@codeweavers.com>
Signed-off-by: Esme Povirk <esme@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-09-09 20:30:36 +02:00 |
Vincent Povirk
|
4f53be1a6e
|
windowscodecs: Set palette in WriteSource when necessary.
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-03-05 20:27:55 +01:00 |
Dmitry Timoshkov
|
3887c04f43
|
windowscodecs: Simplify the buffer size check in copy_pixels() helper.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-01-10 10:03:20 -06:00 |
Dmitry Timoshkov
|
d13d34d101
|
windowscodecs: Add support for palette image formats to TIFF encoder.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-12-06 17:00:09 +01:00 |
Jacek Caban
|
8a763d9e29
|
windowscodecs: Cache component info objects.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-03-30 18:22:14 +02:00 |
Nikolay Sivov
|
62830143d1
|
wincodecs: Trigger conversion to target format in WriteSource().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-11-28 18:57:47 +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 |
Vincent Povirk
|
88f17cdb54
|
windowscodecs: Check for empty rect in WriteSource_Proxy.
|
2014-06-16 09:29:13 +02:00 |
Vincent Povirk
|
30f9834061
|
windowscodecs: Share WriteSource code between implementations.
|
2014-06-16 09:29:05 +02:00 |
Alexandre Julliard
|
f02cdd877f
|
Remove empty DLL_PROCESS_DETACH case statements.
|
2013-04-15 16:45:35 +02:00 |
Andrew Talbot
|
81afb28818
|
windowscodecs: Avoid signed-unsigned integer comparisons.
|
2013-03-04 11:15:16 +01:00 |
Vincent Povirk
|
e61e4719e5
|
windowscodecs: Don't copy extra data from the end of a row.
|
2013-01-08 12:18:11 +01:00 |
Vincent Povirk
|
32bfd81051
|
windowscodecs: Allow CopyPixels to succeed without padding from the last row.
|
2012-08-20 20:17:56 +02:00 |
Vincent Povirk
|
e7f31ddb81
|
windowscodecs: Implement BitmapScaler_CopyPixels.
|
2012-06-28 19:41:25 +02:00 |
André Hentschel
|
10cd34db38
|
windowscodecs: Add stub for DllCanUnloadNow.
|
2012-03-16 13:02:52 +01:00 |
Vincent Povirk
|
d9fb1a4b92
|
windowscodecs: Add a utility function for swapping 8-bit BGR/RGB data.
|
2011-01-11 16:05:43 +01:00 |
Damjan Jovanovic
|
32f9173998
|
windowscodecs: Add COM proxies and stubs.
|
2010-10-22 15:49:37 +02:00 |
Krzysztof Nowicki
|
db6731f628
|
windowscodecs: Optimise copy_pixels in case the whole bitmap is copied.
|
2010-10-20 18:37:07 +02:00 |
Krzysztof Nowicki
|
145bda5aa6
|
windowscodecs: Fix *_CopyPixels functions to properly handle a NULL rectangle.
|
2010-10-20 10:23:35 +02:00 |
Vincent Povirk
|
467f232f37
|
windowscodecs: Prefer builtin version.
|
2010-08-25 11:58:12 +02:00 |
Vincent Povirk
|
3d1bb79983
|
windowscodecs: Fix copy_pixels when Y != 0.
|
2009-08-10 13:19:17 +02:00 |
Vincent Povirk
|
5b7de464ca
|
windowscodecs: Implement CopyPixels for BMP decoder.
|
2009-07-02 11:39:34 +02:00 |
Vincent Povirk
|
ed4cde25cc
|
windowscodecs: Add stub dll.
|
2009-06-08 13:09:05 +02:00 |