summaryrefslogtreecommitdiffstats
path: root/src/plugins/mediaservices/qt7/qt7movierenderer.mm
Commit message (Collapse)AuthorAgeFilesLines
* QuickTime backend: disable video outputs in stopped state.Dmytro Poplavskiy2010-03-291-4/+0
| | | | | | | | | To keep backend behaviour consistent with other platforms. Also dropped QT7VideoOutput::setEnabled(), currentry the video output is disabled with passing null movie, this allows to ensure the movie is not retained more than necessary. Reviewed-by: Justin McPherson
* QuickTime media backend: Render CIImage based video frames directly withDmytro Poplavskiy2010-03-291-9/+4
| | | | | | | | OpenGL paint engine. This makes video rendering with QGraphicsVideoItem much faster on 64 bits systems. Reviewed-by: Justin McPherson
* Use the monitor color space for video output.Dmytro Poplavskiy2010-02-251-1/+20
| | | | | | | | | Currently the main monitor color space is used. Colorspace correction is disabled by default for renderer video output, since video frames can on any output device, not only on the main monitor. Reviewed-by: Justin McPherson
* Remove active qDebugs.Justin McPherson2010-02-231-12/+13
| | | | | | Change to qWarning where appropriate, otherwise comment Reviewed-by: Dmytro Poplavskiy
* QuickTime playback backend: listen for natural size changes and updateDmytro Poplavskiy2010-02-191-7/+8
| | | | video outputs.
* Quicktime playback backend: Recreate the visual context on video nativeDmytro Poplavskiy2010-02-191-30/+42
| | | | size changes.
* Move QtMobility multimedia framework into Qt.Justin McPherson2010-01-151-0/+441