Sweden-Number/dlls/windowscodecs
Michael Stefaniuc f34f621291 windowscodecs: Remove redundant not-NULL check (coccinellery).
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-02-28 21:37:30 +01:00
..
tests windowscodecs/tests: Add a test for 8bpp indexed TIFF format. 2019-02-20 18:42:48 +01:00
Makefile.in
bitmap.c
bmpdecode.c windowscodecs: Limit number of colors in a palette in BMP decoder. 2018-12-04 23:27:42 +01:00
bmpencode.c windowscodecs: Implement IWICBitmapEncoder::GetEncoderInfo in BMP encoder. 2018-12-06 17:00:42 +01:00
clipper.c
clsfactory.c
colorcontext.c
colortransform.c
converter.c windowscodecs: Add support for CMYK to BGR conversion. 2019-02-21 20:25:02 +01:00
fliprotate.c
gifformat.c
icnsformat.c
icoformat.c
imgfactory.c windowscodecs: Remove redundant comparison. 2018-12-21 14:02:33 +01:00
info.c windowscodecs: Add support for 32bppRGB, 32bppRGBA and 32bppPRGBA to format converter. 2019-02-18 19:29:46 +01:00
jpegformat.c windowscodecs: Move JPEG frame image data initialization from Frame::CopyPixels to Decoder::Initialize. 2019-02-22 18:21:42 +01:00
main.c windowscodecs: Simplify the buffer size check in copy_pixels() helper. 2019-01-10 10:03:20 -06:00
metadatahandler.c
metadataquery.c windowscodecs: Remove redundant not-NULL check (coccinellery). 2019-02-28 21:37:30 +01:00
palette.c windowscodecs: Implement IWICPalette::InitializeFromBitmap. 2019-01-31 18:13:18 +01:00
pngformat.c windowscodecs: Remove redundant NULL check before HeapFree(). 2019-01-31 18:13:18 +01:00
propertybag.c
proxy.c
regsvr.c windowscodecs: Fix the SupportsTransparency flag value for various pixel formats. 2019-02-20 18:42:51 +01:00
scaler.c
stream.c windowscodecs: Fix InitializeFromIStream() to simply wrap target stream. 2018-12-04 23:27:39 +01:00
tgaformat.c
tiffformat.c windowscodecs: Avoid redundant checks when reading a TIFF tile. 2019-02-20 18:42:55 +01:00
ungif.c
ungif.h
version.rc
wincodecs_private.h
windowscodecs.spec
windowscodecs_wincodec.idl