summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix various documentation issuesTopi Reinio2021-09-0915-53/+72
* Do not discard track that do not have language informationPiotr Srebrny2021-09-092-9/+6
* Remove VideoOutput.autoOrientation propertyLars Knoll2021-09-092-53/+0
* Fix camera orientation handling on iOSLars Knoll2021-09-094-2/+40
* Remove NSApplication from Info.plist filesDoris Verria2021-09-093-9/+0
* Update dependencies on 'dev' in qt/qtmultimediaQt Submodule Update Bot2021-09-091-1/+1
* Drop misguided conversion from degrees to radiansEdward Welbourne2021-09-081-1/+1
* Fix orientation of camera frames on AndroidLars Knoll2021-09-083-16/+57
* Fix memory leak on macOS/iOSLars Knoll2021-09-082-2/+10
* Fix a couple of compiler warningsLars Knoll2021-09-082-1/+2
* Fix default state of recorder exampleLars Knoll2021-09-082-2/+7
* Improve QML Recorder exampleSamuel Mira2021-09-089-57/+95
* Only use available gstreamer video formatsSamuli Piippo2021-09-081-0/+5
* Docs: Add documentation for MetaData and QMediaMetaDataNicholas Bennett2021-09-081-1/+103
* Update dependencies on 'dev' in qt/qtmultimediaQt Submodule Update Bot2021-09-071-3/+3
* Fix build issue with conflicting declarations in GL headersSamuli Piippo2021-09-071-2/+1
* Only search for and link EGL if we have gstreamer and openglLars Knoll2021-09-071-3/+5
* Move gstreamer over to the new subtitle handlingLars Knoll2021-09-0712-31/+379
* API fix: Give QVideoSink a videoFrame propertyLars Knoll2021-09-0728-49/+79
* Use the new subtitle infrastructure on AndroidLars Knoll2021-09-072-121/+3
* Add subtitle support to VideoOutputLars Knoll2021-09-075-11/+74
* Implement platform independent subtitle renderingLars Knoll2021-09-0711-17/+334
* Do not hide playback control bar since HoverHandle is brokenPiotr Srebrny2021-09-062-2/+2
* Get rid of a compiler warning about an unused variableLars Knoll2021-09-061-1/+1
* Avoid emitting activeTracksChanged() if the active track doesn't changeLars Knoll2021-09-061-8/+20
* Allow passing a media file as command line argument to the mediaplayerLars Knoll2021-09-062-6/+22
* Add information about the Windows metadata limitationsPiotr Srebrny2021-09-061-0/+3
* Remove unused field and clean up member initializationLars Knoll2021-09-062-27/+18
* Update dependencies on 'dev' in qt/qtmultimediaQt Submodule Update Bot2021-09-061-1/+1
* Check correct pointer before calling a method on itPiotr Srebrny2021-09-061-1/+1
* Add qDoc comments for mediaplayerSamuel Mira2021-09-061-18/+96
* Docs: Add MediaRecorder QML type documentationNicholas Bennett2021-09-061-20/+210
* Update dependencies on 'dev' in qt/qtmultimediaQt Submodule Update Bot2021-09-031-3/+3
* Use the default native orientation as the orientation for camera previewAssam Boudjelthia2021-09-031-4/+2
* Don't allow calling setAudioSource on MediaRecorder more than onceAssam Boudjelthia2021-09-033-4/+29
* Fix crash with Quick camera/video outputAssam Boudjelthia2021-09-032-1/+4
* Remove duplicated media storage location implementationsPiotr Srebrny2021-09-0326-902/+81
* Set captured image path to enable image previewPiotr Srebrny2021-09-031-0/+1
* Docs: Fix paint rate snippet reference errorsNicholas Bennett2021-09-031-4/+4
* Update dependencies on 'dev' in qt/qtmultimediaQt Submodule Update Bot2021-09-021-3/+3
* Add option to turn off audio and video tracks to the player exampleLars Knoll2021-09-021-2/+4
* docs: MediaPlayer error -> errorOccurred; redundant handler notesShawn Rutledge2021-09-021-30/+1
* Remove some debug outputLars Knoll2021-09-022-2/+0
* Small cleanup in the QVideoSink headerLars Knoll2021-09-021-2/+0
* Update dependencies on 'dev' in qt/qtmultimediaQt Submodule Update Bot2021-09-021-1/+1
* macOS/iOS: Improve meta data supportLars Knoll2021-09-011-29/+50
* macOS: Set up proper language info for the different media tracksLars Knoll2021-09-012-6/+10
* Correctly show the buffer status in the player exampleLars Knoll2021-09-012-6/+7
* macOS/iOS: Enable non RGB pixel formats on the cameraLars Knoll2021-09-011-4/+9
* macOS/iOS: Allow for other output formats than ARGB32Lars Knoll2021-09-014-22/+87