Michael Stefaniuc
|
53af9f2b1e
|
windowscodecs: Use ifaces instead of vtbl pointers in PngEncoder.
|
2010-12-16 12:06:51 +01:00 |
Michael Stefaniuc
|
2854f06105
|
windowscodecs: Standardize the COM usage in pngformat.c.
|
2010-11-29 13:28:25 +01:00 |
Damjan Jovanovic
|
d53e1a71f4
|
windowscodecs: Load PNGs incrementally.
|
2010-10-07 15:58:12 +02:00 |
Michael Stefaniuc
|
2f8d9ccba9
|
windowscodecs: Unlock not lock again when leaving the function (Smatch).
|
2010-04-19 14:54:18 +02:00 |
Vincent Povirk
|
fd3ea78702
|
windowscodecs: Add locking to the PNG encoder.
|
2010-04-15 14:18:08 +02:00 |
Vincent Povirk
|
7871033a40
|
windowscodecs: Add locking to the PNG decoder.
|
2010-04-13 11:30:12 +02:00 |
Julian Rüger
|
c1660c9a2f
|
windowscodecs: Small spelling fixes.
|
2010-03-18 13:46:38 +01:00 |
Marcus Meissner
|
615e0e64f9
|
windowscodecs: Handle old libpng.so using distros (as SLE 10).
|
2010-03-02 11:57:41 +01:00 |
Vincent Povirk
|
44478b5364
|
windowscodecs: Define a custom png error handler.
|
2010-02-05 10:09:52 +01:00 |
Vincent Povirk
|
29a599a5d6
|
windowscodecs: Replace a call to a deprecated libpng function.
It was removed in libpng 1.4.0.
|
2010-02-05 10:09:08 +01:00 |
Michael Stefaniuc
|
ae8c2ec267
|
windowscodecs: Don't cast NULL.
|
2009-12-21 15:01:25 +01:00 |
Michael Stefaniuc
|
13ad5d1725
|
windowscodecs: Remove redundant NULL check before HeapFree (Smatch).
|
2009-10-12 12:14:10 +02:00 |
Vincent Povirk
|
3db6ef4980
|
windowscodecs: Implement Commit for the PNG encoder.
|
2009-10-09 12:00:10 +02:00 |
Vincent Povirk
|
e7eadeec92
|
windowscodecs: Implement Commit for the PNG frame encoder.
|
2009-10-09 12:00:04 +02:00 |
Vincent Povirk
|
b3790010fd
|
windowscodecs: Implement WriteSource for the PNG encoder.
|
2009-10-09 11:59:57 +02:00 |
Vincent Povirk
|
2e14644937
|
windowscodecs: Implement WritePixels for the PNG encoder.
|
2009-10-09 11:59:50 +02:00 |
Vincent Povirk
|
6bc71039b1
|
windowscodecs: Implement SetResolution for the PNG encoder.
|
2009-10-09 11:59:43 +02:00 |
Vincent Povirk
|
e324b8ef4c
|
windowscodecs: Implement SetSize for the PNG encoder.
|
2009-10-09 11:59:36 +02:00 |
Vincent Povirk
|
a2214f04d4
|
windowscodecs: Implement SetPixelFormat for the PNG encoder.
|
2009-10-09 11:59:30 +02:00 |
Vincent Povirk
|
6afcb2eb33
|
windowscodecs: Implement Initialize for the PNG frame encoder.
|
2009-10-09 11:59:21 +02:00 |
Vincent Povirk
|
049a2e0c0c
|
windowscodecs: Implement CreateNewFrame for the PNG encoder.
|
2009-10-09 11:59:15 +02:00 |
Vincent Povirk
|
c79b70507a
|
windowscodecs: Implement Initialize for the PNG encoder.
|
2009-10-09 11:59:05 +02:00 |
Vincent Povirk
|
60d1be1326
|
windowscodecs: Add stub PNG encoder.
|
2009-10-09 11:58:55 +02:00 |
Vincent Povirk
|
48cf4536e5
|
windowscodecs: Implement GetResolution for the PNG decoder.
|
2009-10-09 11:58:24 +02:00 |
Vincent Povirk
|
80adebf76c
|
windowscodecs: Support color-keyed transparency in PNG images.
|
2009-08-28 11:54:49 +02:00 |
Vincent Povirk
|
4657938235
|
windowscodecs: Implement CopyPalette for the PNG decoder.
|
2009-08-28 11:54:49 +02:00 |
Vincent Povirk
|
bcd8dc2d53
|
windowscodecs: Implement CopyPixels for the PNG decoder.
|
2009-08-28 11:54:49 +02:00 |
Vincent Povirk
|
c7125783de
|
windowscodecs: Implement GetSize for the PNG decoder.
|
2009-08-28 11:54:49 +02:00 |
Vincent Povirk
|
50b07b795d
|
windowscodecs: Implement GetPixelFormat for the PNG decoder.
|
2009-08-28 11:54:48 +02:00 |
Vincent Povirk
|
b077f0653c
|
windowscodecs: Implement GetFrame for the PNG decoder.
|
2009-08-28 11:54:48 +02:00 |
Vincent Povirk
|
7d74dba5b8
|
windowscodecs: Implement Initialize for the PNG decoder.
|
2009-08-28 11:54:48 +02:00 |
Vincent Povirk
|
f626204321
|
windowscodecs: Implement GetFrameCount for PNG decoder.
|
2009-08-28 11:54:48 +02:00 |
Vincent Povirk
|
25f3802b36
|
windowscodecs: Implement GetContainerFormat for PNG decoder.
|
2009-08-28 11:54:48 +02:00 |
Vincent Povirk
|
568c739082
|
windowscodecs: Add stub PNG decoder.
|
2009-08-28 11:54:48 +02:00 |