Commit Graph

23 Commits

Author SHA1 Message Date
Vincent Povirk 68d9ea4d83 windowscodecs: Implement JpegEncoder_Frame_SetPixelFormat. 2012-04-17 11:45:25 +02:00
Vincent Povirk f5847da714 windowscodecs: Implement JpegEncoder_Frame_SetSize. 2012-04-12 20:37:43 +02:00
Vincent Povirk 1ce8a66e79 windowscodecs: Implement JpegEncoder_Frame_Initialize. 2012-04-12 20:37:38 +02:00
Vincent Povirk 7f302c81b3 windowscodecs: Implement JpegEncoder_CreateNewFrame. 2012-04-12 20:37:33 +02:00
Vincent Povirk 8a066b2c20 windowscodecs: Implement JpegEncoder_Initialize. 2012-04-12 20:37:24 +02:00
Vincent Povirk 2e2b045db0 windowscodecs: Add stub JPEG encoder. 2012-04-12 20:37:12 +02:00
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