Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-11 | IMAGE: Return correct pixel format for Indeo3 | Colin Snover | |
This gives Indeo3 the same behavior as other codecs when encapsulated in a container that provides bit depth information (e.g. AVI). Closes #888. | |||
2016-11-18 | IMAGE: Respect bit depth in Indeo 5 decoder | Paul Gilbert | |
2016-11-18 | IMAGE: Respect specified bytesPerPixel in Indeo decoders | Paul Gilbert | |
2016-09-10 | IMAGE: Implemented Indeo5 decoder | Paul Gilbert | |
2016-09-10 | IMAGE: Beginning of Indeo 4 decoder, added GetBits class for reading bits | Paul Gilbert | |
2016-09-03 | JANITORIAL: Make GPL headers uniform | Eugene Sandulenko | |
2016-05-19 | IMAGE: Added BMP RLE4 decoder | Eugene Sandulenko | |
2015-04-11 | IMAGE: Add a function for generating QuickTime dither tables | Matthew Hoops | |
Much thanks to fuzzie for her assistance. | |||
2014-05-27 | VIDEO: Handle Truemotion dimensions specially | Matthew 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. | |||
2014-05-26 | IMAGE: Fix compiling in truemotion | Matthew Hoops | |
2014-02-28 | IMAGE: Share the same pool of codecs between PICT and QuickTime | Matthew Hoops | |
2014-02-28 | IMAGE: Share the same pool of codecs between bitmap and AVI | Matthew Hoops | |