summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use qDegreesToRadians() instead of hand-coding itEdward Welbourne2017-07-061-4/+2
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-0624-73/+34370
|\
| * Merge remote-tracking branch 'origin/5.9.1' into 5.9Liang Qi2017-06-301-0/+43
| |\
| | * Add changes file for 5.9.1v5.9.15.9.1Antti Kokko2017-06-231-0/+43
| * | Bump versionOswald Buddenhagen2017-06-301-1/+1
| * | Update binary compatibility files for Qt 5.9.0 for QtMultimediaMilla Pohjanheimo2017-06-302-0/+34188
| * | AVFoundation: Make AVFImageCaptureControl work without a previewTimur Pocheptsov2017-06-272-3/+5
| * | Camera example: Brush up to C++11Friedemann Kleint2017-06-268-53/+55
| * | Add shutter icon to camera exampleFriedemann Kleint2017-06-264-2/+36
| * | AVFImageCaptureControl - do not block the capture's callbackTimur Pocheptsov2017-06-262-7/+23
| * | DirectShow: Change parameter of qt_evr_pixelFormatFromD3DFormat() to DWORDFriedemann Kleint2017-06-203-3/+3
| * | DirectShowPlayerService::doSetVideoProbe(): Break out of loopFriedemann Kleint2017-06-201-1/+2
| * | DirectShow: Silence g++ warnings about missing initializers for AM_MEDIA_TYPEFriedemann Kleint2017-06-201-0/+10
| * | Fix goto bypassing variable initializationThiago Macieira2017-06-191-3/+1
| |/
| * Prevent m_runningCount from eventually overflowingAlbert Astals Cid2017-06-161-1/+1
| * OpenSL ES: Fix crash caused by overcommitting device with dataMika Salmela2017-06-121-2/+5
* | Use QRandomGenerator instead of q?randThiago Macieira2017-06-304-6/+10
* | turn QGstTools into a proper private moduleJochen Seemann2017-06-1221-77/+163
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-0779-1724/+1127
|\ \ | |/
| * Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-311-0/+74
| |\
| | * Add changes file for 5.9.0v5.9.0-rc2v5.9.0-rc1v5.9.05.9.0Antti Kokko2017-05-121-0/+74
| * | Emit the StoppedState change after the file has finished writingAndy Shaw2017-05-233-6/+16
| * | Bump versionOswald Buddenhagen2017-05-101-1/+1
| * | Fix build for -no-feature-temporaryfileStephan Binner2017-05-081-0/+4
| * | de-duplicate gstreamer_encodingprofiles configure testsOswald Buddenhagen2017-05-081-9/+3
| |/
| * DirectShow: Expose the camera control interfacev5.9.0-beta4Christian Stromme2017-05-032-0/+22
| * DirectShow: Merge the helpers and common folderChristian Strømme2017-05-0322-25/+19
| * DirectShow: Enable audio and video probes in DirectShowChristian Strømme2017-05-033-17/+381
| * Fix licensingJani Heikkinen2017-05-0311-1495/+140
| * iOS: Add Info.plist files to indicate camera and microphone usageAndy Shaw2017-04-287-3/+54
| * Disable/blacklist failing tests for boot2qtSami Nurmenniemi2017-04-283-0/+25
| * Android: Fix crash caused by stale video-frame objectsChristian Strømme2017-04-272-18/+36
| * AVF: Fix mediaplayer state and status issuesChristian Strømme2017-04-263-52/+90
| * DirectShow: Fix namespaced build with MinGWFriedemann Kleint2017-04-2639-37/+136
| * DirectShow: Fix uninitialized memory read in DirectShowMediaTypeEnum::Next()Friedemann Kleint2017-04-253-1/+7
| * Android: Run-time permission checks for cameraChristian Strømme2017-04-233-1/+16
| * Improve tst_QMediaPlayerBackend::playPauseStop()v5.9.0-beta3Yoann Lopes2017-04-201-0/+7
| * Improve tst_QMediaPlayerBackend::processEOS()Yoann Lopes2017-04-201-0/+26
| * Improve tst_QMediaPlayerBackend::surfaceTest()Yoann Lopes2017-04-201-1/+3
| * Fix the testsurface in tst_qmediaplayerbackendChristian Strømme2017-04-201-2/+7
| * Fix time-stamp tests in tst_qmediaplayerbackendChristian Strømme2017-04-201-0/+4
* | Remove m_stopEventsToIgnoreJames McDonnell2017-05-302-14/+2
* | Remove handleMmStatusUpdateJames McDonnell2017-05-302-16/+0
* | Fix a format stringJames McDonnell2017-05-301-1/+1
* | Fix build with QT_STRICT_ITERATORSSergio Martins2017-05-201-1/+1
* | Rename the QtMultimediaQuick libraryYoann Lopes2017-05-022-2/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-2121-16/+314
|\ \ | |/
| * Android: Fix camera preview orientationChristian Strømme2017-04-203-0/+19
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-1813-5/+280
| |\
| | * OpenSL ES: Added run-time permission checks for recording on Android5.8Christian Strømme2017-03-301-0/+31