summaryrefslogtreecommitdiffstats
path: root/src/multimedia/playback
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-042-5/+9
* Rename QAudio namespace to QtAudioVolker Hilsheimer2024-02-201-1/+1
* 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-302-13/+6
* 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-042-8/+11
* 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-172-0/+21
* Remove commented API for setting set of QVideoSink as output for playerPiotr Srebrny2022-11-071-3/+0
* 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-262-83/+34
* Put the include of 'qjniobject.h' under the Q_OS_ANDROID guardAlexey Edelev2022-06-301-1/+4
* Use SPDX license identifiersLucie Gérard2022-06-243-114/+6
* 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-142-4/+6
* 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-012-0/+57
* 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
* 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