summaryrefslogtreecommitdiffstats
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3039-39/+39
* Fix some surface assignment errors.Michael Goddard2012-01-271-2/+9
* Add a rendered and content rectangle properties to VideoOutput QML.Michael Goddard2012-01-272-22/+331
* QCameraExposure API refactoringDmytro Poplavskiy2012-01-251-6/+4
* Removed QMediaServiceProvider parameter from media objects constructors.Dmytro Poplavskiy2012-01-241-0/+1
* Update obsolete contact address.Jason McDonald2012-01-2339-39/+39
* Fixed mapping video frames in SG nodesDmytro Poplavskiy2012-01-202-36/+32
* Document two VideoOutput properties.Michael Goddard2012-01-201-0/+17
* Changed metadata keys type from enum to QString.Dmytro Poplavskiy2012-01-206-170/+166
* Use US spelling for organization.Michael Goddard2012-01-192-6/+6
* Add a simple Torch class that wraps the camera flash.Michael Goddard2012-01-194-2/+283
* Fixed wrong type for autoLoad property in Video element.Jonas Rabbe2012-01-171-1/+1
* Added documentation for the convenience Video elementJonas Rabbe2012-01-174-1164/+763
* More minor doc fixes.Michael Goddard2012-01-172-1/+3
* Fix up a few doc issuesMichael Goddard2012-01-1712-9/+37
* Changed QCamera::captureMode property to QFlagsDmytro Poplavskiy2012-01-172-8/+9
* Remove antiquated \since lines in docs.Michael Goddard2012-01-167-7/+0
* Added overview documentation for the radioJonas Rabbe2012-01-122-0/+4
* Update year in Nokia copyright headers.Jason McDonald2012-01-1213-13/+13
* Updated QtMultimedia declarative module to version 5.0Jonas Rabbe2012-01-1110-22/+47
* Added documentation for the Radio and RadioData QML elements.Jonas Rabbe2012-01-112-0/+422
* Add the spot for spot metering mode.Michael Goddard2012-01-063-0/+53
* Properly handle the case where QtWidgets is not available.Michael Goddard2012-01-063-3/+3
* Update copyright year in license headers.Jason McDonald2012-01-0626-26/+26
* QtMultimedia: Fix compiler warnings.Friedemann Kleint2012-01-055-7/+7
* Adding hasAudio and hasVideo properties to QML MediaPlayerMithra Pattison2011-12-292-0/+37
* Added Video.qml to QtMultimedia, Video componentAngus Cummings2011-12-233-1/+109
* Remove the module prefix from a number of includes.Michael Goddard2011-12-095-7/+7
* Registered CameraFlash qml typeDmytro Poplavskiy2011-12-081-0/+2
* QtMultimedia: Fix warnings about declarative/quick.Friedemann Kleint2011-12-056-8/+8
* Implemented QDeclarativeCameraCapture::setMetadataDmytro Poplavskiy2011-12-012-3/+9
* Add orientation support to VideoOutput.Michael Goddard2011-11-254-11/+126
* Updated I420 video node to be consistent with RGB node implementation.Dmytro Poplavskiy2011-11-242-94/+120
* VideoOutput: release video frames when the video surface is stopped.Dmytro Poplavskiy2011-11-223-0/+24
* Fixed qtmultimedia imports -qtnamespace issues.Toby Tomkins2011-11-214-0/+12
* Added support for non QMediaObject based VideoOutput sources.Dmytro Poplavskiy2011-11-152-8/+34
* Change the order textures are bound.Michael Goddard2011-11-081-2/+2
* Adapt to QtDeclarative api renaming (QSG --> QQuick)Kent Hansen2011-10-242-6/+6
* Added RDS functionality to the QRadioTuner/QDeclarativeRadioSami Nurmenniemi2011-10-216-0/+315
* Init mediaobject at classBegin rather than componentCompleteLing Hu2011-10-171-7/+9
* Make the C++ API of QSoundEffect public.Michael Goddard2011-10-171-1/+1
* Declarative VideoOutput: added support for more rgb formats.Dmytro Poplavskiy2011-10-145-163/+294
* Multimedia: Compile on Windows.Friedemann Kleint2011-10-123-7/+10
* Rename QtMultimediaKit to QtMultimedia.Michael Goddard2011-10-0716-193/+207
* Update background audio element to use new service nameLing Hu2011-09-303-4/+6
* Merge branch 'camera' of ssh://codereview.qt-project.org:29418/qt/qtmultimedi...Michael Goddard2011-09-2616-963/+2322
|\
| * QML Camera element redesign.Dmytro Poplavskiy2011-09-1216-960/+2320
* | Remove older QGLContext calls in favour of new QOpenGLContext.Michael Goddard2011-09-222-2/+5
* | Don't re-set default properties in MediaBase::componentCompleteLing Hu2011-09-201-3/+6
* | Build fix after refactorLasse Holmstedt2011-09-131-2/+3