summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/video/mediaplayer
Commit message (Expand)AuthorAgeFilesLines
* CMake: silence warningsTim Blechmann2024-12-281-1/+1
* Switch to default audio device when audio devices change in mediaplayerJøger Hansegård2024-12-041-0/+7
* Multimedia examples: add qt_add_ios_ffmpeg_libraries cmake callTimur Pocheptsov2024-12-031-0/+2
* Docs: Incorrect images are used for QML Media Player example on the webAlexei Cazacov2024-11-274-2/+2
* Move QML Media Player example to right categoryKai Köhne2024-09-291-1/+1
* Fix error message bug in Media Player exampleEd Cooke2024-09-101-1/+1
* Replace usage of FileDialog.currentFile with FileDialog.selectedFilePavel Dubsky2024-08-091-1/+1
* Hide Mediaplayer PlaybackControl item automatically also when pausedJøger Hansegård2024-06-112-2/+1
* Update QML Media PlayerEd Cooke2024-04-2452-881/+1158
* Correct license for example and snippet filesLucie Gérard2024-03-261-1/+1
* Fix "Media Player Example" deployment to AndroidOlli Vuolteenaho2024-02-261-1/+2
* Doc: Create separate 'Graphics', 'Multimedia' example categoriesJaishree Vyas2024-01-161-1/+1
* Doc update on negative playback rates, and hardened FFmpeg handlingJøger Hansegård2023-11-081-1/+1
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-09-041-1/+1
* Doc: Add \examplecategory for Qt MultimediaVenugopal Shivashankar2023-07-211-0/+1
* Doc: fix linkVolker Hilsheimer2023-06-111-1/+1
* Fix typo in examples/mediaplayerYAMAMOTO Atsushi2022-12-021-2/+2
* Doc: Fix various issues in Qt Multimedia documentationTopi Reinio2022-09-281-11/+4
* Examples: C++ style cleanupKai Köhne2022-09-071-6/+7
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Adapt qdoc macros for DocBookThibaut Cuvelier2022-08-081-0/+4
* Add license headers to cmake filesLucie Gérard2022-07-071-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-2410-467/+20
* Split spatial audio out into a lib of its ownLars Knoll2022-06-161-12/+12
* Docs: Fix broken linksNicholas Bennett2022-05-131-3/+4
* Improve examples CMakeLists.txt (II)Kai Köhne2022-03-211-26/+7
* Docs: Update QML Mediaplayer Example DocumentationNicholas Bennett2022-03-1813-6/+168
* Fix missing main.qml in examplesSamuel Mira2022-03-092-15/+18
* Improve examples CMakeLists.txtKai Köhne2022-02-171-6/+2
* CMake: add install command for examplesSamuli Piippo2022-01-181-0/+12
* QNX: Instantiate the QNX backendLars Knoll2022-01-171-1/+1
* MediaPlayer example: Display track-specific metadataDoris Verria2021-12-092-8/+23
* Fix the example imagesLars Knoll2021-09-221-0/+0
* Add some basic docs for the media player and recorder examplesLars Knoll2021-09-202-0/+48
* Hide the metadata and tracks side bar when videoOutput is tappedAssam Boudjelthia2021-09-171-0/+6
* Do not discard track that do not have language informationPiotr Srebrny2021-09-092-9/+6
* Do not hide playback control bar since HoverHandle is brokenPiotr Srebrny2021-09-062-2/+2
* Allow passing a media file as command line argument to the mediaplayerLars Knoll2021-09-062-6/+22
* Add Track Selection from QML and updated exampleSamuel Mira2021-08-315-1/+205
* Fix mediaplayer QML example's layout and iconsAssam Boudjelthia2021-08-254-15/+28
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-171-1/+1
* Remove QT_VERSION_CHECK from examplesKai Köhne2021-08-121-5/+0
* Fix media player position handling after seeking on gstreamerLars Knoll2021-07-301-20/+6
* Fix QMediaPlayer::isSeekable() on gstreamerLars Knoll2021-07-301-6/+1
* Fix audio handling in the media player exampleLars Knoll2021-06-283-13/+11
* Use QAudioOutput in QMediaPlayerLars Knoll2021-06-111-0/+3
* Add an example media player written in QMLPiotr Srebrny2021-06-0312-0/+993