summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QPlatformMediaEncoder: Fix tr contextsFriedemann Kleint2021-07-131-2/+2
* Doc: Part 1 Fix Qt Multimedia documentation issuesTopi Reinio2021-07-0924-501/+172
* Fix the supported maximum audio channels on AndroidLars Knoll2021-07-081-1/+1
* Rename QAndroidCameraControl to QAndroidCameraLars Knoll2021-07-086-32/+32
* Rename QAndroidCaptureService to QAndroidMediaCaptureSessionLars Knoll2021-07-0810-29/+29
* Get rid of QAndroidCameraVideoRendererControlLars Knoll2021-07-087-184/+17
* Refactor the gstreamer video sinkLars Knoll2021-07-084-77/+58
* Android: Always use the texture video output for the cameraLars Knoll2021-07-082-184/+5
* Add a backend class for QVideoSink on AndroidLars Knoll2021-07-086-4/+204
* Rename QMediaCaptureSession::encoder to recorderLars Knoll2021-07-086-52/+50
* Fix QWindowsCamera state when calling setCaptureSession()André de la Rocha2021-07-082-2/+18
* Fix build error about QTimer being undefinedDimitrios Apostolou2021-07-081-0/+1
* Fix video output in the capture session on macOSDoris Verria2021-07-071-5/+8
* macOS/iOS: Properly handle unsupported encoder settings for audioDoris Verria2021-07-073-12/+167
* Avoid one copy of the texture data when uploading itLars Knoll2021-07-071-1/+2
* Render video again using QMediaPlayerLars Knoll2021-07-072-10/+11
* Fix the MapData structure to include per plane size informationLars Knoll2021-07-0711-83/+47
* Align duration and metadata behavior with tst_qmediaplayerbackend testPiotr Srebrny2021-07-053-28/+24
* Use AVCaptureDiscoverySession to get available audio inputs on iOSDoris Verria2021-07-052-5/+12
* Fix runtime warnings about failed connect() callsLars Knoll2021-07-052-2/+14
* Rename QMultimediaDeclarativeModule to QMultimediaQuickModuleDoris Verria2021-07-051-2/+2
* Use command like interface to control recorder backendPiotr Srebrny2021-07-0320-226/+188
* macOS/iOS: Support changing volume/mute while recordingDoris Verria2021-07-028-58/+139
* Code cleanupLars Knoll2021-07-015-136/+88
* Remove QAndroidMediaPlayerVideoRendererControlLars Knoll2021-07-016-183/+31
* Cleanup codeLars Knoll2021-07-012-28/+16
* Windows: Add audio output support to capture sessionAndré de la Rocha2021-07-016-21/+260
* Check if PROPVARIANT contains valid playback positionPiotr Srebrny2021-07-011-5/+11
* Android: Request write storage permissionBartlomiej Moskal2021-07-015-3/+22
* Android: Do not create cameraSession by defaultBartlomiej Moskal2021-07-014-23/+37
* Some fixes and refactoring to the capture session in macOS/iOSDoris Verria2021-07-015-63/+73
* Read time from the file metadata as the UTC timePiotr Srebrny2021-06-291-3/+6
* Release the lock on the current media file when loading empty URLPiotr Srebrny2021-06-291-0/+2
* macOS/iOS: Update recording time durationDoris Verria2021-06-293-1/+14
* macOS/iOS: Support setting audioOutput device to the capture sessionDoris Verria2021-06-298-3/+84
* audioInput change is also an audio device change, reset the pipelinePiotr Srebrny2021-06-291-0/+3
* Remove pre API level 16 code pathLars Knoll2021-06-282-50/+5
* Provide encoderSettings with the applySettings functionPiotr Srebrny2021-06-2816-91/+27
* Avoid crashes in the android camera codeLars Knoll2021-06-282-11/+23
* Kill QMediaRecorder::StatusPiotr Srebrny2021-06-2518-254/+5
* 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