summaryrefslogtreecommitdiffstats
path: root/plugins/multimedia/qt7/qt7movierenderer.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
| | | | | | Change-Id: I96513e8b6f09e76998a18edb5411ae06f52cba7c Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Update to new license formatSergio Ahumada2012-11-071-22/+22
| | | | | | | Also fixing some left overs from 8de152a9e1deb533070663cccf6a98e0d374b1d6 Change-Id: I28a91ca233dd835e6e53efbbd7ebd649461f5c04 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Change copyrights from Nokia to DigiaSergio Ahumada2012-11-071-3/+3
| | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: Ie3b9224b2b6a32b417fa0b6643350d45046381e6 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Re-apply licenseheader text in source files for qtmobilityJyri Tahtela2011-06-301-17/+17
| | | | | | Fix license in files having old license. Reviewed-by: Trust Me
* Merge branch '1.0' of git@scm.dev.nokia.troll.no:qtmobility/qtmobility into 1.0Justin McPherson2010-05-281-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: config.tests/lbt/lbt.pro configure configure.bat dist/changes-1.0.0 doc/src/installation.qdoc examples/player/player.cpp plugins/declarative/declarative.pro plugins/multimedia/symbian/mmf/mmf.pro plugins/multimedia/symbian/openmaxal/mediarecorder/mediarecorder.pro src/multimedia/multimedia.pro src/multimedia/qvideooutputcontrol.cpp src/multimedia/video/qimagevideobuffer.cpp tests/auto/qaudiooutput/wavheader.h
| * Bump copyright date from 2009 to 2010dac2010-05-071-1/+1
| |
| * Moved Multimedia out of QtMobility namespace.Dmytro Poplavskiy2010-04-071-3/+3
| | | | | | | | Task-number: MOBILITY-763
* | Compile on Mac OS 10.4Dmytro Poplavskiy2010-05-171-1/+1
| | | | | | | | | | | | Author: Kent Hansen <kent.hansen@nokia.com> Reviewed-by: Morten Sørvig
* | QuickTime backend: disable video outputs in stopped state.Dmytro Poplavskiy2010-05-171-1/+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.
* | QuickTime playback backend: listen for natural size changes and updateDmytro Poplavskiy2010-05-171-0/+1
| | | | | | | | video outputs.
* | Make qt7 buildJustin McPherson2010-05-131-1/+1
| |
* | Moved Multimedia out of QtMobility namespace.Dmytro Poplavskiy2010-04-121-3/+3
|/ | | | Task-number: MOBILITY-763
* Reuse quicktime visual context if possible.Dmytro Poplavskiy2009-12-241-0/+1
| | | | | It makes switching to fullscreen and back or between movies with the same resolution faster.
* QuickTime media backend: use gl texture video buffers if supportedDmytro Poplavskiy2009-12-231-2/+7
| | | | by video surface.
* Implemented video renderer control using QuickTime C API.Dmytro Poplavskiy2009-12-181-0/+101
To be used on Carbon builds.