summaryrefslogtreecommitdiffstats
path: root/src/multimedia/video
Commit message (Expand)AuthorAgeFilesLines
* Fix crashes on Linuxwip/qt6Friedemann Kleint2021-05-261-3/+5
* Clean up the videoOutput() APILars Knoll2021-05-212-0/+29
* Doc improvementsLars Knoll2021-05-183-122/+142
* Fix a number of compiler warnings/errors when using gccLars Knoll2021-05-141-6/+4
* Make sure Qt Multimedia compiles against 6.1Lars Knoll2021-05-141-2/+16
* Rename QMediaDeviceManager to QMediaDevicesVolker Hilsheimer2021-05-071-0/+11
* Make QVideoFrame(Format) movable, smaller API cleanupsVolker Hilsheimer2021-05-074-39/+78
* Make getter constVolker Hilsheimer2021-05-072-2/+2
* Fix sizeHint() of QVideoWidget/QVideoGraphicsItemLars Knoll2021-04-282-0/+10
* Re-enable tst_qvideowidget and fix most errors in the testLars Knoll2021-04-282-2/+20
* Fix tst_qvideoframe test failuresLars Knoll2021-04-283-32/+41
* Remove qmake files from the repositoryLars Knoll2021-04-231-30/+0
* Fix signature of newVideoFrame() signalLars Knoll2021-04-161-1/+1
* Remove QVideoFrame(QImage) constructorLars Knoll2021-04-166-213/+69
* Remove the graphicsType enum from QVideoSinkLars Knoll2021-04-162-21/+0
* Clean up QVideoSink and it's platform implementationLars Knoll2021-04-162-39/+51
* Rename QVideoSurfaceFormat to QVideoFrameFormatLars Knoll2021-04-1411-267/+267
* Remove QAbstractVideoFilterLars Knoll2021-04-143-412/+0
* Add some very basic and incomplete docs for QVideoSinkLars Knoll2021-04-121-0/+64
* Cleanups in QVideoSinkLars Knoll2021-04-122-43/+1
* Remove the notifyInterval() functionalityLars Knoll2021-04-081-0/+34
* Remove 16bit RGB pixel formatsLars Knoll2021-04-086-147/+0
* Various fixes to the shader codeLars Knoll2021-04-081-19/+24
* Cleanups in the shadersLars Knoll2021-04-081-44/+5
* Add support for HW rendering of Y8 and Y16 video formatsLars Knoll2021-04-081-9/+11
* Add a colorMatrix to the rgb shadersLars Knoll2021-04-081-11/+9
* Remove the plane width code from the shadersLars Knoll2021-04-081-24/+5
* Remove endian specific surface formatsLars Knoll2021-04-085-67/+24
* Use the new RHI texture formats for 16bit texturesLars Knoll2021-04-081-2/+2
* Remove packed pixel formats that can't be HW acceleratedLars Knoll2021-04-086-196/+0
* Add a dependency to Qt Shader ToolsLars Knoll2021-04-072-13/+13
* Move the texture uploading code into Qt MultimediaLars Knoll2021-04-075-242/+603
* Use the infra in QVideoSurfaceFormat to get shaders and uniformsLars Knoll2021-04-072-10/+7
* Move the shaders from the quick tools into QtMultimediaLars Knoll2021-04-072-0/+223
* More work to enable HW decoding for Qt QuickLars Knoll2021-04-075-25/+15
* Fix compilation errorsShawn Rutledge2021-04-062-0/+2
* Start adding infrastructure to retrieve video frames as textureLars Knoll2021-04-067-18/+82
* Get rid of QAbstractVideoSurfaceLars Knoll2021-04-064-638/+0
* Smaller API cleanups in QVideoFrameLars Knoll2021-04-063-9/+3
* Move the PixelFormat enum from QVideoFrame to QVideoSurfaceFormatLars Knoll2021-04-0610-301/+305
* QVideoFrame should be constructed with a QSurfaceFormatLars Knoll2021-04-062-26/+34
* Remove the handle type from QVideoSurfaceFormatLars Knoll2021-04-063-25/+6
* Remove metaData from QVideoFrameLars Knoll2021-04-062-45/+0
* Clean up most QAbstractVideoSurface usagesLars Knoll2021-04-062-3/+2
* Kill QVideoFrame::PixmapHandleLars Knoll2021-04-064-7/+1
* Fix Windowed playback on macOSLars Knoll2021-04-061-0/+1
* Get rid of QPainterVideoSurfaceLars Knoll2021-04-062-1849/+0
* Fix QML video renderingLars Knoll2021-04-061-0/+1
* Convert QGraphicsVideoItem to use QVideoSinkLars Knoll2021-04-062-1/+15
* Various improvements to QVideoFrame->QImage conversionLars Knoll2021-04-064-113/+384