Age | Commit message (Collapse) | Author |
|
|
|
Bink and Theora are now much improved
|
|
|
|
|
|
Conflicts:
AUTHORS
|
|
It makes more sense to do this more like a hard "pause" and let the caller stop()/rewind() if they want
|
|
|
|
|
|
|
|
|
|
|
|
|
|
endOfVideo() and needsUpdate() are now more accurate
|
|
This reverts commit 1ca81ee6ecff15c843c04a51c8757be5a685edc2.
I was wrong about them not being endian-safe before. Don't stone me.
Conflicts:
video/codecs/svq1.cpp
|
|
|
|
|
|
|
|
|
|
This wasn't an actual bug, but it makes more sense this way
|
|
|
|
|
|
Functions and their comments now line up better
|
|
|
|
To better differentiate with stop()
|
|
|
|
|
|
After discussing with DrMcCoy, we felt this the best way to proceed. A wrapper class that implements AdvancedVideoDecoder is still around for use in SCI.
|
|
|
|
|
|
The video no longer automatically loops (unused in-tree) and must have rewind() called manually
|
|
|
|
A video can now be stopped at a requested time
|
|
|
|
|
|
|
|
|
|
|
|
|
|
That should be handled internally instead
|
|
|
|
|
|
|
|
|
|
|
|
|
|
To be used by video that converts from YUV to RGB
|
|
|
|
|
|
|
|
|