summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Get rid of QMediaCaptureSession::isAvailable()Lars Knoll2021-06-172-10/+1
* Fix parameter namingLars Knoll2021-06-171-2/+2
* Mark some methods on QMediaFormat as invokableLars Knoll2021-06-171-4/+5
* Fix parameter naming after API reviewLars Knoll2021-06-172-10/+10
* Fix the QAudioDecoder APILars Knoll2021-06-1714-428/+93
* Remove old configure-related filesJoerg Bornemann2021-06-171-216/+0
* Fix qSwap(QMediaFormat, QMediaFormat)Ulf Hermann2021-06-171-1/+6
* Rename QCameraImageCapture to QImageCaptureLars Knoll2021-06-1759-363/+362
* Remove QCamera::StatusLars Knoll2021-06-1717-185/+21
* Android: Fix for content Uri issue on AndroidMediaMetadataRetrieverPekka Gehör2021-06-171-1/+1
* Add ${QtBase_VERSION_MAJOR} to multimedia jar fileAssam Boudjelthia2021-06-173-5/+5
* Make setOutputLocation behavior consistent across supported platformsPiotr Srebrny2021-06-1617-199/+103
* Windows: Fix active camera set in media device sessionAndré de la Rocha2021-06-161-1/+4
* Add metadata to captured media on WindowsAndré de la Rocha2021-06-166-23/+245
* Fix media codecs resolver when switching between audio and audio/videoPiotr Srebrny2021-06-161-4/+7
* QMediaPlayer API cleanupsLars Knoll2021-06-163-50/+36
* Rename shutterSpeed() to exposureTime()Lars Knoll2021-06-163-20/+25
* Rename QCamera::cameraInfo to cameraDeviceLars Knoll2021-06-1612-66/+66
* Add a QAudioDevice property to QSoundEffectLars Knoll2021-06-162-0/+19
* The volume property should use floatLars Knoll2021-06-162-7/+7
* 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