summaryrefslogtreecommitdiffstats
path: root/src/multimedia/video/qvideosink.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crashes on Linuxwip/qt6Friedemann Kleint2021-05-261-3/+5
* Clean up the videoOutput() APILars Knoll2021-05-211-0/+25
* Doc improvementsLars Knoll2021-05-181-0/+3
* Make getter constVolker Hilsheimer2021-05-071-1/+1
* Fix sizeHint() of QVideoWidget/QVideoGraphicsItemLars Knoll2021-04-281-0/+9
* Re-enable tst_qvideowidget and fix most errors in the testLars Knoll2021-04-281-1/+12
* Remove the graphicsType enum from QVideoSinkLars Knoll2021-04-161-11/+0
* Clean up QVideoSink and it's platform implementationLars Knoll2021-04-161-29/+43
* Rename QVideoSurfaceFormat to QVideoFrameFormatLars Knoll2021-04-141-5/+5
* Add some very basic and incomplete docs for QVideoSinkLars Knoll2021-04-121-0/+64
* Cleanups in QVideoSinkLars Knoll2021-04-121-32/+1
* More work to enable HW decoding for Qt QuickLars Knoll2021-04-071-0/+3
* Start adding infrastructure to retrieve video frames as textureLars Knoll2021-04-061-0/+11
* Smaller API cleanups in QVideoFrameLars Knoll2021-04-061-1/+1
* Move the PixelFormat enum from QVideoFrame to QVideoSurfaceFormatLars Knoll2021-04-061-1/+1
* Kill QVideoFrame::PixmapHandleLars Knoll2021-04-061-3/+1
* Fix Windowed playback on macOSLars Knoll2021-04-061-0/+1
* Fix QML video renderingLars Knoll2021-04-061-0/+1
* Convert QGraphicsVideoItem to use QVideoSinkLars Knoll2021-04-061-1/+12
* 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-061-15/+30
* Add a fullscreen property to QVideoSinkLars Knoll2021-04-061-0/+10
* Get windowed playback working againLars Knoll2021-04-061-5/+57
* Add new QVideoSink classLars Knoll2021-03-231-0/+198