aboutsummaryrefslogtreecommitdiff
path: root/image
AgeCommit message (Expand)Author
2016-11-14IMAGE: Fix setting frame sizes in Indeo decodersPaul Gilbert
2016-11-07IMAGE: Add support for 16-bit RLE TGA imagesColin Snover
2016-10-26IMAGE: Fix incorrect warnings decoding MSRLE imagesPaul Gilbert
2016-10-09JANITORIAL: Remove more trailing spacesEugene Sandulenko
2016-09-22IMAGE: Fix compiler warning in Indeo decodersPaul Gilbert
2016-09-19IMAGE: Change PNGDecoder to never delete the input streamBastien Bouclet
2016-09-11IMAGE: Try and work around N64 compilation errorPaul Gilbert
2016-09-11IMAGE: Indeo: Replace memory-related functions with standard onesEugene Sandulenko
2016-09-11IMAGE: Reduced scope for more variables in Indeo codecEugene Sandulenko
2016-09-11IMAGE: Compilation fixes for Indeo codecsPaul Gilbert
2016-09-11IMAGE: Reduce scope of many variables in Indeo codecsEugene Sandulenko
2016-09-11JANITORIAL: Whitespace fixesEugene Sandulenko
2016-09-11IMAGE: Further formatting of Indeo decodersPaul Gilbert
2016-09-10IMAGE: Fix leading spaces into tabs in Indeo decodersPaul Gilbert
2016-09-10IMAGE: Miscellaneous cleanup for Indeo decompressorsPaul Gilbert
2016-09-10IMAGE: Refactored Indeo GetBits class to derive from Common::BitStreamPaul Gilbert
2016-09-10IMAGE: Cleanup of miscellaneous methods and arrays in Indeo decodersPaul Gilbert
2016-09-10IMAGE: Cleanup of method parameters and locals in Indeo decodersPaul Gilbert
2016-09-10IMAGE: Renaming structure fields for Indeo decodersPaul Gilbert
2016-09-10IMAGE: Implemented Indeo5 decoderPaul Gilbert
2016-09-10IMAGE: Compilation fixes for Indeo4 decoderPaul Gilbert
2016-09-10IMAGE: Remove green lines from Indeo4 decoderPaul Gilbert
2016-09-10IMAGE: Indeo4 decoder is now workingPaul Gilbert
2016-09-10IMAGE: Fix decoding tile data in Indeo4 decoderPaul Gilbert
2016-09-10IMAGE: Fixes for setup of Indeo4 decoderPaul Gilbert
2016-09-10IMAGE: Indeo4 header now being successfully loadedPaul Gilbert
2016-09-10IMAGE: Cleanup and warning fixes for Indeo decoderPaul Gilbert
2016-09-10IMAGE: Further implementation of Indeo image decodingPaul Gilbert
2016-09-10IMAGE: Created Indeo decoder base class for shared Indeo4/5 functionalityPaul Gilbert
2016-09-10IMAGE: Added Indeo4Decoder decodePictureHeader, and lots of dependenciesPaul Gilbert
2016-09-10IMAGE: Beginning of Indeo 4 decoder, added GetBits class for reading bitsPaul Gilbert
2016-09-03JANITORIAL: Make GPL headers uniformEugene Sandulenko
2016-09-01IMAGE: Fix decoding Starship Titanic video file z404.aviPaul Gilbert
2016-08-05IMAGE: Add titanic to list of engines using TGA decoderPaul Gilbert
2016-06-21GRAPHICS: Use better color for 1bpp BMPsEugene Sandulenko
2016-06-17GRAPHICS: Fix 1bpp BMP drawingEugene Sandulenko
2016-06-04IMAGE: 1bpp BMPs are not upside down. Fixing it.Eugene Sandulenko
2016-06-04IMAGE: Added support for 1bpp BMPsEugene Sandulenko
2016-05-31IMAGE: Fix out of bounds accessEugene Sandulenko
2016-05-31IMAGE: Init memory before usageEugene Sandulenko
2016-05-25JANITORIAL: Remove unnecessary semicolonsTorbjörn Andersson
2016-05-19IMAGE: Added BMP RLE4 decoderEugene Sandulenko
2016-05-18GRAPHICS: Add support for 4bpp BMPsEugene Sandulenko
2016-02-20VIDEO: Add warning for potential unaligned writesWillem Jan Palenstijn
2016-02-20VIDEO: In indeo3 codec, use unaligned read functions where necessaryWillem Jan Palenstijn
2016-02-14IMAGE: Fix a memory leak in the RPZA decoderBastien Bouclet
2015-11-16IMAGE: Fix 16bpp MS Video1 outputEugene Sandulenko
2015-11-14IMAGES: WIP for 16-bit MS Video1 decoderEugene Sandulenko
2015-07-19MISC: Remove some unused private member variablesMax Horn
2015-06-04IMAGE: Move a memcpy out of a loop it shouldn't be inMatthew Hoops