summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix up a few doc issuesMichael Goddard2012-01-1777-63/+193
* Changed QCamera::captureMode property to QFlagsDmytro Poplavskiy2012-01-1718-67/+72
* Remove antiquated \since lines in docs.Michael Goddard2012-01-1681-1319/+0
* Remove out-of-line uses of qMalloc/qFree/qRealloc.Robin Burchell2012-01-152-8/+8
* Fix build for the camera support of QtMultimedia GStreamer plugin.Alexis Menard2012-01-142-17/+1
* 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-124-0/+7
* Update year in Nokia copyright headers.Jason McDonald2012-01-12438-438/+438
* Improve the QCameraFocus and QCameraImageProcessing documentation.Michael Goddard2012-01-113-31/+193
* Updated QtMultimedia declarative module to version 5.0Jonas Rabbe2012-01-1111-23/+48
* Added documentation for the Radio and RadioData QML elements.Jonas Rabbe2012-01-112-0/+422
* Remove widgets config test.Michael Goddard2012-01-119-13/+13
* Fix for QSoundEffect crash bugMithra Pattison2012-01-061-1/+2
* Add the spot for spot metering mode.Michael Goddard2012-01-069-2/+106
* Properly handle the case where QtWidgets is not available.Michael Goddard2012-01-0636-123/+160
* Update copyright year in license headers.Jason McDonald2012-01-0667-67/+67
* QtMultimedia: Fix compiler warnings.Friedemann Kleint2012-01-057-9/+9
* 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
* 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
* Fix readyChanged signal emit in gstreamervideorendererMithra Pattison2011-12-211-6/+5
* Fix a compiler warning.Michael Goddard2011-12-211-2/+2
* Fix X11 and QPA compilation problemsJonas Rabbe2011-12-1315-78/+80
* 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 missing return values.Friedemann Kleint2011-12-063-27/+67
* QtMultimedia: Fix warnings about declarative/quick.Friedemann Kleint2011-12-056-8/+8
* Implemented QDeclarativeCameraCapture::setMetadataDmytro Poplavskiy2011-12-012-3/+9
* Allow nested read only maps of QVideoFrame.Dmytro Poplavskiy2011-11-281-6/+48
* Add orientation support to VideoOutput.Michael Goddard2011-11-254-11/+126
* Fixed QtMultimedia core namespace compilation.Toby Tomkins2011-11-2546-43/+148
* Updated I420 video node to be consistent with RGB node implementation.Dmytro Poplavskiy2011-11-242-94/+120
* If we fail to connect to pulse, don't enumerate sinks or sources.Michael Goddard2011-11-241-3/+5
* VideoOutput: release video frames when the video surface is stopped.Dmytro Poplavskiy2011-11-223-0/+24
* Fix SoundEffect(pulseaudio) crash in qfeedbackmmk auto testLing Hu2011-11-215-22/+158
* Fixed qtmultimedia imports -qtnamespace issues.Toby Tomkins2011-11-214-0/+12
* 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
* Add cap on internal read/write buffer for QAudioOuput(PA)Ling Hu2011-11-151-1/+1
* Added support for non QMediaObject based VideoOutput sources.Dmytro Poplavskiy2011-11-152-8/+34
* Add additional protection on the write size in QAudioOuput(pulseaudio)Ling Hu2011-11-141-0/+5
* Changed QVideoSurfaceGstSink to take pools from pluginsJonas Rabbe2011-11-146-16/+118
* Add qRegisterMetaTypes for the public Q_DECLARE_METATYPEs.Michael Goddard2011-11-0917-2/+199
* Fix pullmode data lost problem in QAudioOutput(pulseaudio)Ling Hu2011-11-092-42/+36