Age | Commit message (Expand) | Author |
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 |
2016-09-10 | IMAGE: Remove green lines from Indeo4 decoder | Paul Gilbert |
2016-09-10 | IMAGE: Indeo4 decoder is now working | Paul Gilbert |
2016-09-10 | IMAGE: Fix decoding tile data in Indeo4 decoder | Paul Gilbert |
2016-09-10 | IMAGE: Fixes for setup of Indeo4 decoder | Paul Gilbert |
2016-09-10 | IMAGE: Indeo4 header now being successfully loaded | Paul Gilbert |
2016-09-10 | IMAGE: Cleanup and warning fixes for Indeo decoder | Paul Gilbert |
2016-09-10 | IMAGE: Further implementation of Indeo image decoding | Paul Gilbert |
2016-09-10 | IMAGE: Created Indeo decoder base class for shared Indeo4/5 functionality | Paul Gilbert |
2016-09-10 | IMAGE: Added Indeo4Decoder decodePictureHeader, and lots of dependencies | Paul Gilbert |
2016-09-10 | IMAGE: Beginning of Indeo 4 decoder, added GetBits class for reading bits | Paul Gilbert |
2016-09-03 | JANITORIAL: Make GPL headers uniform | Eugene Sandulenko |
2016-09-01 | IMAGE: Fix decoding Starship Titanic video file z404.avi | Paul Gilbert |
2016-08-05 | IMAGE: Add titanic to list of engines using TGA decoder | Paul Gilbert |
2016-06-21 | GRAPHICS: Use better color for 1bpp BMPs | Eugene Sandulenko |
2016-06-17 | GRAPHICS: Fix 1bpp BMP drawing | Eugene Sandulenko |
2016-06-04 | IMAGE: 1bpp BMPs are not upside down. Fixing it. | Eugene Sandulenko |
2016-06-04 | IMAGE: Added support for 1bpp BMPs | Eugene Sandulenko |
2016-05-31 | IMAGE: Fix out of bounds access | Eugene Sandulenko |
2016-05-31 | IMAGE: Init memory before usage | Eugene Sandulenko |
2016-05-25 | JANITORIAL: Remove unnecessary semicolons | Torbjörn Andersson |
2016-05-19 | IMAGE: Added BMP RLE4 decoder | Eugene Sandulenko |
2016-05-18 | GRAPHICS: Add support for 4bpp BMPs | Eugene Sandulenko |
2016-02-20 | VIDEO: Add warning for potential unaligned writes | Willem Jan Palenstijn |
2016-02-20 | VIDEO: In indeo3 codec, use unaligned read functions where necessary | Willem Jan Palenstijn |
2016-02-14 | IMAGE: Fix a memory leak in the RPZA decoder | Bastien Bouclet |
2015-11-16 | IMAGE: Fix 16bpp MS Video1 output | Eugene Sandulenko |
2015-11-14 | IMAGES: WIP for 16-bit MS Video1 decoder | Eugene Sandulenko |
2015-07-19 | MISC: Remove some unused private member variables | Max Horn |
2015-06-04 | IMAGE: Move a memcpy out of a loop it shouldn't be in | Matthew Hoops |
2015-06-04 | IMAGE: Mark Cinepak as being used by Sherlock | Matthew Hoops |
2015-04-12 | IMAGE: Make the createQuickTimeDitherTable function public | Matthew Hoops |
2015-04-11 | IMAGE: Implement QTRLE dithering | Matthew Hoops |
2015-04-11 | IMAGE: Implement QuickTime dithering in rpza | Matthew Hoops |
2015-04-11 | IMAGE: Add support for QuickTime dithered Cinepak | Matthew Hoops |