aboutsummaryrefslogtreecommitdiff
path: root/image/codecs
AgeCommit message (Collapse)Author
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-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-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
This fixes bug #7039.
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
2015-06-04IMAGE: Mark Cinepak as being used by SherlockMatthew Hoops
2015-04-12IMAGE: Make the createQuickTimeDitherTable function publicMatthew Hoops
Needed for access by QuickTime directly
2015-04-11IMAGE: Implement QTRLE ditheringMatthew Hoops
2015-04-11IMAGE: Implement QuickTime dithering in rpzaMatthew Hoops
2015-04-11IMAGE: Add support for QuickTime dithered CinepakMatthew Hoops
2015-04-11IMAGE: Add an unknown dither typeMatthew Hoops
2015-04-11IMAGE: Add a function for generating QuickTime dither tablesMatthew Hoops
Much thanks to fuzzie for her assistance.
2015-04-11IMAGE: Rewrite a bunch of Cinepak using templatesMatthew Hoops
2015-04-11IMAGE: Allow for choosing dither typeMatthew Hoops
2015-04-11IMAGE: Add support for Cinepak VFW ditheringMatthew Hoops
2015-04-11IMAGE: Add functions to allow for videos to be ditheredMatthew Hoops
2014-12-07IMAGE: Disable unused MJPEG arrayFilippos Karapetis
Thanks to fingolfin for pointing that out
2014-10-28IMAGE: Remove trailing whitespaceFilippos Karapetis
2014-08-17IMAGE: Make Cinepak decode to 32bpp when in 8bpp screen modeMatthew Hoops
2014-05-27VIDEO: Handle Truemotion dimensions speciallyMatthew Hoops
Truemotion uses its own demuxer and seems to follow its own AVI rules. Work around it by coercing the video's dimensions to use the codec's internal dimensions.