9
edits
(Add link to purchase page.) |
(Added info about logo8.exe) |
||
Line 28: | Line 28: | ||
* *.rl2 | * *.rl2 | ||
* *.blt | * *.blt | ||
* logo8.exe (for the opening animation) | |||
==TODO== | ==TODO== | ||
* The audio tends to get out of sync with the video on longer videos. This may be fixed since I changed the getFrameRate() method in the RL2FileHeader class to return a Common::Rational. Needs to be checked. | * The audio tends to get out of sync with the video on longer videos. This may be fixed since I changed the getFrameRate() method in the RL2FileHeader class to return a Common::Rational. Needs to be checked. | ||
* The doGossip routine currently uses two separate decoders but trying to use the first decoder again for a second video results in corrupted audio. Ideally, the reason for this should be figured out so the method only needs the single decoder. | * The doGossip routine currently uses two separate decoders but trying to use the first decoder again for a second video results in corrupted audio. Ideally, the reason for this should be figured out so the method only needs the single decoder. |
edits