summaryrefslogtreecommitdiffstats
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-177-16/+29
* Smaller cleanupsLars Knoll2021-02-1712-47/+30
* Add example for listing audio and video devices and their propertiesDoris Verria2021-02-173-0/+221
* And finally kill QMediaServiceLars Knoll2021-02-1771-987/+22
* Get rid of QMediaService for the capture interfaceLars Knoll2021-02-1743-372/+93
* Kill QMediaSource and QMediaSinkLars Knoll2021-02-1753-1003/+68
* Remove QMediaSource inheritance from QCameraLars Knoll2021-02-1712-81/+53
* Remove the QMediaSink inheritance from QMediaRecorderLars Knoll2021-02-176-169/+78
* Remove the QMediaSource inheritance from QMediaPlayerLars Knoll2021-02-176-132/+128
* Remove QMediaSource dependency from QAudioDecoderLars Knoll2021-02-172-5/+9
* Fix QML VideoOutput elementLars Knoll2021-02-1710-612/+83
* Cleanup autotests related to QVideoRenderer/WindowControlLars Knoll2021-02-1710-253/+31
* Remove QMediaSink inheritance from QGraphicsVideoItemLars Knoll2021-02-174-84/+2
* Remove QMediaSink inheritance from QVideoWidgetLars Knoll2021-02-177-987/+90
* Remove now unused QVideoSurfaceOutput classLars Knoll2021-02-175-197/+0
* Get rid of QCamera::CaptureModeLars Knoll2021-02-1736-760/+69
* Rework how to set a video output surfaceLars Knoll2021-02-1757-434/+201
* Kill QGstreamerVideoInputLars Knoll2021-02-179-190/+12
* Get rid of QGstreamerElementFactoryLars Knoll2021-02-174-37/+13
* Remove the notifyInterval functionality from QMediaSourceDoris Verria2021-02-1710-348/+398
* Remove QMediaService dependency from QMediaPlatformPlayerInterfaceDoris Verria2021-02-1714-240/+72
* Rework the metadata handlingLars Knoll2021-02-12117-3972/+1334
* Remove camera locking APILars Knoll2021-02-1229-1974/+109
* Fix a couple of smaller compile issuesLars Knoll2021-02-124-5/+4
* Fix compilation on WindowsLars Knoll2021-02-1215-309/+318
* Remove unused filesLars Knoll2021-02-125-266/+1
* Get rid of QImageEncoderControlLars Knoll2021-02-1247-1038/+210
* Cleanup QImageEncoderSettingsLars Knoll2021-02-1221-164/+156
* 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-0917-123/+22
* Clean up zooming APILars Knoll2021-02-0913-363/+119
* 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-0925-1071/+700
* Unify support for .wav files into one public classDoris Verria2021-02-0930-1171/+300
* 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-0997-6204/+1946
* New API for handling media formats and codecsLars Knoll2021-02-0930-9/+1567
* 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-0914-158/+0
* Skip codecs/container formats that don't really make senseLars Knoll2021-02-091-0/+3
* Cleanup QAudioFormat and friendsLars Knoll2021-02-0961-2228/+946
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2021-02-041-1/+1