aboutsummaryrefslogtreecommitdiff
path: root/image/codecs/indeo
AgeCommit message (Collapse)Author
2019-11-30IMAGE: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2018-04-15IMAGE: INDEO: Use the system pixel format for non-8bpp screen modesCameron Cawley
2017-09-05IMAGE: Support rendering Indeo videos at 15bppCameron Cawley
2017-09-04IMAGE: Fix shadowing warningPaul Gilbert
2017-08-24IMAGE: Implement handling of key color in Indeo transparencyColin Snover
This should also improve performance by eliminating unnecessary writes to the output bitmap for opaque pixels and by simplifying the rendering loop.
2017-08-24IMAGE: Remove unnecessary extra heap allocation of Indeo surfaceColin Snover
2017-08-24IMAGE: Remove unnecessary temporary surface in Indeo4/5Colin Snover
2017-08-24IMAGE: Add support for Indeo4 transparency planeColin Snover
This is used by TITANIC for most of the furniture in the SGT stateroom and Titania's parts.
2017-08-24IMAGE: Use new BitStreamMemory class for indeoWillem Jan Palenstijn
2017-08-24IMAGE: Inline indeo getVLC2Willem Jan Palenstijn
2017-07-25IMAGE: Extra initialization of Indeo decoder IVIHuffTabPaul Gilbert
2017-07-11IMAGE: Inline two simple indeo functionsWillem Jan Palenstijn
2016-12-26IMAGE: Fixed attribution comments for the Indeo decodersPaul Gilbert
2016-11-21IMAGE: Add hack to Indeo 4 decoder to guess transparent areasPaul Gilbert
2016-11-18IMAGE: Fix some confusion of bytes vs bits in Indeo decodersPaul Gilbert
2016-11-18IMAGE: Respect specified bytesPerPixel in Indeo decodersPaul Gilbert
2016-10-09JANITORIAL: Remove more trailing spacesEugene Sandulenko
2016-09-22IMAGE: Fix compiler warning in Indeo decodersPaul Gilbert
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