Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
That should be handled internally instead
|
|
|
|
|
|
|
|
|
|
|
|
|
|
To be used by video that converts from YUV to RGB
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In addition to using the new API, it should theoretically support multiple audio and video tracks now but that has not been tested.
|
|
Avoids diamond inheritance, which makes it impossible to downcast without rtti
|
|
Decoders such as AVI will need to access them by index
|
|
|
|
This is to allow for seeking in videos where not everything is indexed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
(cherry picked from commit 831cfc89345299034e94160088d2ad3ff20eff5e)
|
|
|
|
|
|
|
|
|
|
It's not a floppy version intro, so call it "Alternative intro"
instead. It's too late to make this change in 1.5.0 because it
would need translation changes. (When the option was first added,
it *was* called "Alternative intro" but it got changed along the
way.)
|
|
Since libfaad doesn't exist in maemo.org extras-devel, it cannot be added.
|
|
|
|
COMMON: Add an argument to wrapCompressedReadStream, for streams with unknown size()
|
|
using streams that can't tell their size()
|