summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove camera locking APILars Knoll2021-02-1219-1302/+1
* Fix a couple of smaller compile issuesLars Knoll2021-02-121-0/+2
* Fix compilation on WindowsLars Knoll2021-02-1215-309/+318
* Remove unused filesLars Knoll2021-02-125-266/+1
* Get rid of QImageEncoderControlLars Knoll2021-02-1238-976/+205
* Cleanup QImageEncoderSettingsLars Knoll2021-02-1217-113/+141
* Don't use QMediaService anymore to get the camera controlsLars Knoll2021-02-0919-185/+208
* Remove some code that not needed anymoreLars Knoll2021-02-096-619/+0
* Don't use the service to get the metadatawritercontrolLars Knoll2021-02-0917-363/+68
* Remove some unused codeLars Knoll2021-02-091-11/+0
* Get rid of QCameraImageCapture::DriveModeLars Knoll2021-02-0916-120/+22
* Clean up zooming APILars Knoll2021-02-0911-280/+101
* Remove direct dependency on v4l2Lars Knoll2021-02-0912-73/+52
* Remove some old/unused code in the gstreamer pluginLars Knoll2021-02-098-275/+12
* Disable x265enc on gstreamer-1.16Lars Knoll2021-02-091-0/+2
* More changes for QMediaFormat handling on the backendLars Knoll2021-02-0922-1060/+689
* Unify support for .wav files into one public classDoris Verria2021-02-096-58/+213
* Add support for retrieving a mimetype for a QMediaFormatLars Knoll2021-02-094-35/+59
* Fix gstreamer codec detection for the decoding/demuxing caseLars Knoll2021-02-091-3/+7
* Use the new QMediaEncoderSettings in QMediaRecorderLars Knoll2021-02-0970-4695/+1030
* New API for handling media formats and codecsLars Knoll2021-02-0928-9/+1550
* Don't list image encoders when we're asking for video codecsLars Knoll2021-02-091-1/+2
* Unify the encoding controls for gstreamerLars Knoll2021-02-0924-1197/+635
* Remove the gstreamer encoding profile testLars Knoll2021-02-0911-97/+0
* Skip codecs/container formats that don't really make senseLars Knoll2021-02-091-0/+3
* Cleanup QAudioFormat and friendsLars Knoll2021-02-0935-1307/+579
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2021-02-041-1/+1
* Define some wrapper classes for Gstreamer structuresLars Knoll2021-01-293-34/+114
* Remove some unused codeLars Knoll2021-01-292-93/+0
* Remove codec property from QAudioFormat and relatedLars Knoll2021-01-2922-194/+49
* Get rid of QCameraViewFinderSettingsLars Knoll2021-01-2938-1929/+59
* Cleanup resolution and frameRate handlingLars Knoll2021-01-2925-503/+67
* Remove QAudioProbe and QVideoProbeLars Knoll2021-01-2966-2612/+59
* Cleanup some of the objc codeLars Knoll2021-01-299-18/+28
* Cleanup QCameraInfoLars Knoll2021-01-2922-140/+293
* Add support for notification when audio devices change on macOSLars Knoll2021-01-294-12/+52
* Implement notifications when the available cameras change for macOSLars Knoll2021-01-292-11/+28
* Make camera switching in the camera example workLars Knoll2021-01-293-8/+7
* Fix some compiler warningsLars Knoll2021-01-297-13/+13
* Get rid of QVideoDeviceSelectorControlLars Knoll2021-01-2956-1433/+231
* Completely remove the old plugin infrastructureLars Knoll2021-01-2943-1319/+88
* Get rid of all uses of QMediaServiceProviderLars Knoll2021-01-291-3/+3
* Refactor the mocking code for the recorder/capture serviceLars Knoll2021-01-291-1/+1
* Move QAudioDecoder over to use the new platform infrastructureLars Knoll2021-01-298-39/+35
* Port tst_qmediaplayer to use the new mock infrastructureLars Knoll2021-01-293-6/+5
* Remove the mediaChanged() signal from the media player controlLars Knoll2021-01-297-13/+0
* Start refactoring the mock backend codeLars Knoll2021-01-293-3/+3
* Use the CaptureInterface to request the capture serviceLars Knoll2021-01-298-10/+14
* Don't use QMediaServiceProvider(plugin) for capture anymoreLars Knoll2021-01-2913-33/+47
* Cleanup mock backend and tests using it.Lars Knoll2021-01-291-1/+1