summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move the PixelFormat enum from QVideoFrame to QVideoSurfaceFormatLars Knoll2021-04-0656-662/+667
* QVideoFrame should be constructed with a QSurfaceFormatLars Knoll2021-04-064-31/+36
* Remove the handle type from QVideoSurfaceFormatLars Knoll2021-04-0615-83/+31
* Remove metaData from QVideoFrameLars Knoll2021-04-062-45/+0
* Rough adaptation of the QNX codeLars Knoll2021-04-066-148/+6
* Rename the control classes on darwinDoris Verria2021-04-0622-209/+209
* Don't add cameraControl and imageCaptureControl on session initializationDoris Verria2021-04-0616-39/+102
* Move the camera controls to QPlatformCamera for darwinDoris Verria2021-04-064-27/+21
* Remove all uses of QAbstractVideoSurface from the gstreamer backendLars Knoll2021-04-066-152/+47
* Clean up QAbstractVideoSurface usages in the gstreamer backendLars Knoll2021-04-065-50/+76
* Clean up most QAbstractVideoSurface usagesLars Knoll2021-04-0617-142/+24
* Remove the custom video surface examplesLars Knoll2021-04-061-0/+2
* Remove unused API using QAbstractVideoSurface on macOS/iOSLars Knoll2021-04-0612-33/+6
* Use the new AVFVideoSink abstraction for the camera as wellLars Knoll2021-04-068-29/+56
* Some fixes to the capture handling on macOS/iOSLars Knoll2021-04-063-49/+28
* Minor fix in the QML video node codeLars Knoll2021-04-062-1/+4
* Further refactor the video sink implementation on macOS/iOS.Lars Knoll2021-04-069-275/+264
* Kill QVideoFrame::PixmapHandleLars Knoll2021-04-064-7/+1
* Get rid of the AVFVideoOutput interfaceLars Knoll2021-04-067-124/+7
* ename AVFVideoWindowControl to AVFVideoSinkLars Knoll2021-04-068-41/+41
* Get rid of AVFCameraWindowControlLars Knoll2021-04-064-390/+0
* Fix windowed video rendering for capture sessions on macOSLars Knoll2021-04-066-61/+81
* Fix Windowed playback on macOSLars Knoll2021-04-067-29/+53
* Rename FooMediaRecorderControl to FooMediaEncoder for darwin classesDoris Verria2021-04-069-39/+38
* Fix compilation on macOSLars Knoll2021-04-0611-65/+49
* Get rid of QPainterVideoSurfaceLars Knoll2021-04-065-1852/+0
* Fix QML video renderingLars Knoll2021-04-066-101/+39
* Remove the QGstVideoRendererPluginLars Knoll2021-04-068-258/+43
* Convert QGraphicsVideoItem to use QVideoSinkLars Knoll2021-04-064-73/+46
* Various improvements to QVideoFrame->QImage conversionLars Knoll2021-04-066-116/+409
* Remove AdobeDng and CameraRaw pixel formatsLars Knoll2021-04-062-20/+1
* Use QVideoFrame::image() instead of a QGstUtils::bufferToImage()Lars Knoll2021-04-063-76/+6
* Fixes to the Gstreamer playerLars Knoll2021-04-062-15/+31
* Add support for P010 and P016 video formatsLars Knoll2021-04-065-1/+97
* When we convert to a QImage, we actually convert to ARGB32_PremultipliedLars Knoll2021-04-061-1/+1
* Remove the videoscale element from the gst output handlingLars Knoll2021-04-062-6/+4
* Use native windows again in QVideoWidgetLars Knoll2021-04-063-3/+4
* Add support for QVideoSink to the capture sessionLars Knoll2021-04-066-1/+21
* Smaller cleanupLars Knoll2021-04-064-33/+9
* Add support for SW rendering in QVideoSinkLars Knoll2021-04-0611-82/+221
* Smaller cleanupLars Knoll2021-04-062-9/+2
* Clean up some codeLars Knoll2021-04-065-100/+88
* Add setGraphicsType() to QPlatformVideoSinkLars Knoll2021-04-063-0/+17
* Stop emitting signals all the way from the backendLars Knoll2021-04-064-26/+5
* Rename QGstreamerVideoWindow to QGstreamerVideoSinkLars Knoll2021-04-066-39/+39
* Retrieve the QPlatformVideoSink from the platform integrationLars Knoll2021-04-066-19/+53
* Properly emit the audio/videoAvailable signalsLars Knoll2021-04-061-0/+15
* Add a fullscreen property to QVideoSinkLars Knoll2021-04-062-0/+13
* Rename QVideoWindowControl to QPlatformVideoSinkLars Knoll2021-04-0618-452/+102
* Get windowed playback working againLars Knoll2021-04-0613-11/+154