summaryrefslogtreecommitdiffstats
path: root/src/multimedia/playback/qmediaplayer.cpp
Commit message (Expand)AuthorAgeFilesLines
* utils: factor `qMediaFromUserInput` out of QMediaPlayerTim Blechmann2024-04-101-4/+3
* GStreamer: remove relic of restarting playback after new source is setTim Blechmann2024-03-291-1/+1
* Fix emitting QObject::destroyed upon deleting of QMediaPlayerArtem Dyomin2024-03-041-3/+7
* Add emitting of media status BufferingMedia by ffmpeg media playerArtem Dyomin2023-11-171-1/+1
* Doc update on negative playback rates, and hardened FFmpeg handlingJøger Hansegård2023-11-081-5/+5
* Delay emitting playingChanged event until after state has changedJøger Hansegård2023-11-061-6/+12
* Unify logic of enum error+string holding and changing notificationArtem Dyomin2023-10-301-10/+3
* Docs: Change audio to media in playbackRate property descriptionNicholas Bennett2023-08-041-1/+3
* Fix media loading from networkPavel Dubsky2023-07-191-1/+1
* QMediaPlayer: emit errorChanged signal whenever the error has changedVladimir Belyavsky2023-05-041-7/+10
* Android: Use QFile for content urlSamuel Mira2023-05-021-14/+5
* Document new playing propertyKai Köhne2023-02-011-14/+27
* Add playing property to QMediaPlayerPiotr Srebrny2022-12-171-0/+17
* Fix typosPiotr Srebrny2022-10-271-2/+2
* Doc: Fix the remaining qdoc warningsVenugopal Shivashankar2022-10-101-0/+2
* Doc: Fix warnings about undocumented member in playback APIVenugopal Shivashankar2022-10-071-0/+18
* Enable error reporting when failed to initialize backend elementPiotr Srebrny2022-09-261-82/+32
* Put the include of 'qjniobject.h' under the Q_OS_ANDROID guardAlexey Edelev2022-06-301-1/+4
* Use SPDX license identifiersLucie Gérard2022-06-241-38/+2
* Android: Enable FFmpeg playback - SW renderingSamuel Mira2022-05-181-0/+16
* Check result of open()ing a QTemporaryFileMårten Nordheim2022-04-261-1/+8
* Fix QScopedPointer swap deprecationMårten Nordheim2022-03-141-2/+2
* Resolve a media file path to an absolute path when calling setMediaPiotr Srebrny2021-10-151-1/+4
* Properly detect whether a stream is seekableLars Knoll2021-10-121-1/+2
* Fix QML snippet in docsLars Knoll2021-10-041-2/+1
* Add support for looping to QMediaPlayerLars Knoll2021-10-011-0/+45
* Disconnect QAudioOutput from capture session and player in destructorPiotr Srebrny2021-09-291-2/+10
* Doc: Clear remaining documentation warningsTopi Reinio2021-09-241-2/+2
* Fix the remaining qdoc warningsLars Knoll2021-09-221-26/+17
* 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-211-21/+13
* Various fixes to our overview doc pagesLars Knoll2021-09-211-0/+1
* Fix the MediaPlayer docsLars Knoll2021-09-211-39/+389
* Avoid emitting activeTracksChanged() if the active track doesn't changeLars Knoll2021-09-061-8/+20
* Add information about the Windows metadata limitationsPiotr Srebrny2021-09-061-0/+3
* 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
* QMediaPlayer API cleanupsLars Knoll2021-06-161-38/+32
* Use QAudioOutput in QMediaPlayerLars Knoll2021-06-111-147/+9
* Rename QCameraInfo/QAudioDeviceInfo to QCamera/AudioDeviceLars Knoll2021-06-081-3/+3
* 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