Commit Graph

61 Commits (9495aa22bfe163c92a3dc7bcefdeab8903e8b046)

Author SHA1 Message Date
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
Michael Stefaniuc 6644263e36 iccvid: Remove superfluous casts of void pointers to other pointer types. 2007-06-27 12:53:23 +02:00
Mikołaj Zalewski e32aa55703 resources: Change German sublanguage code to SUBLANG_NEUTRAL. 2006-10-24 11:45:12 +02:00
Byeong-Sik Jeon e1fd734c97 Korean: Use SUBLANG_NEUTRAL in Korean resources. 2006-10-20 13:49:39 +02:00
Jonathan Ernst a34e04eaf4 Use SUBLANG_NEUTRAL in French resources. 2006-10-19 13:35:05 +02:00
Michael Stefaniuc 47f822eeaa iccvid: Win64 printf format warning fixes. 2006-10-06 12:33:31 +02:00
Michael Stefaniuc 85ce5117c5 Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int. 2006-09-29 16:08:30 +02:00
Mikołaj Zalewski 077a38128c video codecs: add Polish translation. 2006-09-27 09:39:53 +02:00
Alexandre Julliard 32ab895e46 makefiles: Generate the dependencies line to avoid some code duplication. 2006-09-14 09:38:16 +02:00
Alexandre Julliard 77dc0d9be5 .gitignore: Added wildcards to ignore generated resource files. 2006-07-10 21:39:00 +02:00
Alexandre Julliard cc2b3b48e6 Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
2006-07-10 20:47:54 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Jonathan Ernst b97f7dff0e iccvid: French localization. 2006-04-17 11:58:42 +02:00
András Kovács 01b21ee174 iccvid: Added Hungarian translation. 2006-03-15 11:31:40 +01:00
Dmitry Timoshkov b4b3e6a165 Handle ICM_CONFIGURE request in ICCVID and MSVIDC32 codecs. 2006-02-11 12:15:07 +01:00
Dmitry Timoshkov 538ed06c41 Clearly indicate that ICCVID and MSVIDC32 do not support compression. 2006-02-07 12:28:04 +01:00
Fatih Aşıcı 6ff443fb1f iccvid: Turkish translation. 2006-02-06 13:03:42 +01:00
Dmitry Timoshkov c13ae56289 Add a check for icinfo->fccType in DRV_OPEN message handler of builtin
video codecs.
2006-02-03 12:29:26 +01:00
Dmitry Timoshkov bd52a2eedf iccvid: Add support for ICM_DECOMPRESS_END message. 2005-12-15 10:24:49 +01:00
Eric Pouech ed43709a38 vidc: Return error codes when a message isn't supported. 2005-12-12 11:53:28 +01:00
Alexander N. Sørnes f33d726276 Update Norwegian Bokmaal resources. 2005-12-05 12:02:38 +01:00
YunSong Hwang 83befb5d4d Add Korean translations. 2005-11-29 17:21:23 +01:00
Dmitry Timoshkov 8140d66c47 Fix all drivers DriverProc to conform to the DRIVERPROC definition. 2005-11-28 20:53:22 +01:00
Henning Gerhardt eaae447177 Add German resources. 2005-11-28 20:51:54 +01:00
Dmitry Timoshkov 19021aab0d Set both dwVersionICM and dwVersion to ICVERSION in Wine builtin
codecs.
2005-11-28 17:31:48 +01:00
Alexandre Julliard 127df1e115 Ignore generated rsrc.res. 2005-11-28 11:00:57 +01:00
Dmitry Timoshkov 5f6cf2a342 Add support for ICM_GETINFO in iccvid codec (based on msrle32). 2005-11-28 10:44:54 +01:00
Alexandre Julliard 0ec7e1a591 Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00
Alexandre Julliard 7e22be4d84 We are no longer generating .dbg.c files. 2005-09-29 10:35:58 +00:00
Alexandre Julliard 13deedc524 Removed a few more unnecessary import libraries. 2005-08-17 12:42:39 +00:00