summaryrefslogtreecommitdiffstats
path: root/src/multimediaquick
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure all private headers include at least one otherThiago Macieira2022-03-084-4/+7
* Resolve QSoundEffect URL through QML contextPiotr Srebrny2022-02-143-8/+94
* Use clockwise rotation for the QVideoFrame::rotationAngle()Piotr Srebrny2022-02-111-10/+10
* Adapt to moving of type registrations into the Qt namespaceFabian Kosmale2022-02-081-0/+4
* Fix Video.seek() methodLars Knoll2022-01-251-11/+5
* Remove unused .qrc filesJoerg Bornemann2022-01-181-12/+0
* Don't leak QSGGeometry object set in setTexturedRectGeometryPiotr Srebrny2021-12-161-0/+1
* Resolve URL using QML context when setting QMediaPlayer sourcePiotr Srebrny2021-12-153-7/+93
* Add the errorOccurred() signal to the Video qml typeAndré de la Rocha2021-12-131-0/+11
* Fix subtitle geometry for different orientation and aspect ratioPiotr Srebrny2021-12-081-9/+25
* Enable video frame rotation for Quick video outputPiotr Srebrny2021-12-073-65/+83
* Use correct texture format and do not swizzle around channelsPiotr Srebrny2021-11-291-1/+0
* Keep video frames alive until we're done rendering themLars Knoll2021-11-181-4/+10
* Expose the loops property of MediaPlayer in the Video elementLars Knoll2021-11-031-0/+10
* Remove QT_QML_SOURCE_VERSION source propertyKai Köhne2021-11-021-3/+0
* Migrate to autogenerated cpp exportsAlexey Edelev2021-11-022-10/+2
* Add missing QtQuick dependency to QtMultimediaMaximilian Goldstein2021-10-201-0/+1
* Correct the preview type to stringPiotr Srebrny2021-10-191-1/+1
* Fix the remaining qdoc warningsLars Knoll2021-09-222-4/+3
* Doc fixes for mediaMetaDataLars Knoll2021-09-221-2/+2
* Fix some incorrect statements and methods in the VideoOutput docsLars Knoll2021-09-221-18/+6
* Document QCameraFormat and expose it to QMLLars Knoll2021-09-221-0/+7
* Fixes to Camera docs and APILars Knoll2021-09-221-133/+0
* QML API and doc fixesLars Knoll2021-09-221-0/+14
* Fix API naming inconsistencyLars Knoll2021-09-211-1/+1
* Improve ImageCapture documentationLars Knoll2021-09-211-12/+40
* Mark the QML PlayList type as internalLars Knoll2021-09-211-0/+2
* Fix the MediaPlayer docsLars Knoll2021-09-212-689/+0
* Fix QML sample code to use a MediaCaptureSessionLars Knoll2021-09-212-10/+14
* Doc: Fix various documentation issuesTopi Reinio2021-09-091-5/+2
* Remove VideoOutput.autoOrientation propertyLars Knoll2021-09-092-53/+0
* Drop misguided conversion from degrees to radiansEdward Welbourne2021-09-081-1/+1
* API fix: Give QVideoSink a videoFrame propertyLars Knoll2021-09-071-1/+1
* Add subtitle support to VideoOutputLars Knoll2021-09-073-7/+69
* Add qDoc comments for mediaplayerSamuel Mira2021-09-061-18/+96
* Fix crash with Quick camera/video outputAssam Boudjelthia2021-09-031-1/+2