Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create Mediaservices lib, separate from Multimedia. | Justin McPherson | 2010-04-15 | 1 | -944/+0 |
| | |||||
* | Remove debug code disabling the video widget output control. | Andrew den Exter | 2010-03-30 | 1 | -1/+0 |
| | | | | Reviewed-by: Derick Hawcroft | ||||
* | Force a repaint on changes in the native size of video frames. | Andrew den Exter | 2010-03-30 | 1 | -0/+2 |
| | | | | | | | This ensures old frame data is cleared when swithing to progressively smaller frame sizes. Reviewed-by: Derick Hawcroft | ||||
* | Don't fill the video widget borders or background by default. | Andrew den Exter | 2010-03-30 | 1 | -7/+26 |
| | | | | | | | Can be enabled by settings setAutoFillBackground or the Qt::WA_OpaquePaintEvent to true. Reviewed-by: Dmytro Poplavskiy | ||||
* | Replace AspectRatioMode enum from QVideoWidget with Qt::AspectRatioMode. | Andrew den Exter | 2010-03-18 | 1 | -38/+49 |
| | | | | | Task-number: QTBUG-9118 Reviewed-by: Dmytro Poplavskiy | ||||
* | Doc: add \since 4.7 to new QtMultimedia classes | Volker Hilsheimer | 2010-02-24 | 1 | -1/+1 |
| | |||||
* | Don't clear the video output when the video widget is hidden. | Andrew den Exter | 2010-02-08 | 1 | -3/+0 |
| | | | | | | | | Changing the video output is a heavy task and is likely to interrupt playback. Not really worth the cost for knowing the video isn't being decoded while it cant be seen. This also applies to the QGraphicsVideoItem. | ||||
* | Move QtMobility multimedia framework into Qt. | Justin McPherson | 2010-01-15 | 1 | -0/+916 |