Andrew Talbot
|
e1b7291785
|
windowscodecs: Remove unneeded address-of operators from array names.
|
2011-11-02 12:31:48 +01:00 |
Vincent Povirk
|
e9fba4fc07
|
windowscodecs: Implement GetDecoderInfo for all the decoders.
|
2011-07-28 11:30:09 +02:00 |
Austin English
|
bceb274c94
|
windowscodecs: Only declare jpeg debug channel if jpeg is supported.
|
2011-04-11 12:22:59 +02:00 |
Vincent Povirk
|
d9fb1a4b92
|
windowscodecs: Add a utility function for swapping 8-bit BGR/RGB data.
|
2011-01-11 16:05:43 +01:00 |
Michael Stefaniuc
|
682600b7fc
|
windowscodecs: Standardize the COM usage in jpegformat.c.
|
2010-11-29 13:28:25 +01:00 |
Krzysztof Nowicki
|
145bda5aa6
|
windowscodecs: Fix *_CopyPixels functions to properly handle a NULL rectangle.
|
2010-10-20 10:23:35 +02:00 |
Vincent Povirk
|
1cb7e6f879
|
windowscodecs: Override libjpeg's default error handling.
|
2010-09-13 13:32:06 -05:00 |
Vincent Povirk
|
116cf47df3
|
windowscodecs: Decode CMYK/YCCK JPEG images as CMYK.
|
2010-09-13 13:31:49 -05:00 |
Matteo Bruni
|
23e173109d
|
windowscodecs: Reset the stream pointer when initializing JPEG decoder.
|
2010-07-26 09:58:21 +02:00 |
Vincent Povirk
|
7c8b7559a2
|
windowscodecs: Add locking to the JPEG decoder.
|
2010-04-13 11:30:35 +02:00 |
Julian Rüger
|
c1660c9a2f
|
windowscodecs: Small spelling fixes.
|
2010-03-18 13:46:38 +01:00 |
Vincent Povirk
|
529bdca8a8
|
windowscodecs: Implement CopyPixels for the JPEG decoder.
|
2009-08-25 10:25:35 +02:00 |
Vincent Povirk
|
7d63abc9ec
|
windowscodecs: Implement GetSize for the JPEG decoder.
|
2009-08-25 10:25:26 +02:00 |
Vincent Povirk
|
0ab6e9853c
|
windowscodecs: Implement GetPixelFormat for the JPEG decoder.
|
2009-08-25 10:25:19 +02:00 |
Vincent Povirk
|
5ef3b51756
|
windowscodecs: Implement GetFrame for the JPEG decoder.
|
2009-08-25 10:25:12 +02:00 |
Vincent Povirk
|
4185c0d9fe
|
windowscodecs: Implement Initialize for the JPEG decoder.
|
2009-08-25 10:24:58 +02:00 |
Vincent Povirk
|
bec465e467
|
windowscodecs: Add stub JPEG decoder.
|
2009-08-25 10:24:33 +02:00 |