summaryrefslogtreecommitdiffstats
path: root/src/multimedia/video/qvideosink.h
Commit message (Expand)AuthorAgeFilesLines
* Apply 6.6 API review commentsArtem Dyomin2023-06-091-11/+2
* Fix clazy warnings that signal shouldn't be constTasuku Suzuki2023-01-121-2/+10
* Expose subtitleText and videoSize to QMLLars Knoll2022-07-151-0/+2
* Use SPDX license identifiersLucie GĂ©rard2022-06-241-38/+2
* API fix: Give QVideoSink a videoFrame propertyLars Knoll2021-09-071-3/+6
* Implement platform independent subtitle renderingLars Knoll2021-09-071-0/+3
* Small cleanup in the QVideoSink headerLars Knoll2021-09-021-2/+0
* Clean up the QVideoSink APILars Knoll2021-08-251-17/+1
* Move the QVideoSink::paint() method to QVideoFrameLars Knoll2021-08-251-2/+0
* Ensure we correctly set the videoSize property in QVideoSinkLars Knoll2021-08-161-0/+1
* Remove brightness and related properties from QVideoSink and QVideoWidgetLars Knoll2021-06-181-16/+0
* Clean up the videoOutput() APILars Knoll2021-05-211-0/+4
* Make getter constVolker Hilsheimer2021-05-071-1/+1
* Fix sizeHint() of QVideoWidget/QVideoGraphicsItemLars Knoll2021-04-281-0/+1
* Re-enable tst_qvideowidget and fix most errors in the testLars Knoll2021-04-281-1/+8
* Fix signature of newVideoFrame() signalLars Knoll2021-04-161-1/+1
* Remove the graphicsType enum from QVideoSinkLars Knoll2021-04-161-10/+0
* Clean up QVideoSink and it's platform implementationLars Knoll2021-04-161-10/+8
* Rename QVideoSurfaceFormat to QVideoFrameFormatLars Knoll2021-04-141-1/+1
* Cleanups in QVideoSinkLars Knoll2021-04-121-11/+0
* Start adding infrastructure to retrieve video frames as textureLars Knoll2021-04-061-5/+5
* Clean up most QAbstractVideoSurface usagesLars Knoll2021-04-061-1/+1
* Convert QGraphicsVideoItem to use QVideoSinkLars Knoll2021-04-061-0/+3
* Retrieve the QPlatformVideoSink from the platform integrationLars Knoll2021-04-061-0/+3
* Add a fullscreen property to QVideoSinkLars Knoll2021-04-061-0/+3
* Get windowed playback working againLars Knoll2021-04-061-2/+6
* Add new QVideoSink classLars Knoll2021-03-231-0/+119