summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update dependencies on '6.2.0' in qt/qtmultimediav6.2.0-rc2Qt Submodule Update Bot2021-09-211-3/+3
* Add some basic docs for the media player and recorder examplesLars Knoll2021-09-209-24/+111
* Remove the qmlvideofx exampleLars Knoll2021-09-2096-7547/+1
* Do not delete object that you don't ownPiotr Srebrny2021-09-201-3/+0
* Fix QMediaPlayer code snippetsLars Knoll2021-09-201-2/+7
* Update dependencies on '6.2.0' in qt/qtmultimediaQt Submodule Update Bot2021-09-191-3/+3
* Fix Recorder QML example crash on playbackSamuel Mira2021-09-172-13/+14
* Implement playback progress watcherAssam Boudjelthia2021-09-173-2/+41
* Fix unused variable warning in player exampleAssam Boudjelthia2021-09-171-1/+1
* Fix Playback issue on AndroidSamuel Mira2021-09-171-26/+26
* Hide the metadata and tracks side bar when videoOutput is tappedAssam Boudjelthia2021-09-171-0/+6
* macOS: Fix video rendering with OpenGL based RHILars Knoll2021-09-173-2/+12
* Rename QWindowsIntegration to avoid collision with a qtbase symbolAndré de la Rocha2021-09-173-15/+15
* Fail early on unsupported platform/compilerAndré de la Rocha2021-09-171-1/+2
* Update dependencies on '6.2.0' in qt/qtmultimediav6.2.0-rc1Qt Submodule Update Bot2021-09-141-3/+3
* AVFVideoRenderer: Properly update video output when changing mediaDoris Verria2021-09-134-6/+38
* QDarwinFormatInfo: Remove unsupported audio codecs for encodingDoris Verria2021-09-131-20/+3
* Add a timer reporting a change in the playback positionPiotr Srebrny2021-09-132-0/+12
* Close WMF player session on media player destructionPiotr Srebrny2021-09-132-2/+1
* Android: Fix the capture button issuePekka Gehör2021-09-131-1/+1
* Update dependencies on '6.2.0' in qt/qtmultimediaQt Submodule Update Bot2021-09-111-3/+3
* Update dependencies on '6.2.0' in qt/qtmultimediaQt Submodule Update Bot2021-09-111-3/+3
* Fix orientation of the created video while recordingLars Knoll2021-09-103-0/+12
* Lock the Window orientation while recording in the recorder exampleLars Knoll2021-09-102-2/+20
* Fix aspect ratio of recordings on iOSLars Knoll2021-09-102-18/+16
* Fix capture view in recorder exampleLars Knoll2021-09-102-19/+22
* Disable update orientation when recording on AndroidSamuel Mira2021-09-103-5/+24
* Don't try to flush a live pipelineLars Knoll2021-09-101-1/+2
* Update dependencies on '6.2.0' in qt/qtmultimediaQt Submodule Update Bot2021-09-101-3/+3
* Fix crash in Android Recorder example on permission requestSamuel Mira2021-09-105-12/+49
* Docs: Add documentation for MetaData and QMediaMetaDataNicholas Bennett2021-09-101-1/+103
* Doc: Fix QDoc errors Qt MultimediaNico Vertriest2021-09-1011-77/+53
* Update dependencies on '6.2.0' in qt/qtmultimediaQt Submodule Update Bot2021-09-101-3/+3
* 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
* 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 default state of recorder exampleLars Knoll2021-09-082-2/+7
* Improve QML Recorder exampleSamuel Mira2021-09-089-57/+95
* Fix a couple of compiler warningsLars Knoll2021-09-082-1/+2
* Fix memory leak on macOS/iOSLars Knoll2021-09-082-2/+10
* Only use available gstreamer video formatsSamuli Piippo2021-09-081-0/+5
* Update dependencies on '6.2' in qt/qtmultimediaQt Submodule Update Bot2021-09-081-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
* Update dependencies on '6.2' in qt/qtmultimediaQt Submodule Update Bot2021-09-071-1/+1
* API fix: Give QVideoSink a videoFrame propertyLars Knoll2021-09-0728-49/+79