aboutsummaryrefslogtreecommitdiff
path: root/image/codecs/indeo3.cpp
AgeCommit message (Collapse)Author
2018-04-15IMAGE: INDEO: Use the system pixel format for non-8bpp screen modesCameron Cawley
2018-01-20IMAGE: Fix Indeo3 compiler warningsAdrian Frühwirth
2017-09-05IMAGE: Support rendering Indeo videos at 15bppCameron Cawley
2017-01-11IMAGE: Return correct pixel format for Indeo3Colin 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-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.
2014-02-28IMAGE: Make Codec take a stream reference; change function name to decodeFrameMatthew Hoops
2014-02-28IMAGE: Move video codecs to image/Matthew Hoops