summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* macOS/iOS: Support setting audioOutput device to the capture sessionDoris Verria2021-06-298-3/+84
* Fix QPermission::PermisionType's mis-spelling of permissionEdward Welbourne2021-06-252-2/+2
* Move decls in relation to #if'ery to get the code to compileEdward Welbourne2021-06-251-2/+2
* Add stubb for QPulseAudioIntegration::formatInfo()Edward Welbourne2021-06-252-0/+7
* Clean up file format and audio profile handlingLars Knoll2021-06-2510-70/+143
* Avoid (bogus) MSVC warnings (that are now errors)Edward Welbourne2021-06-252-4/+4
* Make C++ QML MediaRecorder naming consistent and expose MetaData enumsPiotr Srebrny2021-06-241-1/+8
* Streamline some translatable messagesFriedemann Kleint2021-06-2312-13/+48
* Give translated messages of QMediaMetaData the class contextFriedemann Kleint2021-06-231-28/+29
* Add metadata to audio and video capturing on darwinDoris Verria2021-06-238-145/+399
* Overhaul documentation for Qt 6 Release, First blockNicholas Bennett2021-06-2217-295/+593
* Add the 'Private' suffix to the internal module namesAlexey Edelev2021-06-221-2/+2
* Add warning comment to private header to fix configure warningVolker Hilsheimer2021-06-221-0/+11
* Windows: Fix Windows Media Audio encoding bitrateAndré de la Rocha2021-06-211-2/+36
* Windows: Handle error condition when finalizing media captureAndré de la Rocha2021-06-216-3/+33
* Windows: Adjust the recording pipeline when devices changeAndré de la Rocha2021-06-215-4/+40
* Add positioning information for channels to QAudioFormatLars Knoll2021-06-193-50/+240
* Put media format enums in class scope and make it available in namespacePiotr Srebrny2021-06-183-7/+15
* Remove brightness and related properties from QVideoSink and QVideoWidgetLars Knoll2021-06-184-37/+8
* Remove QMediaPlaylist from QtMultimedia for nowLars Knoll2021-06-187-1732/+1
* Partly fix support for audio only formats in gstreamerLars Knoll2021-06-181-4/+40
* 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