Age | Commit message (Collapse) | Author |
|
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()
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
Avoids diamond inheritance, which makes it impossible to downcast without rtti
|
|
Decoders such as AVI will need to access them by index
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The AdvancedVideoDecoder::getDuration() function now attempts to calculate duration based on the longest track.
|
|
The default implementations of those functions in AdvancedVideoDecoder now call into them.
|
|
It is currently named "AdvancedVideoDecoder" until all current VideoDecoders are converted to the new API.
|
|
|
|
This name change accompanies a slight meaning change; now it means the current time position from the beginning of the video and not from starting the video.
|
|
|
|
Some backends may break as I only compiled SDL
|
|
|
|
svn-id: r55814
|
|
svn-id: r55810
|
|
svn-id: r55806
|
|
svn-id: r55479
|
|
svn-id: r55474
|
|
svn-id: r55473
|