summaryrefslogtreecommitdiffstats
path: root/src/imports/multimedia/qdeclarativevideooutput.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow plugins to override the QML VideoOutput type.Andrew den Exter2014-01-201-743/+0
* Fixed some documentation for VideoOutput qml type.Yoann Lopes2014-01-061-2/+2
* Fix version availability for VideoOutput's autoOrientation property.Yoann Lopes2013-11-301-1/+1
* Doc: Removing version number from the QDoc comments.Jerome Pasion2013-10-021-14/+14
* Doc: Updated usage of \qmlmodule and \inqmlmodule.Jerome Pasion2013-10-021-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-231-3/+20
|\
| * VideoOutput: Take the surface's viewport into accountThomas McGuire2013-05-071-3/+20
* | Add autoOrientation property to QDeclarativeVideoOutputTobias Koenig2013-03-191-1/+49
|/
* Fixed a connection to a slot that doesn't existsTasuku Suzuki2013-02-131-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Fix compilation with -no-rtti.Friedemann Kleint2012-11-191-1/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
* Doc: Changed \qmlclass to \qmltype and added \instantiatesJerome Pasion2012-07-271-1/+2
* Fix a number of other qdoc issues.Michael Goddard2012-06-151-1/+1
* Updating brief layout of QML typesAngus Cummings2012-06-141-1/+1
* Call the base QQuickItem geometryChanged function in our override.Michael Goddard2012-06-051-0/+2
* Minor doc fixes for QMLAngus Cummings2012-05-161-5/+5
* Support QVideoWindowControl in the QtQuick Video element.Thomas McGuire2012-05-031-212/+94
* Change Video and VideoOutput docs to mention ScreenSaverAngus Cummings2012-04-161-0/+13
* QDeclarativeVideoOutput: correctly disconnect _q_updateMediaObjectLev Zelenskiy2012-04-161-1/+1
* Use QtMultimedia 5.0 in the QML Video element doc.Thomas McGuire2012-04-131-1/+1
* Updated a lot of minor fixes to the docs and removed warnings from qdocJonas Rabbe2012-04-051-0/+1
* Moved video plugins around to prevent accidental unloadingJonas Rabbe2012-04-021-1/+1
* Don't delete video node factories owned by the plugin loader.Andrew den Exter2012-03-231-3/+2
* resolving some warnings in qtmultimedia docsAngus Cummings2012-03-221-8/+8
* Updated plugins to use new plugin architectureJonas Rabbe2012-03-201-5/+4
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-4/+4
* Docs: fix qml links and standalone build for MultimediaPeter Yard2012-02-221-13/+14
* Added loading of video node factories from pluginsJonas Rabbe2012-02-081-2/+13
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Fix some surface assignment errors.Michael Goddard2012-01-271-2/+9
* Add a rendered and content rectangle properties to VideoOutput QML.Michael Goddard2012-01-271-20/+307
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Document two VideoOutput properties.Michael Goddard2012-01-201-0/+17
* Fix up a few doc issuesMichael Goddard2012-01-171-1/+1
* Remove antiquated \since lines in docs.Michael Goddard2012-01-161-1/+0
* Updated QtMultimedia declarative module to version 5.0Jonas Rabbe2012-01-111-2/+3
* Update copyright year in license headers.Jason McDonald2012-01-061-1/+1
* QtMultimedia: Fix compiler warnings.Friedemann Kleint2012-01-051-1/+1
* Remove the module prefix from a number of includes.Michael Goddard2011-12-091-1/+1
* QtMultimedia: Fix warnings about declarative/quick.Friedemann Kleint2011-12-051-1/+1
* Add orientation support to VideoOutput.Michael Goddard2011-11-251-3/+54
* VideoOutput: release video frames when the video surface is stopped.Dmytro Poplavskiy2011-11-221-0/+16
* Fixed qtmultimedia imports -qtnamespace issues.Toby Tomkins2011-11-211-0/+4
* Added support for non QMediaObject based VideoOutput sources.Dmytro Poplavskiy2011-11-151-8/+26
* Adapt to QtDeclarative api renaming (QSG --> QQuick)Kent Hansen2011-10-241-3/+3
* Declarative VideoOutput: added support for more rgb formats.Dmytro Poplavskiy2011-10-141-4/+2
* Rename QtMultimediaKit to QtMultimedia.Michael Goddard2011-10-071-6/+6
* Initial implementation of QML2 VideoOutput elementDmytro Poplavskiy2011-08-111-0/+368