summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-2943-471/+197
* Get rid of QCameraViewFinderSettingsLars Knoll2021-01-2940-2569/+59
* Cleanup resolution and frameRate handlingLars Knoll2021-01-2930-578/+69
* Remove QAudioProbe and QVideoProbeLars Knoll2021-01-2985-3191/+74
* Cleanup some of the objc codeLars Knoll2021-01-299-18/+28
* Cleanup QCameraInfoLars Knoll2021-01-2926-177/+322
* Add support for notification when audio devices change on macOSLars Knoll2021-01-296-18/+65
* Implement notifications when the available cameras change for macOSLars Knoll2021-01-294-22/+51
* Make camera switching in the camera example workLars Knoll2021-01-295-15/+14
* Provide an Info.plist file for the camera example on macOSLars Knoll2021-01-292-0/+50
* Fix some compiler warningsLars Knoll2021-01-299-34/+27
* Get rid of QVideoDeviceSelectorControlLars Knoll2021-01-2964-1614/+272
* Completely remove the old plugin infrastructureLars Knoll2021-01-2963-1413/+106
* Get rid of all uses of QMediaServiceProviderLars Knoll2021-01-2921-1105/+320
* Refactor the mocking code for the recorder/capture serviceLars Knoll2021-01-299-168/+116
* Move QAudioDecoder over to use the new platform infrastructureLars Knoll2021-01-2911-92/+55
* Port tst_qmediaplayer to use the new mock infrastructureLars Knoll2021-01-296-38/+48
* Remove the mediaChanged() signal from the media player controlLars Knoll2021-01-2910-16/+0
* Start refactoring the mock backend codeLars Knoll2021-01-299-6/+330
* 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-29218-1060/+533
* Enable camera in gstreamerLars Knoll2021-01-291-2/+2
* Avoid configuration errors when building examplesLars Knoll2021-01-292-3/+0
* Cleanup some of the now unused plugin interface codeLars Knoll2021-01-2914-533/+7
* Blind fixes to the QNX backendLars Knoll2021-01-2923-57/+370
* Fix build on AndroidLars Knoll2021-01-2939-166/+426
* Start using the new QMediaPlatformPlayerInterfaceLars Knoll2021-01-2928-645/+376
* Don't define QT_DISABLE_DEPRECATED_BEFORE to 0Lars Knoll2021-01-294-7/+0
* Remove the supportedMimeTypes() API in QMediaPlayerLars Knoll2021-01-296-55/+0
* Add stubs for the new backend architecture for capture and playerLars Knoll2021-01-299-7/+270
* Get rid of the qmediaserviceprovider autotestLars Knoll2021-01-2928-1086/+0
* Get rid of QVideoWidgetControlLars Knoll2021-01-2919-1907/+26
* Remove the QCameraInfo(name) constructorLars Knoll2021-01-293-30/+4
* Remove some dead codeLars Knoll2021-01-292-2/+0
* Add module_config.ymlDoris Verria2021-01-281-0/+12
* Add find modules for 3rd party libraries and fix CMake filesDoris Verria2021-01-2827-252/+649
* Add support for selecting the audio output in QMediaPlayerLars Knoll2021-01-2223-311/+297
* Integrate audio devices with WMF layer on WindowsLars Knoll2021-01-227-119/+47
* Remove the unused QAudioOutputSelectorControlLars Knoll2021-01-226-210/+3
* Always use our own volume control and not the one from playbinLars Knoll2021-01-222-84/+11