aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support/image_decoders.cpp
AgeCommit message (Collapse)Author
2019-04-28IMAGE: Allow setting the output pixel format to the JPEG decoderBastien Bouclet
2016-11-26TITANIC: Add support for 32-bit surfacesPaul Gilbert
Some of the game videos have alpha levels, which are lost if the surfaces are converted to 16-bit. This adds better support for creating 32-bit video surfaces, so the information won't be lost
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-07-17TITANIC: Fix memory leak in image decodersPaul Gilbert
2016-07-15TITANIC: Adding more video surface methodsPaul Gilbert
2016-04-03TITANIC: Move most of the root classes into new support/ folderPaul Gilbert