Age | Commit message (Collapse) | Author |
|
Now takes a pointer to a stream, instead of a reference.
The rational is that in all instances, callers have a pointer
(and dereference it to call load), and all load implementations
turn the reference back into a pointer.
svn-id: r51725
|
|
Add const qualifier to FlicDecoder::hasDirtyPalette to make it
match that if VideoDecoder::hasDirtyPalette.
svn-id: r51724
|
|
Thanks to salty-horse for finding this. Also, use Common::Rational directly to hold the frame rate to avoid rounding.
svn-id: r51516
|
|
svn-id: r49079
|
|
svn-id: r46135
|
|
Common::tag2string
svn-id: r46127
|
|
they're decoders, not players
svn-id: r40759
|