summaryrefslogtreecommitdiffstats
path: root/src/multimediaquick
Commit message (Expand)AuthorAgeFilesLines
* Reuse HDR enabling utilities for QtQuickPavel Dubsky2024-04-171-24/+12
* strings: use QStringLiteral instead of fromUtf8Tim Blechmann2024-04-091-2/+2
* Enable HDR based on video formatPavel Dubsky2024-04-083-7/+46
* Fix size of QVideoSink when the video is rotatedArtem Dyomin2024-03-132-5/+6
* Rename QAudio namespace to QtAudioVolker Hilsheimer2024-02-201-1/+1
* Doc: Fix documentation warningsTopi Reinio2024-01-251-1/+1
* Doc: Update parameter names in QML ImageCapture's signalsBartlomiej Moskal2024-01-171-12/+11
* Apply API review comments: rename QVideo::RotationAngleArtem Dyomin2024-01-152-6/+5
* Pass HDR info through from QQuickVideoOutput to QSGVideoMaterialRhiShaderTor Arne Vestbø2023-12-063-6/+33
* Rename QQuickVideoOutput::m_surfaceFormat to videoFormatTor Arne Vestbø2023-12-062-9/+9
* Expose the 'autoPlay' property in the 'Video' qml elementArtem Dyomin2023-12-041-0/+9
* Enable HDR for QQuickVideoOutputPavel Dubsky2023-11-223-22/+41
* Simplify calling of frame handler in QQuickVideoOutputArtem Dyomin2023-11-212-5/+2
* Minor cleanup in QQuickVideoOutputArtem Dyomin2023-11-202-21/+13
* Add 'autoPlay' property to qml APIArtem Dyomin2023-11-202-0/+47
* QSGVideoNode: cleanup the code a bitVladimir Belyavsky2023-11-082-13/+6
* QSGVideoMaterial: get rid useless mutexVladimir Belyavsky2023-11-081-4/+0
* Fix a typo in quick media playerArtem Dyomin2023-10-241-1/+1
* Expose QScreen to QMLUlf Hermann2023-09-291-0/+7
* Fix MediaPlayer qml properties position and durationArtem Dyomin2023-09-192-1/+49
* Minor cleanup of MediaPlayer.source qml implementationArtem Dyomin2023-09-192-3/+3
* Update for QQuickTextNode API changes in Qt QuickEskil Abrahamsen Blomfeldt2023-09-092-5/+9
* QSGVideoMaterial: fix potential crash on nullptr accessVladimir Belyavsky2023-09-081-0/+3
* Hold textures by value instead of using scoped pointersJøger Hansegård2023-09-041-10/+6
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-09-041-2/+0
* Do not export QCapturableWindow as a QML NamespaceIvan Solovev2023-08-081-7/+0
* QtMultimedia: fix duplicated type exports to QMLIvan Solovev2023-08-081-4/+32
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-293-3/+5
* Add QWindowCapure and QCapturableWindow for window capturingArtem Dyomin2023-06-021-0/+21
* Adapt to the RHI API conceptLaszlo Agocs2023-05-221-1/+1
* Detect QVideoFrame changes in QSGVideoNodeJens Trillmann2023-03-072-3/+19
* Set Q_LOGGING_CATEGORY staticArtem Dyomin2023-01-181-1/+1
* Set default size to the Video QML elementTasuku Suzuki2023-01-141-0/+2
* Remove an unused member variable from QSGVideoMaterialRhiShaderTasuku Suzuki2023-01-101-5/+3
* Drop the dirty flag once a video texture is created for a frameTasuku Suzuki2023-01-101-0/+1
* Include moc_*.cpp files in main QtMM codeArtem Dyomin2022-12-138-43/+112
* Add missing VideoSink QML elementPiotr Srebrny2022-09-151-0/+7
* Register QScreenCapture as an anonymous QML typeAndré de la Rocha2022-09-081-0/+7
* Register QImageCapture as an anonymous QML typeAndré de la Rocha2022-09-081-0/+7
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Export textures in a bundle as QVideoFrameTextures to requesting QRhiPiotr Srebrny2022-08-083-80/+9
* Avoid queueing video framesPiotr Srebrny2022-07-182-11/+18
* Add license headers to cmake filesLucie Gérard2022-07-071-0/+3
* Provide QRhi device when mapping QVideoFrame textures onto that QRhiPiotr Srebrny2022-07-061-0/+1
* Add support for QML screens that are wrapped in QQuickScreenInfo objectPiotr Srebrny2022-07-063-7/+53
* Adjust video output size by frame orientationPiotr Srebrny2022-07-041-1/+1
* Add basic screen capturing support using QScreen::grabWindowPiotr Srebrny2022-06-241-0/+7
* Use SPDX license identifiersLucie Gérard2022-06-2418-686/+38
* Remove QImageCaptureForeignFabian Kosmale2022-06-231-7/+0
* Provide QRhiTextures directly from QVideoFrame to the renderersPiotr Srebrny2022-03-243-17/+17