summaryrefslogtreecommitdiffstats
path: root/src/multimedia/playback
Commit message (Expand)AuthorAgeFilesLines
* Add some rough docs for QMediaPlayerLars Knoll2021-05-101-5/+117
* Some more work on docsLars Knoll2021-05-101-5/+3
* Add QMediaPlayer::bufferedTimeRange()Lars Knoll2021-05-072-0/+12
* Cleanup status handling in QMediaPlayerLars Knoll2021-05-033-22/+6
* Fix the remaining test failures in tst_qmediaplayerLars Knoll2021-04-272-18/+12
* Fix most errors in tst_qmediaplayerLars Knoll2021-04-272-6/+3
* Remove qmake files from the repositoryLars Knoll2021-04-231-14/+0
* Add error handling for QML Camera itemLars Knoll2021-04-192-2/+2
* Get rid of QDeclarativeAudioLars Knoll2021-04-162-2/+4
* API cleanups in QMediaPlayerLars Knoll2021-04-163-50/+123
* Remove the notifyInterval() functionalityLars Knoll2021-04-083-123/+2
* Get rid of QMediaPlayer::setCustomRole() and relatedLars Knoll2021-04-083-73/+0
* Get rid of QAbstractVideoSurfaceLars Knoll2021-04-061-1/+0
* Clean up most QAbstractVideoSurface usagesLars Knoll2021-04-062-58/+10
* Get windowed playback working againLars Knoll2021-04-062-3/+17
* Get rid of warnings at configure time about private headersLars Knoll2021-03-181-0/+11
* Cleanups in Q(Platform)MediaPlayerLars Knoll2021-03-153-84/+119
* Rename backend classes as a next step in consistent class namingDoris Verria2021-03-051-1/+1
* Add support for selecting audio/video tracksLars Knoll2021-03-052-11/+91
* Modernize code baseLars Knoll2021-03-021-5/+2
* Remove manual metatype declarations and registrationsLars Knoll2021-03-023-16/+0
* Next steps in consistent class namingLars Knoll2021-03-021-2/+2
* Rename QMediaPlayerControl to QPlatformMediaPlayerLars Knoll2021-03-023-14/+14
* Get rid of one layer of indirection in the backendLars Knoll2021-03-021-12/+4
* And finally kill QMediaServiceLars Knoll2021-02-172-2/+0
* Kill QMediaSource and QMediaSinkLars Knoll2021-02-174-17/+7
* Remove the QMediaSource inheritance from QMediaPlayerLars Knoll2021-02-172-10/+19
* Remove now unused QVideoSurfaceOutput classLars Knoll2021-02-171-2/+0
* Rework how to set a video output surfaceLars Knoll2021-02-172-17/+11
* Remove the notifyInterval functionality from QMediaSourceDoris Verria2021-02-172-0/+97
* Remove QMediaService dependency from QMediaPlatformPlayerInterfaceDoris Verria2021-02-171-4/+5
* Rework the metadata handlingLars Knoll2021-02-121-3/+3
* Fix some compiler warningsLars Knoll2021-01-291-1/+1
* Port tst_qmediaplayer to use the new mock infrastructureLars Knoll2021-01-291-3/+4
* Remove the mediaChanged() signal from the media player controlLars Knoll2021-01-291-1/+0
* Fix build on AndroidLars Knoll2021-01-291-1/+2
* Start using the new QMediaPlatformPlayerInterfaceLars Knoll2021-01-291-49/+38
* Remove the supportedMimeTypes() API in QMediaPlayerLars Knoll2021-01-292-36/+0
* Add support for selecting the audio output in QMediaPlayerLars Knoll2021-01-222-2/+21
* Get rid of the QMediaServiceFeaturesInterfaceLars Knoll2021-01-222-38/+9
* Get rid of QMediaContentLars Knoll2021-01-2210-411/+69
* Remove playlist support from QMediaPlayerLars Knoll2021-01-222-402/+8
* Outcast of API changes for QMediaPlayerLars Knoll2021-01-222-0/+28
* Clean up dependencies between multimedia and multimediawidgetsLars Knoll2021-01-222-47/+12
* Make bind/unbind() not virtualLars Knoll2021-01-221-4/+0
* Rename QMediaObject to QMediaSourceLars Knoll2021-01-225-32/+14
* Rename QMediaBindableInterface to QMediaSinkLars Knoll2021-01-221-1/+1
* Remove the QMediaBindableInterface from QMediaPlaylistLars Knoll2021-01-224-50/+3
* Coding style cleanupsLars Knoll2021-01-212-27/+23
* Modernize code baseLars Knoll2021-01-213-37/+15