summaryrefslogtreecommitdiffstats
path: root/src/multimedia/video
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove AdobeDng and CameraRaw pixel formatsLars Knoll2021-04-062-20/+1
* Add support for P010 and P016 video formatsLars Knoll2021-04-063-0/+84
* When we convert to a QImage, we actually convert to ARGB32_PremultipliedLars Knoll2021-04-061-1/+1
* Use native windows again in QVideoWidgetLars Knoll2021-04-061-2/+2
* Add support for SW rendering in QVideoSinkLars Knoll2021-04-061-7/+41
* Retrieve the QPlatformVideoSink from the platform integrationLars Knoll2021-04-062-15/+33
* Add a fullscreen property to QVideoSinkLars Knoll2021-04-062-0/+13
* Get windowed playback working againLars Knoll2021-04-062-7/+63
* Add new QVideoSink classLars Knoll2021-03-232-0/+317
* Move QPainterVideoSurface into QtMultimediaLars Knoll2021-03-232-0/+1849
* Remove unused handle types in QVideoFrameLars Knoll2021-03-233-14/+1
* Make QAbstractVideoSurface::isFormatSupported() non virtualLars Knoll2021-03-231-1/+1
* Remove unused virtual method in QAbstractVideoSurfaceLars Knoll2021-03-232-20/+0
* Get rid of warnings at configure time about private headersLars Knoll2021-03-181-0/+11
* Get rid of the global enums in qmultimedia.hLars Knoll2021-03-161-1/+0
* Some smaller cleanupsLars Knoll2021-03-162-7/+3
* Some cleanups in QVideoSurfaceFormatLars Knoll2021-03-162-187/+12
* Make QAbstractVideoBuffer privateLars Knoll2021-03-165-4/+4
* Get rid of QAbstractVideoBufferPrivateLars Knoll2021-03-167-146/+30
* Remove virtual method that doesn't make sense.Lars Knoll2021-03-163-22/+3
* Move HandleType and MapMode from QAbstractVideoBuffer to QVideoFrameLars Knoll2021-03-1614-128/+128
* Modernize code baseLars Knoll2021-03-026-28/+8
* Remove manual metatype declarations and registrationsLars Knoll2021-03-028-48/+2
* Remove now unused QVideoSurfaceOutput classLars Knoll2021-02-173-194/+0
* Remove QAudioProbe and QVideoProbeLars Knoll2021-01-293-294/+0
* Clean up dependencies between multimedia and multimediawidgetsLars Knoll2021-01-221-0/+1