Age | Commit message (Expand) | Author |
2018-01-20 | IMAGE: Fix Indeo3 compiler warnings | Adrian Frühwirth |
2017-09-24 | IMAGE: Remove unnecessary heap allocation in BitmapRawDecoder | Colin Snover |
2017-09-24 | IMAGE: Fix memory leak in BitmapRawDecoder | Paul Gilbert |
2017-09-21 | IMAGE: Remove unused end info structs from PNG code | Colin Snover |
2017-09-05 | IMAGE: Support rendering Indeo videos at 15bpp | Cameron Cawley |
2017-09-04 | IMAGE: Fix shadowing warning | Paul Gilbert |
2017-08-24 | IMAGE: Allow Indeo4 transparency decoding in scalable videos | Colin Snover |
2017-08-24 | IMAGE: Implement handling of key color in Indeo transparency | Colin Snover |
2017-08-24 | IMAGE: Remove unnecessary extra heap allocation of Indeo surface | Colin Snover |
2017-08-24 | IMAGE: Remove unnecessary temporary surface in Indeo4/5 | Colin Snover |
2017-08-24 | IMAGE: Add support for Indeo4 transparency plane | Colin Snover |
2017-08-24 | IMAGE: Use new BitStreamMemory class for indeo | Willem Jan Palenstijn |
2017-08-24 | IMAGE: Inline indeo getVLC2 | Willem Jan Palenstijn |
2017-08-24 | COMMON: Remove BitStream base class to allow inlining calls | Willem Jan Palenstijn |
2017-08-11 | JANITORIAL: Add fall through statement | Eugene Sandulenko |
2017-08-03 | IMAGE: Correct 4-byte image writting pixel format | Simei Yin |
2017-07-25 | IMAGE: Extra initialization of Indeo decoder IVIHuffTab | Paul Gilbert |
2017-07-13 | Image: extend writePng for 4-byte pixelFormat | yinsimei |
2017-07-13 | IMAGE: add flag to skip signature check in png decoder | yinsimei |
2017-07-11 | IMAGE: Inline two simple indeo functions | Willem Jan Palenstijn |
2017-05-21 | BACKENDS: Compress screenshots using PNG if available | Colin Snover |
2017-01-11 | IMAGE: Return correct pixel format for Indeo3 | Colin Snover |
2017-01-09 | IMAGE: Fix Unused Variable Compiler Warning in Indeo 4 Codec. | D G Turner |
2017-01-01 | IMAGE: Properly load bottom origin RLE encoded TGA images | Paul Gilbert |
2016-12-26 | IMAGE: Fixed attribution comments for the Indeo decoders | Paul Gilbert |
2016-11-21 | IMAGE: Add hack to Indeo 4 decoder to guess transparent areas | Paul Gilbert |
2016-11-18 | IMAGE: Fix some confusion of bytes vs bits in Indeo decoders | Paul Gilbert |
2016-11-18 | IMAGE: Respect bit depth in Indeo 5 decoder | Paul Gilbert |
2016-11-18 | IMAGE: Respect specified bytesPerPixel in Indeo decoders | Paul Gilbert |
2016-11-14 | IMAGE: Fix setting frame sizes in Indeo decoders | Paul Gilbert |
2016-11-07 | IMAGE: Add support for 16-bit RLE TGA images | Colin Snover |
2016-10-26 | IMAGE: Fix incorrect warnings decoding MSRLE images | Paul Gilbert |
2016-10-09 | JANITORIAL: Remove more trailing spaces | Eugene Sandulenko |
2016-09-22 | IMAGE: Fix compiler warning in Indeo decoders | Paul Gilbert |
2016-09-19 | IMAGE: Change PNGDecoder to never delete the input stream | Bastien Bouclet |
2016-09-11 | IMAGE: Try and work around N64 compilation error | Paul Gilbert |
2016-09-11 | IMAGE: Indeo: Replace memory-related functions with standard ones | Eugene Sandulenko |
2016-09-11 | IMAGE: Reduced scope for more variables in Indeo codec | Eugene Sandulenko |
2016-09-11 | IMAGE: Compilation fixes for Indeo codecs | Paul Gilbert |
2016-09-11 | IMAGE: Reduce scope of many variables in Indeo codecs | Eugene Sandulenko |
2016-09-11 | JANITORIAL: Whitespace fixes | Eugene Sandulenko |
2016-09-11 | IMAGE: Further formatting of Indeo decoders | Paul Gilbert |
2016-09-10 | IMAGE: Fix leading spaces into tabs in Indeo decoders | Paul Gilbert |
2016-09-10 | IMAGE: Miscellaneous cleanup for Indeo decompressors | Paul Gilbert |
2016-09-10 | IMAGE: Refactored Indeo GetBits class to derive from Common::BitStream | Paul Gilbert |
2016-09-10 | IMAGE: Cleanup of miscellaneous methods and arrays in Indeo decoders | Paul Gilbert |
2016-09-10 | IMAGE: Cleanup of method parameters and locals in Indeo decoders | Paul Gilbert |
2016-09-10 | IMAGE: Renaming structure fields for Indeo decoders | Paul Gilbert |
2016-09-10 | IMAGE: Implemented Indeo5 decoder | Paul Gilbert |
2016-09-10 | IMAGE: Compilation fixes for Indeo4 decoder | Paul Gilbert |