libwebp/examples
James Zern 169f867f3c unicode.h: set console mode before using wprintf
This fixes incorrect character display in the file name
in e.g., stats output from cwebp.exe in visual studio builds.

In mingw further changes will be needed as using %s in wfprintf() for
wchar_t pointers is a Microsoft extension that doesn't seem to be
supported with gcc -fms-extensions. %ls works, but will require updating
format strings and wrapping concatenations with TO_W_CHAR() as visual
studio will reject merging string constants of different width.

https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/setmode

Change-Id: I57d24c3815f7b5aa3971ac315c65c4458258d706
2022-06-29 22:05:26 -07:00
..
Android.mk Android.mk: use LOCAL_EXPORT_C_INCLUDES w/public libs 2018-06-07 16:12:58 -07:00
anim_diff.c libwebp: Unicode command tools on Windows 2018-10-17 13:19:40 +02:00
anim_dump.c libwebp: Unicode command tools on Windows 2018-10-17 13:19:40 +02:00
anim_util.c anim_util: fix leaks on error 2022-04-04 11:26:25 -07:00
anim_util.h gif2webp: fix transcode of loop count=65535 2018-05-11 12:10:25 -07:00
cwebp.c image_dec: add WebPGetEnabledInputFileFormats() 2022-03-26 15:37:25 -07:00
dwebp.c man/cwebp.1: add note about crop/resize order 2022-03-17 16:08:34 -07:00
example_util.c ExUtilInitCommandLineArguments: fix leak on error 2022-04-04 11:26:25 -07:00
example_util.h extract the command-line parsing helpers to example_util 2018-02-08 08:11:31 +00:00
gif2webp.c gif2webp: fix segfault on OOM 2022-04-04 11:26:12 -07:00
gifdec.c Expose WebPMalloc() in addition to WebPFree() 2019-10-15 23:19:50 +02:00
gifdec.h gifdec: Move inclusion of webp/config.h to header. 2015-04-17 12:43:17 -07:00
img2webp.c image_dec: add WebPGetEnabledInputFileFormats() 2022-03-26 15:37:25 -07:00
Makefile.am libwebp: Remove duplicate GIFDisplayError in anim_util 2018-10-09 17:29:54 +02:00
stopwatch.h cosmetics: normalize include guard comment 2018-08-22 14:46:53 -07:00
test_ref.ppm lot of cosmetics 2010-11-17 20:09:47 -08:00
test.webp remove INAM, ICOP, ... chunks from the test webp file. 2012-07-19 17:34:04 -07:00
unicode_gif.h unicode_gif.h: fix -Wdeclaration-after-statement 2022-06-20 11:40:09 -07:00
unicode.h unicode.h: set console mode before using wprintf 2022-06-29 22:05:26 -07:00
vwebp.c cosmetics: normalize '*' association 2019-07-26 01:04:09 -07:00
webpinfo.c webpinfo: fix fourcc comparison w/big-endian 2021-12-22 16:01:54 -08:00
webpmux.c examples/webpmux.c: fix a couple of typos 2022-02-17 17:10:08 -08:00