Sweden-Number/dlls/windowscodecs
Esme Povirk cd778e0b7f windowscodecs: Do not call png_read_end.
This isn't necessary because we do not use libpng to read metadata
or verify checksums. If this happens to be the last thing we do,
it will fail the pngformat tests which do not expect us to return
with the stream seeked to the end of the file.

Signed-off-by: Esme Povirk <esme@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-10-19 14:56:29 +02:00
..
tests windowscodecs/tests: Use the ARRAY_SIZE() macro. 2020-09-24 15:02:10 +02:00
Makefile.in windowscodecs: Add a unix library and start to use it for PNG. 2020-10-19 14:56:29 +02:00
bitmap.c
bmpdecode.c
bmpencode.c
clipper.c
clsfactory.c
colorcontext.c
colortransform.c
converter.c
ddsformat.c
fliprotate.c
gifformat.c
icnsformat.c
icoformat.c
imgfactory.c
info.c
jpegformat.c
libpng.c windowscodecs: Do not call png_read_end. 2020-10-19 14:56:29 +02:00
main.c windowscodecs: Use the unix library to find PNG metadata. 2020-10-19 14:56:29 +02:00
metadatahandler.c
metadataquery.c
palette.c
pngformat.c windowscodecs: Use unix lib to get PNG color contexts. 2020-10-19 14:56:29 +02:00
propertybag.c
proxy.c
regsvr.c windowscodecs: Support JXR/WMP detection and formats. 2020-09-24 15:01:58 +02:00
scaler.c
stream.c
tgaformat.c
tiffformat.c
ungif.c
ungif.h
unix_iface.c windowscodecs: Use unix lib to get PNG color contexts. 2020-10-19 14:56:29 +02:00
unix_lib.c windowscodecs: Use unix lib to get PNG color contexts. 2020-10-19 14:56:29 +02:00
uuid.c
version.rc
wincodecs_common.h windowscodecs: Use unix lib to get PNG color contexts. 2020-10-19 14:56:29 +02:00
wincodecs_private.h windowscodecs: Use unix lib to get PNG color contexts. 2020-10-19 14:56:29 +02:00
windowscodecs.spec
windowscodecs_wincodec.idl