Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-09 | IMAGE: Fix MSVC warnings | SupSuper | |
Fixes warning C4067: unexpected tokens following preprocessor directive due to non-standard "and" "or" operators | |||
2019-04-28 | IMAGE: Fix build when not using libjpeg-turbo | Bastien Bouclet | |
2019-04-28 | IMAGE: Remove decoding JPEG directly to RGB565 | Bastien Bouclet | |
It's not supported by ancient versions of libjpeg-turbo, and there is no way to detect if support is available without doing a compilation test... | |||
2019-04-28 | IMAGE: Allow setting the output pixel format to the JPEG decoder | Bastien Bouclet | |
2014-02-28 | IMAGE: Make Codec take a stream reference; change function name to decodeFrame | Matthew Hoops | |
2014-02-28 | IMAGE: Merge the JPEG codec into the ImageDecoder | Matthew Hoops | |
2014-02-28 | IMAGE: Move all ImageDecoders to image/ | Matthew Hoops | |