summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Rename QMediaCaptureSession::encoder to recorderLars Knoll2021-07-083-11/+11
* Fix the MapData structure to include per plane size informationLars Knoll2021-07-074-21/+26
* Fix a signed/unsigned comparison warningEdward Welbourne2021-07-061-2/+2
* Add missing break;s to switchEdward Welbourne2021-07-061-1/+5
* Suppress lots of -Wsuggest-override warningsEdward Welbourne2021-07-053-40/+40
* Use command like interface to control recorder backendPiotr Srebrny2021-07-031-16/+7
* Fix camera testsPiotr Srebrny2021-06-291-7/+16
* Provide encoderSettings with the applySettings functionPiotr Srebrny2021-06-281-3/+2
* Kill QMediaRecorder::StatusPiotr Srebrny2021-06-253-50/+0
* Clean up file format and audio profile handlingLars Knoll2021-06-252-1/+23
* Add metadata to audio and video capturing on darwinDoris Verria2021-06-231-0/+89
* CMake: Rename conflicting targetAlexandru Croitor2021-06-211-1/+1
* Add positioning information for channels to QAudioFormatLars Knoll2021-06-192-87/+117
* Remove brightness and related properties from QVideoSink and QVideoWidgetLars Knoll2021-06-181-1/+7
* Remove QMediaPlaylist from QtMultimedia for nowLars Knoll2021-06-183-3/+1
* Fix qmediarecorder autotestLars Knoll2021-06-171-1/+1
* Fix compiler warning about unused variableLars Knoll2021-06-171-1/+1
* Fix the QAudioDecoder APILars Knoll2021-06-173-259/+65
* Rename QCameraImageCapture to QImageCaptureLars Knoll2021-06-1711-87/+87
* Remove QCamera::StatusLars Knoll2021-06-174-56/+9
* Make setOutputLocation behavior consistent across supported platformsPiotr Srebrny2021-06-161-9/+2
* Fix media codecs resolver when switching between audio and audio/videoPiotr Srebrny2021-06-163-0/+76
* QMediaPlayer API cleanupsLars Knoll2021-06-162-3/+3
* Rename shutterSpeed() to exposureTime()Lars Knoll2021-06-163-18/+18
* Rename QCamera::cameraInfo to cameraDeviceLars Knoll2021-06-163-24/+24
* Get rid of QAudio::RoleLars Knoll2021-06-162-48/+0
* Get rid of QMediaEncoderSettingsLars Knoll2021-06-162-597/+105
* Rename QMediaEncoder to QMediaRecorderLars Knoll2021-06-168-125/+119
* Kill QMediaEncoderBaseLars Knoll2021-06-162-14/+14
* Kill the current QMediaRecorder classLars Knoll2021-06-162-5/+5
* Get rid of QImageEncoderSettingsLars Knoll2021-06-162-101/+4
* Move the QAudio::Mode enum inside QAudioDeviceLars Knoll2021-06-161-20/+1
* Implement QPlatformAudioDecoder for macOS/iOSDoris Verria2021-06-141-2/+5
* Add test case for invalid source file/device to audiodecoder testDoris Verria2021-06-141-0/+94
* Use QAudioOutput in QMediaPlayerLars Knoll2021-06-118-110/+212
* Use QAudioInput in QMediaCaptureSessionLars Knoll2021-06-111-33/+3
* Remove the CaptureMode argument from the createCaptureSession() methodLars Knoll2021-06-082-3/+2
* Rename QCameraInfo/QAudioDeviceInfo to QCamera/AudioDeviceLars Knoll2021-06-0818-135/+135
* Rename tst_qcamera CMake targetUlf Hermann2021-06-041-1/+1
* Rename QAudioOutput to QAudioSinkLars Knoll2021-06-047-58/+55
* Rename QAudioInput to QAudioSourceLars Knoll2021-06-046-57/+55
* Remove the inheritance between QMediaEncoderSettings and QMediaFormatLars Knoll2021-06-041-36/+36
* Add support for still image capture on WindowsAndré de la Rocha2021-06-031-6/+0
* Fix a test failure and an intermittent crash on WindowsAndré de la Rocha2021-05-311-3/+0
* Fix issues with namespaced buildLars Knoll2021-05-286-15/+31
* CMake: Remove usage of old compatibility CMake APIAlexandru Croitor2021-05-2731-38/+38
* Attempt to make the qcamerabackend test passLars Knoll2021-05-262-0/+11
* Stabilize the qaudioinput autotest on WindowsLars Knoll2021-05-261-4/+4
* Implement support for QCamera::Features on darwinDoris Verria2021-05-261-1/+0
* Some smaller test fixesDoris Verria2021-05-262-1/+2