summaryrefslogtreecommitdiffstats
path: root/src/multimedia
Commit message (Expand)AuthorAgeFilesLines
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-30200-206/+206
* Moved zoom related properties out of QCameraFocusControlDmytro Poplavskiy2012-01-276-110/+383
* Add a viewfinder resolution control for camera.Michael Goddard2012-01-273-0/+187
* Add a volume (gain) property to QAudioInput.Michael Goddard2012-01-253-0/+28
* QCameraExposure API refactoringDmytro Poplavskiy2012-01-254-174/+180
* Fix some static analysis defects.Michael Goddard2012-01-252-1/+7
* Add a feedback control for Camera.Michael Goddard2012-01-253-0/+287
* Removed QMediaServiceProvider parameter from media objects constructors.Dmytro Poplavskiy2012-01-2413-43/+34
* Implement QAudioDeviceInfo operator==/!=Michael Goddard2012-01-232-1/+28
* Update obsolete contact address.Jason McDonald2012-01-23194-194/+194
* Update documentation.Michael Goddard2012-01-231-0/+2
* Changed metadata keys type from enum to QString.Dmytro Poplavskiy2012-01-2016-268/+226
* Use US spelling for organization.Michael Goddard2012-01-192-2/+2
* QAudioRecorder: fixed handling the missing inputs control.Dmytro Poplavskiy2012-01-191-1/+5
* Replaced QAudioCaptureSource with QAudioRecorder.Dmytro Poplavskiy2012-01-197-334/+379
* More minor doc fixes.Michael Goddard2012-01-1711-24/+135
* Fix up a few doc issuesMichael Goddard2012-01-1765-54/+156
* Changed QCamera::captureMode property to QFlagsDmytro Poplavskiy2012-01-174-22/+26
* Remove antiquated \since lines in docs.Michael Goddard2012-01-1667-1191/+0
* Remove out-of-line uses of qMalloc/qFree/qRealloc.Robin Burchell2012-01-152-8/+8
* Add a metaData property to QVideoFrame.Michael Goddard2012-01-132-4/+55
* Polish the video documentation a bit.Michael Goddard2012-01-136-55/+127
* Added overview documentation for the radioJonas Rabbe2012-01-122-0/+3
* Update year in Nokia copyright headers.Jason McDonald2012-01-12180-180/+180
* Improve the QCameraFocus and QCameraImageProcessing documentation.Michael Goddard2012-01-113-31/+193
* Updated QtMultimedia declarative module to version 5.0Jonas Rabbe2012-01-111-1/+1
* Fix for QSoundEffect crash bugMithra Pattison2012-01-061-1/+2
* Add the spot for spot metering mode.Michael Goddard2012-01-064-1/+34
* Properly handle the case where QtWidgets is not available.Michael Goddard2012-01-062-8/+0
* Update copyright year in license headers.Jason McDonald2012-01-0611-11/+11
* QtMultimedia: Fix compiler warnings.Friedemann Kleint2012-01-051-1/+1
* Restructure the source code a little.Michael Goddard2012-01-05122-164/+193
* add Q_OBJECT to QMediaGaplessPlaybackControlLing Hu2012-01-041-0/+1
* Add new gapless playback control interfaceLing Hu2012-01-043-3/+250
* Add new implementation of QSound classMithra Pattison2011-12-309-18/+403
* Fix a compiler warning.Michael Goddard2011-12-211-2/+2
* Fix X11 and QPA compilation problemsJonas Rabbe2011-12-132-7/+11
* QtMultiMedia: Fix warnings about missing return values.Friedemann Kleint2011-12-063-27/+67
* Allow nested read only maps of QVideoFrame.Dmytro Poplavskiy2011-11-281-6/+48
* Fixed QtMultimedia core namespace compilation.Toby Tomkins2011-11-256-2/+20
* Fix SoundEffect(pulseaudio) crash in qfeedbackmmk auto testLing Hu2011-11-215-22/+158
* If the sample hasn't been loaded, don't try and delete things.Michael Goddard2011-11-181-2/+5
* Export QMediaPluginLoader so it can be used by libqgsttools_p.Jonas Rabbe2011-11-181-1/+1
* If Pulse isn't ready, don't crash when trying to play.Michael Goddard2011-11-171-1/+1
* Fix volume change error on mono stream for soundeffect(pulseaudio)Ling Hu2011-11-171-2/+4
* Changed QVideoSurfaceGstSink to take pools from pluginsJonas Rabbe2011-11-143-11/+46
* Add qRegisterMetaTypes for the public Q_DECLARE_METATYPEs.Michael Goddard2011-11-0917-2/+199
* Added qRegisterMetatype for QVideoSurfaceFormat.Jonas Rabbe2011-11-081-0/+13
* Use QAtomicInt::load() and ::store()Bradley T. Hughes2011-11-073-9/+9
* Declare more metatypes and debug operators.Michael Goddard2011-11-0215-37/+268