Commit Graph

90 Commits

Author SHA1 Message Date
Eric Pouech 6c7d61be53 iccvid: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-11 10:57:38 +01:00
Alexandre Julliard f0cd33c69e include: Add support for defining Win32 types as 'long' where possible.
Add -DWINE_NO_LONG_TYPES to modules that still have compilation
warnings with long types.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-01-27 20:38:22 +01:00
Alexandre Julliard 088a787a2c makefiles: Make -mno-cygwin the default.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-20 22:45:48 +02:00
Alexandre Julliard 3d15828334 iccvid: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-05 08:38:34 +02:00
Michael Müller bc389cff39 iccvid: Fix calculation of stride and size.
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-03-07 19:06:21 +01:00
Michael Stefaniuc ea7dd3f942 iccvid: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-11-13 20:54:28 +01:00
Michael Stefaniuc 1796e7be1c iccvid: Use the global HeapAlloc() wrappers.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-01-31 09:46:25 +01:00
Francois Gouget 4dcdbf359e iccvid: Add a __WINE_ALLOC_SIZE attribute to heap_alloc().
And standardize its formatting, parameter name, etc.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-02-13 09:39:45 +01:00
Bruno Jesus ddb47a13a0 iccvid: Use a separate argument for inverted decompressing.
Signed-off-by: Bruno Jesus <00cpxxx@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-03 23:05:38 +09:00
Bruno Jesus e75f2282ba iccvid: Implement inverted frame decompressing.
Signed-off-by: Bruno Jesus <00cpxxx@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-02 23:02:21 +09:00
Bruno Jesus 1b1e20ba1d iccvid: Make decode_cinepak a bit more consistent and easier to read.
Signed-off-by: Bruno Jesus <00cpxxx@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-20 00:30:40 +09:00
André Hentschel 3977851004 iccvid: Fix compiler warnings with flag -Wunused-macros. 2014-12-11 11:55:52 +01:00
Alexandre Julliard 5e7416e5c8 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
Alexandre Julliard 4f3d71cef3 makefiles: Get rid of the no longer used PO_SRCS variables. 2013-12-15 10:23:04 +01:00
Alexandre Julliard 5756ee09f3 makefiles: Add makedep pragmas for rc files that contain translations. 2013-11-05 20:38:19 +01:00
Alexandre Julliard f02cdd877f Remove empty DLL_PROCESS_DETACH case statements. 2013-04-15 16:45:35 +02:00
Alexandre Julliard 9c6444c6be iccvid: Convert translations to po files. 2011-01-06 15:01:38 +01:00
Hwang YunSong 36cbe780ec iccvid: Update Korean resource. 2010-12-23 13:47:26 +01:00
Paul Vriens 249c6a22e9 iccvid: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
2010-11-02 11:15:53 +01:00
Yaron Shahrabani ccfa119b87 iccvid: Added Hebrew translation. 2010-10-27 12:00:00 +02:00
Luca Bennati 1d0658ee6e iccvid: Update Italian translation. 2010-09-21 17:53:54 +02:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Michael Stefaniuc 1fa2e55be3 iccvid: Remove the ignored common resource attributes. 2010-07-22 11:41:35 +02:00
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Ken Sharp af3802bcdd iccvid: Add Welsh resource. 2010-07-01 13:44:51 +02:00
Igor Paliychuk b9b6dab27b iccvid: Add Ukrainian translations. 2010-06-12 12:07:10 +02:00
Luca Bennati adc70a22ce iccvid: Add Italian translation. 2010-05-31 12:14:28 +02:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
José Manuel Ferrer Ortiz 7ffbfdb7a0 iccvid: New Spanish translations. 2010-02-15 12:47:27 +01:00
Vladimir Pankratov 14a391b8bb iccvid: Convert the Russian resources to UTF-8. 2009-07-24 13:11:39 +02:00
Michael Stefaniuc 2bf4acb56c Set the encoding of the Romanian resources to UTF-8. 2009-07-16 11:15:23 +02:00
Michael Stefaniuc 9949661c65 Set the encoding of the remaining German resources to UTF-8. 2009-07-15 13:23:29 +02:00
Aric Stewart e9037ebe40 iccvid: Add Japanese resource. 2009-07-15 13:15:52 +02:00
Frédéric Delanoy e662cf2107 iccvid: Fix French translation. 2009-07-08 20:12:28 +02:00
Michael Stefaniuc 58d49b42c9 iccvid: Build language resource files separately.
Instead of including them from an other rc file.
2009-06-30 12:33:45 +02:00
Aurimas Fišeras 7f68ffe557 iccvid: Add Lithuanian translation. 2009-06-22 11:27:47 +02:00
Jörg Höhle e7c06ea6ae Perform case-insensitive FOURCC comparison of built-in video codecs. 2009-04-08 11:37:52 +02:00
ByeongSik Jeon 5f3287d79f *Ko.rc: Update Korean resource.
Fix the unnecessary SUBLANG_NATURAL.
Change the font size from 8 to 9.
2008-12-11 12:21:07 +01:00
Ricardo Filipe 3182a36335 iccvid: Remove dead stores (llvm/clang). 2008-12-04 12:41:57 +01:00
Ricardo Filipe ffc0924118 iccvid: Added Portuguese translation. 2008-10-22 13:54:55 +02:00
Mikołaj Zalewski 14a42f802d Make Swedish use SUBLANG_NEUTRAL. 2008-05-19 16:09:13 +02:00
Jens Albretsen 19a46b40de iccvid: Danish translation. 2008-05-07 12:08:17 +02:00
Rok Mandeljc 624c0b002d iccvid: Added Slovenian translation. 2008-04-07 21:39:24 +02:00
Vitaliy Margolen 2e4e2ac3c3 iccvid: Add Russian translation. 2008-04-07 11:34:04 +02:00
Michael Stefaniuc b72021ef85 iccvid: Add the Romanian translation. 2008-03-19 11:23:00 +01:00
Frans Kool 1f0ac3743c iccvid: Created Dutch translations. 2008-02-18 12:41:36 +01:00
Andrew Talbot 33f10e7fb9 iccvid: Remove unneeded casts. 2008-01-07 12:18:29 +01:00
Michael Stefaniuc d9873e2314 iccvid: Rename the wrappers around HeapAlloc() &Co to use the standard names. 2007-12-10 12:03:58 +01:00
Daniel Nylander e145a6ce2d iccvid: Add Swedish translation. 2007-10-16 12:37:43 +02:00
Alex Villacís Lasso bbe9104514 iccvid: Guard against null pointer reference. 2007-09-17 13:45:03 +02:00