summaryrefslogtreecommitdiffstats
path: root/src/multimedia/playback/qmediaplayer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix use-after-free errorsLars Knoll2021-05-231-0/+1
* Clean up the videoOutput() APILars Knoll2021-05-211-36/+19
* 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-071-0/+10
* Cleanup status handling in QMediaPlayerLars Knoll2021-05-031-19/+6
* Fix the remaining test failures in tst_qmediaplayerLars Knoll2021-04-271-16/+10
* Fix most errors in tst_qmediaplayerLars Knoll2021-04-271-3/+1
* Add error handling for QML Camera itemLars Knoll2021-04-191-1/+1
* Get rid of QDeclarativeAudioLars Knoll2021-04-161-1/+2
* API cleanups in QMediaPlayerLars Knoll2021-04-161-25/+86
* Remove the notifyInterval() functionalityLars Knoll2021-04-081-108/+1
* Get rid of QMediaPlayer::setCustomRole() and relatedLars Knoll2021-04-081-67/+0
* Get rid of QAbstractVideoSurfaceLars Knoll2021-04-061-1/+0
* Clean up most QAbstractVideoSurface usagesLars Knoll2021-04-061-55/+9
* Get windowed playback working againLars Knoll2021-04-061-2/+15
* Cleanups in Q(Platform)MediaPlayerLars Knoll2021-03-151-81/+21
* 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-051-0/+79
* Remove manual metatype declarations and registrationsLars Knoll2021-03-021-9/+0
* Next steps in consistent class namingLars Knoll2021-03-021-2/+2
* Rename QMediaPlayerControl to QPlatformMediaPlayerLars Knoll2021-03-021-12/+12
* Get rid of one layer of indirection in the backendLars Knoll2021-03-021-12/+4
* And finally kill QMediaServiceLars Knoll2021-02-171-1/+0
* Kill QMediaSource and QMediaSinkLars Knoll2021-02-171-13/+5
* Remove the QMediaSource inheritance from QMediaPlayerLars Knoll2021-02-171-7/+11
* Remove now unused QVideoSurfaceOutput classLars Knoll2021-02-171-2/+0
* Rework how to set a video output surfaceLars Knoll2021-02-171-15/+10
* Remove the notifyInterval functionality from QMediaSourceDoris Verria2021-02-171-0/+88
* Remove QMediaService dependency from QMediaPlatformPlayerInterfaceDoris Verria2021-02-171-4/+5
* 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-291-31/+0
* Add support for selecting the audio output in QMediaPlayerLars Knoll2021-01-221-0/+19
* Get rid of the QMediaServiceFeaturesInterfaceLars Knoll2021-01-221-25/+6
* Get rid of QMediaContentLars Knoll2021-01-221-26/+26
* Remove playlist support from QMediaPlayerLars Knoll2021-01-221-387/+7
* Clean up dependencies between multimedia and multimediawidgetsLars Knoll2021-01-221-43/+11
* Rename QMediaObject to QMediaSourceLars Knoll2021-01-221-27/+9
* Remove the QMediaBindableInterface from QMediaPlaylistLars Knoll2021-01-221-2/+0
* Coding style cleanupsLars Knoll2021-01-211-22/+19
* Modernize code baseLars Knoll2021-01-211-21/+9
* First step in cleaning up the plugin loading codeLars Knoll2021-01-211-18/+4
* Get rid of the AudioRole controlsLars Knoll2021-01-201-56/+24
* Clean up playlist handlingLars Knoll2021-01-201-1/+0
* Remove unused QMediaPlaylistSourceControlLars Knoll2021-01-201-1/+0
* Use QList instead of QVectorJarek Kobus2020-06-251-1/+1