summaryrefslogtreecommitdiffstats
path: root/doc/src/images/video-videographicsitem.png
Commit message (Collapse)AuthorAgeFilesLines
* Integrate QAbstractVideoSurface API.Andrew den Exter2009-08-251-0/+0
This introduces a QAbstractVideoSurface interface for implementing arbitrary video outputs, and a QVideoFrame type. Also included is the QVideoSurfaceFormat class which is used to configure the input to a video surface, and the QAbstractVideoBuffer class which allows QVideoFrames to be constructed from non-native frame types. Reviewed-by: Dmytro Poplavskiy