aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/text/subtitles.cpp
AgeCommit message (Collapse)Author
2016-09-03JANITORIAL: Make GPL headers uniformEugene Sandulenko
2015-01-11ZVISION: Avoid using floating point math when upscaling subtitle timingFilippos Karapetis
Spotted by clone2727
2015-01-10ZVISION: Change screen resolution for the hires DVD videos to 800x600Filippos Karapetis
Also, this hooks up the MPEG-PS decoder, but only if libmpeg2 is compiled in. The DVD videos are still disabled until AC3 audio support is implemented. The hires DVD videos are encoded a 720x480 resolution, with double the frame rate of the lowres ones (29.97FPS up from 15FPS)
2014-12-23ZVISION: Move all of the text related code togetherFilippos Karapetis