1
- add a metadata function that returns a QVariant instead of a QString - useful for QImage or other binary (QByteArray) content
2
3
- QImage VideoWidget::screenshot(): ordinary screenshot doesn't work with XV says Christoph. And VideoDataOutput
4
  would be major overkill.
5
6
- consider whether to add a signal to notify when the information for
7
  availableAudioStreams/availableVideoStreams/availableSubtitleStreams
8
  is available
9
10
- look at collaboration with other projects, e.g. pavucontrol, gsmartmix
11
12
- consider Player dbus interface in MediaObject
13
14
- add global setting to pause video when it's not visible
15
16
- add a way to request a specific version (>=) from the Backend, so that known to be buggy Backends aren't used
17
18
- Video Overlays (OSD) like: show a rectangle as a play symbol, show the position in
19
  the file as something like [IIIIIIIII------], and so on
20
21
- http://bugs.kde.org/show_bug.cgi?id=147494
22
23
- frame/sample precise positioning (cue in/out)
24
25
- different timecode support like SMPTE
26
27
- Codec interface - at least for audio
28
29
- Speed factor for playback (useful mostly for audio - but video still needs to stay in sync)
30
31
- tell the platform plugin which backend was loaded (if it doesn't do it itself) so that it can load KDE translations for the backend