summaryrefslogtreecommitdiffstats
path: root/src/multimedia/playback
Commit message (Expand)AuthorAgeFilesLines
* Doc fixes for mediaMetaDataLars Knoll2021-09-221-3/+3
* Minor doc fixes for the QML MediaPlayerLars Knoll2021-09-221-2/+2
* Fix API naming inconsistencyLars Knoll2021-09-221-21/+13
* Fix the MediaPlayer docsLars Knoll2021-09-221-39/+389
* Various fixes to our overview doc pagesLars Knoll2021-09-211-0/+1
* Avoid emitting activeTracksChanged() if the active track doesn't changeLars Knoll2021-09-061-8/+20
* Add Track Selection from QML and updated exampleSamuel Mira2021-08-311-1/+13
* Doc: Fix Qt Multimedia Documentation Part 3Nicholas Bennett2021-08-101-26/+28
* Fix QMediaPlayer::isSeekable() on gstreamerLars Knoll2021-07-301-0/+2
* Doc: Part 1 Fix Qt Multimedia documentation issuesTopi Reinio2021-07-091-42/+17
* Remove QMediaPlaylist from QtMultimedia for nowLars Knoll2021-06-185-1729/+0
* QMediaPlayer API cleanupsLars Knoll2021-06-163-50/+36
* Get rid of QAudio::RoleLars Knoll2021-06-161-2/+0
* Use QAudioOutput in QMediaPlayerLars Knoll2021-06-113-166/+17
* Replace deprecated Q_ENUMS with Q_ENUMPiotr Srebrny2021-06-092-4/+5
* Rename QCameraInfo/QAudioDeviceInfo to QCamera/AudioDeviceLars Knoll2021-06-082-6/+6
* Fix use-after-free errorsLars Knoll2021-05-231-0/+1
* Clean up the videoOutput() APILars Knoll2021-05-213-42/+43
* 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