Christian Costa
|
cc95915a3c
|
windowscodecs: Fix init of LONGLONG variable with a negative value in TGA decoder.
|
2015-03-04 21:50:37 +09:00 |
Dmitry Timoshkov
|
d03f65a51f
|
windowscodecs: Move the aggregation check from object constructors to class factory.
|
2014-01-14 12:31:42 +01:00 |
Dmitry Timoshkov
|
380d0cd023
|
windowscodecs: Implement QueryCapability of the TGA decoder.
|
2012-11-27 19:45:36 +01:00 |
Dmitry Timoshkov
|
03efd5c0f7
|
windowscodecs: Add a NULL check to GetFrameCount of the TGA decoder.
|
2012-11-27 19:45:36 +01:00 |
Dmitry Timoshkov
|
a8eaeaf511
|
windowscodecs: Make GetFrame return WINCODEC_ERR_FRAMEMISSING without an image data.
|
2012-11-23 18:06:10 +01:00 |
Dmitry Timoshkov
|
85c02fd760
|
windowscodecs: Do not assume that vtable is the first element of the object, avoid not necessary casts.
|
2012-07-24 21:27:12 +02:00 |
Vincent Povirk
|
e9fba4fc07
|
windowscodecs: Implement GetDecoderInfo for all the decoders.
|
2011-07-28 11:30:09 +02:00 |
Vincent Povirk
|
f4ef7ff48a
|
windowscodecs: Accept failure when seeking to the start of a TGA footer.
|
2011-01-11 16:05:45 +01:00 |
Michael Stefaniuc
|
2ff573c99e
|
windowscodecs: Standardize the COM usage in tgaformat.c.
|
2010-11-29 13:28:24 +01:00 |
Vincent Povirk
|
b26d789db2
|
windowscodecs: Implement CopyPalette for the TGA decoder.
|
2010-10-25 12:13:39 +02:00 |
Vincent Povirk
|
a5a7d6c9f0
|
windowscodecs: Support Run-length encoded TGA images.
|
2010-10-22 12:02:10 +02:00 |
Vincent Povirk
|
a64400ec98
|
windowscodecs: Add support for 32-bit TGA images.
|
2010-10-22 12:02:05 +02:00 |
Vincent Povirk
|
6ecb81976f
|
windowscodecs: Handle TGA attribute bits.
|
2010-10-22 12:02:00 +02:00 |
Vincent Povirk
|
c2533f3691
|
windowscodecs: Implement CopyPixels for the TGA decoder.
|
2010-10-22 12:01:43 +02:00 |
Vincent Povirk
|
a044639dee
|
windowscodecs: Implement GetSize for the TGA decoder.
|
2010-10-21 12:27:03 +02:00 |
Vincent Povirk
|
df5a150b4f
|
windowscodecs: Implement GetPixelFormat for the TGA decoder.
|
2010-10-21 12:26:59 +02:00 |
Vincent Povirk
|
bb6d9eaffb
|
windowscodecs: Implement GetFrame for the TGA decoder.
|
2010-10-21 12:26:54 +02:00 |
Vincent Povirk
|
6d20f77517
|
windowscodecs: Implement Initialize for the TGA decoder.
|
2010-10-21 12:26:50 +02:00 |
Vincent Povirk
|
7bf6ad916b
|
windowscodecs: Add stub TGA decoder.
|
2010-10-21 12:26:44 +02:00 |