summaryrefslogtreecommitdiffstats
path: root/src/multimedia/platform/gstreamer/common/qgstvideorenderersink.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler errorLars Knoll2021-12-171-4/+4
* Add rotation angle and if mirrored to QVideoFramePiotr Srebrny2021-12-071-0/+55
* GStreamer: Fix black preview window on capturesessionsLars Knoll2021-11-031-9/+12
* Compile on systems that do not support eglCreateImageLars Knoll2021-11-011-0/+4
* Fix the tst_qmediaplayerbackend::seekPauseSeek autotest on gstreamerLars Knoll2021-10-111-4/+8
* API fix: Give QVideoSink a videoFrame propertyLars Knoll2021-09-071-2/+2
* Ensure we correctly set the videoSize property in QVideoSinkLars Knoll2021-08-161-2/+2
* Remove some debug outputLars Knoll2021-08-161-3/+1
* Enable DMA buffer support for gstreamerLars Knoll2021-08-091-6/+28
* Clean up the GstGlContext creationLars Knoll2021-08-091-15/+8
* Larger rework of the RGB pixel formatsLars Knoll2021-08-091-36/+14
* Unify some code in QGstCaps/MutableCapsLars Knoll2021-08-091-12/+4
* Move the GstGlContext initialization into the video sinkLars Knoll2021-08-091-101/+10
* Cleanup qgstvideorenderersinkLars Knoll2021-08-061-163/+94
* Fix hardware acceleration on gstreamer, part oneLars Knoll2021-08-051-31/+31
* gstreamer: fix compilation without gstreamer_glSamuli Piippo2021-05-171-1/+4
* Make sure Qt Multimedia compiles against 6.1Lars Knoll2021-05-141-0/+2
* Fix reference counting of the negotiated capsLars Knoll2021-05-031-1/+1
* Get rid of some bogus warnings and debug messagesLars Knoll2021-05-031-2/+0
* Rename QVideoSurfaceFormat to QVideoFrameFormatLars Knoll2021-04-141-34/+34
* Remove the notifyInterval() functionalityLars Knoll2021-04-081-1/+1
* Remove 16bit RGB pixel formatsLars Knoll2021-04-081-3/+0
* Various fixes to the shader codeLars Knoll2021-04-081-8/+6
* Remove endian specific surface formatsLars Knoll2021-04-081-4/+2
* Remove packed pixel formats that can't be HW acceleratedLars Knoll2021-04-081-6/+0
* More work to enable HW decoding for Qt QuickLars Knoll2021-04-071-36/+48
* Start adding infrastructure to retrieve video frames as textureLars Knoll2021-04-061-3/+3
* Move the PixelFormat enum from QVideoFrame to QVideoSurfaceFormatLars Knoll2021-04-061-48/+48
* QVideoFrame should be constructed with a QSurfaceFormatLars Knoll2021-04-061-4/+1
* Remove the handle type from QVideoSurfaceFormatLars Knoll2021-04-061-3/+3
* Remove all uses of QAbstractVideoSurface from the gstreamer backendLars Knoll2021-04-061-27/+27
* Clean up QAbstractVideoSurface usages in the gstreamer backendLars Knoll2021-04-061-44/+70
* Remove the QGstVideoRendererPluginLars Knoll2021-04-061-72/+26
* Move HandleType and MapMode from QAbstractVideoBuffer to QVideoFrameLars Knoll2021-03-161-5/+5
* Modernize code baseLars Knoll2021-03-021-19/+15
* Get rid of plugins for MM backendsLars Knoll2021-01-221-0/+803