summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make git ignore build artifactsAndré de la Rocha2021-06-211-0/+5
* Update dependencies manuallyVolker Hilsheimer2021-06-211-4/+4
* CMake: Rename conflicting targetAlexandru Croitor2021-06-211-1/+1
* 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-196-138/+358
* Put media format enums in class scope and make it available in namespacePiotr Srebrny2021-06-184-11/+19
* Remove brightness and related properties from QVideoSink and QVideoWidgetLars Knoll2021-06-187-93/+15
* Remove QMediaPlaylist from QtMultimedia for nowLars Knoll2021-06-1814-14/+9
* Partly fix support for audio only formats in gstreamerLars Knoll2021-06-181-4/+40
* Fix qmediarecorder autotestLars Knoll2021-06-171-1/+1
* 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 compiler warning about unused variableLars Knoll2021-06-171-1/+1
* Fix parameter naming after API reviewLars Knoll2021-06-172-10/+10
* Fix the QAudioDecoder APILars Knoll2021-06-1719-709/+174
* Remove old configure-related filesJoerg Bornemann2021-06-172-221/+0
* Fix qSwap(QMediaFormat, QMediaFormat)Ulf Hermann2021-06-171-1/+6
* Rename QCameraImageCapture to QImageCaptureLars Knoll2021-06-1776-475/+474
* Remove QCamera::StatusLars Knoll2021-06-1721-241/+30
* 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-1618-208/+105
* 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-164-4/+83
* QMediaPlayer API cleanupsLars Knoll2021-06-165-53/+39
* Rename shutterSpeed() to exposureTime()Lars Knoll2021-06-166-38/+43
* Rename QCamera::cameraInfo to cameraDeviceLars Knoll2021-06-1622-110/+110
* 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-1628-413/+7
* Make QAudioDevice::Mode accessible from QMLLars Knoll2021-06-161-0/+1
* Get rid of QMediaEncoderSettingsLars Knoll2021-06-1630-1287/+619
* Rename QMediaEncoder to QMediaRecorderLars Knoll2021-06-1661-542/+536
* Kill QMediaEncoderBaseLars Knoll2021-06-1626-117/+107
* Kill the current QMediaRecorder classLars Knoll2021-06-1627-811/+90
* Get rid of QImageEncoderSettingsLars Knoll2021-06-1625-476/+287
* Move the QAudio::Mode enum inside QAudioDeviceLars Knoll2021-06-1646-156/+148
* Implement QPlatformAudioDecoder for macOS/iOSDoris Verria2021-06-146-2/+685
* Android: Fix for content Uri issuePekka Gehör2021-06-141-16/+6
* AudioDecoder example: Don't start event loop in case of errorDoris Verria2021-06-143-0/+9
* Add test case for invalid source file/device to audiodecoder testDoris Verria2021-06-141-0/+94
* Remove unneeded CMake variable assignmentsJoerg Bornemann2021-06-141-6/+0
* Use QAudioOutput in QMediaPlayerLars Knoll2021-06-1140-572/+553