summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Get rid of QAudio::RoleLars Knoll2021-06-1625-364/+7
* Make QAudioDevice::Mode accessible from QMLLars Knoll2021-06-161-0/+1
* Get rid of QMediaEncoderSettingsLars Knoll2021-06-1621-621/+457
* Rename QMediaEncoder to QMediaRecorderLars Knoll2021-06-1645-365/+365
* Kill QMediaEncoderBaseLars Knoll2021-06-1619-91/+81
* Kill the current QMediaRecorder classLars Knoll2021-06-1623-797/+76
* Get rid of QImageEncoderSettingsLars Knoll2021-06-1617-347/+265
* Move the QAudio::Mode enum inside QAudioDeviceLars Knoll2021-06-1639-111/+122
* Implement QPlatformAudioDecoder for macOS/iOSDoris Verria2021-06-145-0/+680
* Android: Fix for content Uri issuePekka Gehör2021-06-141-16/+6
* Use QAudioOutput in QMediaPlayerLars Knoll2021-06-1126-447/+310
* Add audio output selection to the capture sessionLars Knoll2021-06-1110-76/+112
* Use QAudioInput in QMediaCaptureSessionLars Knoll2021-06-1132-345/+226
* Add QAudioInput/OutputLars Knoll2021-06-1111-9/+670
* Fix a compiler warning on MSVCLars Knoll2021-06-111-1/+1
* Make QMediaEncoder::encoderSettings available from QMLPiotr Srebrny2021-06-102-0/+6
* Use new call of QNativeInterface::runOnAndroidMainThread()Assam Boudjelthia2021-06-102-7/+4
* Forward actualLocation from QMediaEncoder to QMediaRecorderPiotr Srebrny2021-06-092-3/+11
* Replace deprecated Q_ENUMS with Q_ENUMPiotr Srebrny2021-06-0913-35/+33
* Add support for audio-only recording on WindowsAndré de la Rocha2021-06-0915-215/+240
* Remove the CaptureMode argument from the createCaptureSession() methodLars Knoll2021-06-0814-18/+17
* Rename QCameraInfo/QAudioDeviceInfo to QCamera/AudioDeviceLars Knoll2021-06-08134-578/+581
* Fix a use after free error in QMediaDevicesLars Knoll2021-06-081-22/+5
* CMake: Update to latest qml CMake APIAlexandru Croitor2021-06-077-111/+19
* Indicate default audio device and notify when it changesPiotr Srebrny2021-06-052-75/+60
* Remove some outdated internal documentationLars Knoll2021-06-041-64/+0
* Rename QAudioOutput to QAudioSinkLars Knoll2021-06-0445-449/+448
* Rename QAudioInput to QAudioSourceLars Knoll2021-06-0444-453/+451
* Allow different camera resolutions and frame rates on WindowsAndré de la Rocha2021-06-046-9/+114
* Remove the inheritance between QMediaEncoderSettings and QMediaFormatLars Knoll2021-06-0415-194/+258
* Add support for still image capture on WindowsAndré de la Rocha2021-06-037-66/+182
* Add a wrapper class for Windows IUnknown referance counting intrefacePiotr Srebrny2021-06-034-37/+109
* Remove some debug outputLars Knoll2021-06-032-4/+4
* Rename the QML plugin to quickmultimediaLars Knoll2021-06-031-3/+3
* Remove qmldirLars Knoll2021-06-031-7/+0
* Add video device changed notificationPiotr Srebrny2021-06-022-3/+89
* Clear the camera pointer in the QPlatformMediaCaptureSessionPiotr Srebrny2021-06-021-0/+6
* Fix a couple of issues with QGstPipelineLars Knoll2021-06-026-6/+14
* Fix gstreamer state handling in the capture pipelineLars Knoll2021-06-025-28/+16
* Deactivate QWindowsCameraSession when disconnecting a cameraPiotr Srebrny2021-06-021-0/+3
* Fix some issues with language tagsLars Knoll2021-06-012-2/+18
* Use the correct cameraInfo during activationPiotr Srebrny2021-06-011-2/+1
* Add support for subtitles to the gstreamer backendLars Knoll2021-06-013-5/+50
* Don't create a QCoreAudioDeviceInfo object if deviceId is not validDoris Verria2021-05-311-1/+2
* Fix a test failure and an intermittent crash on WindowsAndré de la Rocha2021-05-312-0/+3
* Fix a build issue with gstreamer-1.18Lars Knoll2021-05-311-1/+2
* Enable compilation of the Qt Multimedia module in CILars Knoll2021-05-2810-11/+19
* Fix compilation if no backend is availableLars Knoll2021-05-281-0/+8
* Remove the dependency on the QtOpenGL moduleLars Knoll2021-05-281-7/+0
* Fix issues with namespaced buildLars Knoll2021-05-2812-22/+30