Le Philousophe
399e02e2a5
CRYOMNI3D: Add HNM6 image and video codec
...
This also adds a Cryo APC decoder in shared code.
2022-08-30 11:02:32 +02:00
Cameron Cawley
d9fe53efb2
CRYOMNI3D: Move HNMDecoder into common code
2021-04-17 21:48:45 +03:00
Martin Gerhardy
bb34721dd4
IMAGE: added GIFDecoder using libgif
2021-04-10 10:59:09 +02:00
Matthew Duggan
017a801c96
IMAGE: Add support for Xan codec videos (Crusader, Wing Commander)
2021-03-14 19:16:24 +01:00
Vladimir Serbinenko
f3f0d0228a
IMAGE: Add decoder for CEL 3DO format
...
This format is used by 3DO version of Plumbers Don't Wear Ties
but it's a generic format on 3DO similar to BMP on windows.
2020-10-24 00:59:01 +02:00
Matthew Duggan
818e681746
IMAGE: Add support for Crusader: No Remorse movie decoding
...
The movies for Crusader: No Remorse have a unique decoder which is not too hard
to implement. Unfortunately, they don't properly implement the "compression"
FourCC, and instead put their ID in the "Stream Handler". Since supporting
them requires a change to the existing Image API, I thought I should make a
pull request for comments.
With this change, the movies in Crusader can all be played nicely.
2020-05-11 07:54:24 +02:00
Willem Jan Palenstijn
60fae8847e
IMAGE: Inline indeo getVLC2
2017-08-24 19:46:59 +02:00
Paul Gilbert
fe6d624277
IMAGE: Implemented Indeo5 decoder
2016-09-10 14:31:19 -04:00
Paul Gilbert
9e774af4d9
IMAGE: Further implementation of Indeo image decoding
2016-09-10 10:08:14 -04:00
Paul Gilbert
5f0962696f
IMAGE: Added Indeo4Decoder decodePictureHeader, and lots of dependencies
2016-09-10 10:08:10 -04:00
Paul Gilbert
73e7903186
IMAGE: Beginning of Indeo 4 decoder, added GetBits class for reading bits
2016-09-10 10:07:53 -04:00
Eugene Sandulenko
d35cdf5009
IMAGE: Added BMP RLE4 decoder
2016-05-19 00:03:51 +02:00
Matthew Hoops
05e9ff136a
IMAGE: Share the same pool of codecs between bitmap and AVI
2014-02-28 00:32:06 -05:00
Matthew Hoops
0f07f85a94
IMAGE: Split raw bitmap decoding into a Codec
2014-02-28 00:31:59 -05:00
Matthew Hoops
c432b96cf6
IMAGE: Merge the JPEG codec into the ImageDecoder
2014-02-28 00:27:36 -05:00
Matthew Hoops
b568ac73b9
IMAGE: Move video codecs to image/
2014-02-28 00:27:36 -05:00
Matthew Hoops
740b6e8fbd
IMAGE: Move all ImageDecoders to image/
2014-02-28 00:27:28 -05:00