summaryrefslogtreecommitdiffstats
path: root/src/multimedia/platform
Commit message (Expand)AuthorAgeFilesLines
* Move the player session into the player controlLars Knoll2021-02-174-6/+4
* Move the streams interface into QMediaPlayerControlLars Knoll2021-02-174-9/+14
* Smaller cleanupsLars Knoll2021-02-1712-47/+30
* And finally kill QMediaServiceLars Knoll2021-02-178-9/+7
* Get rid of QMediaService for the capture interfaceLars Knoll2021-02-1714-101/+58
* Get rid of QCamera::CaptureModeLars Knoll2021-02-1720-227/+57
* Rework how to set a video output surfaceLars Knoll2021-02-1742-340/+157
* Kill QGstreamerVideoInputLars Knoll2021-02-178-189/+12
* Get rid of QGstreamerElementFactoryLars Knoll2021-02-174-37/+13
* Remove QMediaService dependency from QMediaPlatformPlayerInterfaceDoris Verria2021-02-1712-208/+50
* Rework the metadata handlingLars Knoll2021-02-1260-1886/+783
* Remove camera locking APILars Knoll2021-02-1211-747/+1
* Fix compilation on WindowsLars Knoll2021-02-1213-308/+316
* Remove unused filesLars Knoll2021-02-123-265/+0
* Get rid of QImageEncoderControlLars Knoll2021-02-1231-757/+183
* Cleanup QImageEncoderSettingsLars Knoll2021-02-1211-66/+65
* Don't use QMediaService anymore to get the camera controlsLars Knoll2021-02-0910-37/+69
* Remove some code that not needed anymoreLars Knoll2021-02-095-617/+0
* Don't use the service to get the metadatawritercontrolLars Knoll2021-02-0914-339/+49
* Remove some unused codeLars Knoll2021-02-091-11/+0
* Get rid of QCameraImageCapture::DriveModeLars Knoll2021-02-0911-93/+21
* Clean up zooming APILars Knoll2021-02-096-135/+33
* Remove direct dependency on v4l2Lars Knoll2021-02-0911-68/+51
* 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-0917-714/+482
* Add support for retrieving a mimetype for a QMediaFormatLars Knoll2021-02-092-7/+3
* Fix gstreamer codec detection for the decoding/demuxing caseLars Knoll2021-02-091-3/+7
* Use the new QMediaEncoderSettings in QMediaRecorderLars Knoll2021-02-0952-3033/+652
* New API for handling media formats and codecsLars Knoll2021-02-0921-5/+869
* 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-0923-1191/+629
* Remove the gstreamer encoding profile testLars Knoll2021-02-099-77/+0
* Skip codecs/container formats that don't really make senseLars Knoll2021-02-091-0/+3
* Cleanup QAudioFormat and friendsLars Knoll2021-02-0926-794/+281
* 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-2916-105/+15
* Get rid of QCameraViewFinderSettingsLars Knoll2021-01-2923-918/+22
* Cleanup resolution and frameRate handlingLars Knoll2021-01-2919-461/+23
* Remove QAudioProbe and QVideoProbeLars Knoll2021-01-2947-1549/+56
* Cleanup some of the objc codeLars Knoll2021-01-299-18/+28
* Cleanup QCameraInfoLars Knoll2021-01-2910-33/+148
* 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
* Fix some compiler warningsLars Knoll2021-01-295-11/+11
* Get rid of QVideoDeviceSelectorControlLars Knoll2021-01-2944-1036/+171
* Completely remove the old plugin infrastructureLars Knoll2021-01-2929-866/+81
* Refactor the mocking code for the recorder/capture serviceLars Knoll2021-01-291-1/+1