Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fixed spelling, broken links, and missing default values. | Jerome Pasion | 2010-08-30 | 1 | -1/+1 |
| | | | | | Tasks: QTBUG-13271, QTBUG-13212, QTBUG-12321 Reviewer: David Boddie | ||||
* | Added a QPixmap based QAbstractVideoBuffer HandleType. | Dmytro Poplavskiy | 2010-07-16 | 1 | -0/+1 |
| | | | | | | | It can be used for example when the hw video decoder can use X11 pixmaps as a rendering target. Reviewed-by: Justin McPherson | ||||
* | Removed mediaservices. | Kurt Korbatits | 2010-05-18 | 1 | -0/+200 |
| | |||||
* | Create Mediaservices lib, separate from Multimedia. | Justin McPherson | 2010-04-15 | 1 | -200/+0 |
| | |||||
* | Added extra video buffer handle types. | Dmytro Poplavskiy | 2010-03-24 | 1 | -0/+2 |
| | | | | | | | XvShmImageHandle for XVideo shared memory image on X11 and and CoreImageHandle for CIImage on Mac OS X. Reviewed-by: Justin McPherson | ||||
* | Doc: remove \preliminary tag from public multimedia classes | Volker Hilsheimer | 2010-02-12 | 1 | -1/+0 |
| | |||||
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | 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/+199 |
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 |