summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update dependencies on '6.6.0' in qt/qtmultimediav6.6.06.6.0Qt Submodule Update Bot2023-10-031-2/+2
* Update dependencies on '6.6.0' in qt/qtmultimediaQt Submodule Update Bot2023-10-021-4/+4
* Update dependencies on '6.6.0' in qt/qtmultimediaQt Submodule Update Bot2023-09-291-4/+4
* Update dependencies on '6.6.0' in qt/qtmultimediaQt Submodule Update Bot2023-09-281-4/+4
* Update dependencies on '6.6.0' in qt/qtmultimediaQt Submodule Update Bot2023-09-261-4/+4
* Update dependencies on '6.6.0' in qt/qtmultimediav6.6.0-rc1Qt Submodule Update Bot2023-09-211-4/+4
* Update dependencies on '6.6.0' in qt/qtmultimediaQt Submodule Update Bot2023-09-191-4/+4
* QFFmpegMediaCaptureSession: fix compilation with C++20Marc Mutz2023-09-191-1/+1
* Rename StateChangeGuard -> NotifierArtem Dyomin2023-09-125-60/+57
* Update mobile example categories for Qt 6.6Rami Potinkara2023-09-111-0/+1
* Update dependencies on '6.6' in qt/qtmultimediav6.6.0-beta4Qt Submodule Update Bot2023-09-111-4/+4
* Set AV_HWDEVICE_TYPE_CUDA first priority on LinuxArtem Dyomin2023-09-091-1/+2
* Modify rule for encoding target format to handle Android corner caseArtem Dyomin2023-09-082-12/+27
* Move formatInfo initialization delay to the QMediaRecorder constructionArtem Dyomin2023-09-081-1/+9
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-09-0817-37/+34
* QSGVideoMaterial: fix potential crash on nullptr accessVladimir Belyavsky2023-09-081-0/+3
* Fix Q_OS_MACOSX -> Q_OS_MACOSArtem Dyomin2023-09-081-1/+1
* ffmpeg: guard vaapi includesSamuli Piippo2023-09-081-0/+4
* Fix potential thread-safety on lazy media format initializationArtem Dyomin2023-09-0618-114/+70
* Examples: Fix declarative-camera example built by qmakeBartlomiej Moskal2023-09-061-0/+1
* Rename tst_qscreencapture_integration with tst_qscreencapturebackendArtem Dyomin2023-09-064-16/+16
* QML Video Recorder example: Fix error and qmllint warningsLars Sutterud2023-09-052-10/+13
* QWindowsFormatInfo: optimize creation time a bitVladimir Belyavsky2023-09-051-57/+58
* Update dependencies on '6.6' in qt/qtmultimediaQt Submodule Update Bot2023-09-041-4/+4
* Hold textures by value instead of using scoped pointersJøger Hansegård2023-09-041-10/+6
* Fix corner-case mistakes from vaapi symbols resolving CRArtem Dyomin2023-09-041-2/+1
* Tempoary skip capture+recording tests on linuxArtem Dyomin2023-09-012-0/+13
* Update dependencies on '6.6' in qt/qtmultimediaQt Submodule Update Bot2023-09-011-4/+4
* QtMultimedia (CMakeList): do not repeat MultimediaPrivate twiceTimur Pocheptsov2023-08-311-1/+0
* Implement dynamic resolve vaapi symbolsArtem Dyomin2023-08-315-9/+199
* Remove deleted default constructorPavel Dubsky2023-08-301-2/+0
* Remove redundant cast to intermediate interfacePavel Dubsky2023-08-301-3/+3
* Make COM object destructor privatePavel Dubsky2023-08-301-1/+3
* Expose GstPipeline in private APIArtem Dyomin2023-08-304-1/+24
* Fix application hang when camera is unpluggedPavel Dubsky2023-08-301-4/+9
* Implement dynamic symbols resolve for openssl in ffmpegArtem Dyomin2023-08-307-2/+472
* Update dependencies on '6.6' in qt/qtmultimediaQt Submodule Update Bot2023-08-301-4/+4
* Update dependencies on '6.6' in qt/qtmultimediaQt Submodule Update Bot2023-08-291-4/+4
* Remove obsolete code from qscreencapture testsArtem Dyomin2023-08-281-64/+0
* Update dependencies on '6.6' in qt/qtmultimediaQt Submodule Update Bot2023-08-281-4/+4
* Update dependencies on '6.6' in qt/qtmultimediaQt Submodule Update Bot2023-08-251-4/+4
* Fix mediaplayer freezing on an invalid streamArtem Dyomin2023-08-241-1/+5
* Update dependencies on '6.6' in qt/qtmultimediaQt Submodule Update Bot2023-08-241-4/+4
* Apply openh264 encoder settingsArtem Dyomin2023-08-231-0/+15
* Update dependencies on '6.6' in qt/qtmultimediaQt Submodule Update Bot2023-08-221-4/+4
* Docs: Add missing images to declarative-camera example documentationNicholas Bennett2023-08-222-0/+0
* Clarify that video compression patents are not covered by Qt licensesJøger Hansegård2023-08-221-0/+4
* Fix recognizing ambiguous formats by macOS camera implementationArtem Dyomin2023-08-2211-129/+134
* FFmpeg plugin: do not use APPLE as a condition, use MACOS insteadTimur Pocheptsov2023-08-222-7/+12
* wasm: use asyncify to await for device enumerationLorn Potter2023-08-222-134/+166