aboutsummaryrefslogtreecommitdiff
path: root/image
AgeCommit message (Expand)Author
2020-01-06IMAGE: Fix potential memory leaksEugene Sandulenko
2020-01-02OPENGL: Ensure surfaces created by saveScreenshot are the right way upCameron Cawley
2019-12-01IMAGE: Fix Missing Default Switch Case in Truemotion 1 CodecD G Turner
2019-11-30IMAGE: Fix Missing Default Switch CasesD G Turner
2019-11-10IMAGE: Remove unnecessary check from Image::writePNG()Cameron Cawley
2019-08-01IMAGE: Add a paletted transparency mode flag to PNGDecoderPaul Gilbert
2019-05-09IMAGE: Fix MSVC warningsSupSuper
2019-04-28IMAGE: Fix build when not using libjpeg-turboBastien Bouclet
2019-04-28IMAGE: Remove decoding JPEG directly to RGB565Bastien Bouclet
2019-04-28IMAGE: Don't perform color conversion when decoding PNGsBastien Bouclet
2019-04-28IMAGE: Allow setting the output pixel format to the JPEG decoderBastien Bouclet
2019-04-13COMMON: Use a prefix table to speed up the Huffman decoderBastien Bouclet
2019-03-31GRAPHICS: Add support for PICT opcode $90 BitsRectsluicebox
2019-03-02IMAGE: Fix taking screenshots on big endian systemsCameron Cawley
2019-03-02IMAGE: Move bitmap writing code out of OpenGLGraphicsManagerCameron Cawley
2018-11-04IMAGE: Honor nb_fields when calculating frame durationTorbjörn Andersson
2018-11-04VIDEO: Use liba52 to decode audio. This is still laughably brokenTorbjörn Andersson
2018-09-14IMAGE: Check the output surface bounds when writing QT encoded PICT imagesBastien Bouclet
2018-04-15IMAGE: INDEO: Use the system pixel format for non-8bpp screen modesCameron Cawley
2018-04-07IMAGE: Explicitly initialize CinePak codebooksTorbjörn Andersson
2018-03-25JANITORIAL: Remove useless commentAdrian Frühwirth
2018-01-20IMAGE: Fix Indeo3 compiler warningsAdrian Frühwirth
2017-09-24IMAGE: Remove unnecessary heap allocation in BitmapRawDecoderColin Snover
2017-09-24IMAGE: Fix memory leak in BitmapRawDecoderPaul Gilbert
2017-09-21IMAGE: Remove unused end info structs from PNG codeColin Snover
2017-09-05IMAGE: Support rendering Indeo videos at 15bppCameron Cawley
2017-09-04IMAGE: Fix shadowing warningPaul Gilbert
2017-08-24IMAGE: Allow Indeo4 transparency decoding in scalable videosColin Snover
2017-08-24IMAGE: Implement handling of key color in Indeo transparencyColin Snover
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
2017-08-24IMAGE: Use new BitStreamMemory class for indeoWillem Jan Palenstijn
2017-08-24IMAGE: Inline indeo getVLC2Willem Jan Palenstijn
2017-08-24COMMON: Remove BitStream base class to allow inlining callsWillem Jan Palenstijn
2017-08-11JANITORIAL: Add fall through statementEugene Sandulenko
2017-08-03IMAGE: Correct 4-byte image writting pixel formatSimei Yin
2017-07-25IMAGE: Extra initialization of Indeo decoder IVIHuffTabPaul Gilbert
2017-07-13Image: extend writePng for 4-byte pixelFormatyinsimei
2017-07-13IMAGE: add flag to skip signature check in png decoderyinsimei
2017-07-11IMAGE: Inline two simple indeo functionsWillem Jan Palenstijn
2017-05-21BACKENDS: Compress screenshots using PNG if availableColin Snover
2017-01-11IMAGE: Return correct pixel format for Indeo3Colin Snover
2017-01-09IMAGE: Fix Unused Variable Compiler Warning in Indeo 4 Codec.D G Turner
2017-01-01IMAGE: Properly load bottom origin RLE encoded TGA imagesPaul Gilbert
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 bit depth in Indeo 5 decoderPaul Gilbert
2016-11-18IMAGE: Respect specified bytesPerPixel in Indeo decodersPaul Gilbert