Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move audio and video examples into the common multimedia directory. | Andrew den Exter | 2009-10-16 | 1 | -79/+0 |
| | | | | | | | | | Brings the video examples into multimedia directory, and removes the audio sub-directory so the directory structure is in line with the other example categories. Task-number: QT-667 Reviewed-by: Kurt Korbatits | ||||
* | Silence moc warning. | Volker Hilsheimer | 2009-10-03 | 1 | -0/+1 |
| | |||||
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
| | | | | Reviewed-by: Trust Me | ||||
* | Integrate QAbstractVideoSurface API. | Andrew den Exter | 2009-08-24 | 1 | -0/+78 |
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 |