Commit Graph

89 Commits

Author SHA1 Message Date
Eric Pouech 16873ae059 msvidc32: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-15 10:39:09 +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 fb9fa275db msvidc32: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-14 09:28:14 +02:00
Michael Müller fb7f937305 msvidc32: Fix calculation of stride and size.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=23175
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=25180
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-03-07 19:08:15 +01:00
Michael Müller e287917a3a msvidc32: Add support for converting 16 bit depth to 24 bit.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=14695
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-03-07 19:08:00 +01:00
Michael Stefaniuc 21d0f36511 msvidc32: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-11-15 23:01:56 +01:00
Bruno Jesus 665f308fd9 msvidc32: Add missing compression messages to the list.
Signed-off-by: Bruno Jesus <00cpxxx@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-22 23:04:19 +09:00
Bruno Jesus 59222af9c5 msvidc32: Improve trace messages from CRAM_DecompressQuery. 2015-08-24 14:44:11 +09:00
Frédéric Delanoy aa2f454f37 msvidc32: Use BOOL type where appropriate. 2014-02-22 08:41:26 -06: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
Francois Gouget 7a600be146 msvidc32: Mark 'MS-CRAM' as not needing translation. 2011-08-25 18:09:04 +02:00
Alexandre Julliard 958ecd63f1 msvidc32: Convert translations to po files. 2011-01-06 17:19:23 +01:00
Hwang YunSong a13078eebd msvidc32: Update Korean resource. 2010-12-28 16:35:39 +01:00
Paul Vriens c77add5e11 msvidc32: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
2010-11-03 14:44:50 +01: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
Jörg Höhle c678bdd718 msvidc: ICDecompressQuery returns ICERR_BADFORMAT on error. 2010-07-28 16:28:23 +02:00
Michael Stefaniuc 9ad3e4f1e7 msvidc32: Remove the ignored common resource attributes. 2010-07-22 11:41:37 +02:00
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Ken Sharp f1c78ff04f msvidc32: Add Welsh resource. 2010-07-05 12:59:47 +02:00
Jose Rostagno b20b58250f msvidc32: Add Spanish translation. 2010-06-08 12:59:36 +02:00
Luca Bennati 01ca426d95 msvidc32: Add Italian translation. 2010-05-31 12:14:28 +02:00
André Hentschel f31e30d1be msvidc32: Be less picky with formats. 2010-05-21 18:58:04 +02:00
Gerald Pfeifer ba9b207274 msvidc32: Remove variable bit_per_pixel which is not really used from CRAM_Decompress and CRAM_DecompressEx. 2010-04-26 07:02:39 -05:00
Jörg Höhle 5578446530 msvidc: Fix 16bit VIDEO-1/CRAM decompression. 2010-04-13 13:06:48 +02:00
Jörg Höhle d0b92c91f8 msvidc32: Fix "Unknown message: 400e". 2010-04-06 18:08:04 +02:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Igor Paliychuk 4e2e10f24e msvidc32: Add Ukrainian translations. 2010-02-01 12:08:26 +01:00
Paul Vriens b543c40de4 msvidc32: Fix size parameter for memset (Coccinelle). 2010-01-11 11:35:00 -06:00
Gerald Pfeifer a15f283c7d msvidc32: Guard old code by #ifdef instead of plain #if. 2009-11-21 14:31:45 +01:00
Vladimir Pankratov 55e97bdc45 msvidc32: Convert the Russian resources to UTF-8. 2009-08-03 14:56:51 +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 0d932a88d4 msvidc32: Add Japanese resource. 2009-07-15 13:15:47 +02:00
Frédéric Delanoy 88da8071f0 msvidc32: Convert French resources to UTF-8. 2009-07-10 12:11:19 +02:00
Michael Stefaniuc ece4f64ecf msvidc32: Build language resource files separately.
Do not include them from an other rc file.
2009-07-02 11:41:15 +02:00
Aurimas Fišeras 1c83614854 msvidc32: Add Lithuanian translation. 2009-06-22 11:28:08 +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 40ae522409 msvidc32: Added Portuguese translation. 2008-11-13 12:07:07 +01:00
Mikołaj Zalewski 14a42f802d Make Swedish use SUBLANG_NEUTRAL. 2008-05-19 16:09:13 +02:00
Jens Albretsen b19326767f msvidc32: Danish translation. 2008-05-07 12:09:21 +02:00
Rok Mandeljc 704949d76a msvidc32: Added Slovenian translation. 2008-04-08 11:58:49 +02:00
Vitaliy Margolen e00a93fd5d msvidc32: Add Russian translation. 2008-04-07 11:34:14 +02:00
Michael Stefaniuc 2b4c863f27 msvidc32: Add the Romanian translation. 2008-03-19 11:23:03 +01:00
Frans Kool b13e856d58 msvidc32: Created Dutch translations. 2008-02-18 12:41:36 +01:00
Daniel Nylander 8276bf6648 msvidc32: Add Swedish translation. 2007-10-16 12:39:42 +02:00