summaryrefslogtreecommitdiffstats
path: root/src/multimediawidgets/qvideowidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix undocumented members warning in the widget APIVenugopal Shivashankar2022-10-071-1/+7
* Do not call showFullScreen or showNormal when it is already setPiotr Srebrny2022-08-171-7/+6
* Use SPDX license identifiersLucie GĂ©rard2022-06-241-38/+2
* Split spatial audio out into a lib of its ownLars Knoll2022-06-161-8/+0
* Fix QVideoWidget::setFullScreen()Lars Knoll2021-11-031-0/+8
* Various fixes to our overview doc pagesLars Knoll2021-09-211-0/+1
* Implement HW accelerated rendering for QVideoWidget using QVideoWindowLars Knoll2021-08-261-66/+15
* HW accelerated video rendering for QWindowLars Knoll2021-08-261-0/+5
* Clean up the QVideoSink APILars Knoll2021-08-251-14/+0
* Move the QVideoSink::paint() method to QVideoFrameLars Knoll2021-08-251-1/+4
* Doc: Fix Qt Multimedia Documentation Part 2Nicholas Bennett2021-08-111-2/+2
* Improve windowed rendering with gstreamerLars Knoll2021-08-041-122/+0
* Remove brightness and related properties from QVideoSink and QVideoWidgetLars Knoll2021-06-181-4/+6
* Fix a compiler warning on MSVCLars Knoll2021-06-111-1/+1
* Fix a number of compiler warnings/errors when using gccLars Knoll2021-05-141-1/+0
* Fix test failures in tst_qvideowidget and tst_qgraphicsvideoitemLars Knoll2021-04-281-1/+0
* Fix sizeHint() of QVideoWidget/QVideoGraphicsItemLars Knoll2021-04-281-4/+6
* Re-enable tst_qvideowidget and fix most errors in the testLars Knoll2021-04-281-25/+8
* Better error handling for gstreamerLars Knoll2021-04-161-1/+0
* Clean up QVideoSink and it's platform implementationLars Knoll2021-04-161-20/+20
* Rename QVideoSurfaceFormat to QVideoFrameFormatLars Knoll2021-04-141-1/+1
* Correctly set the target rect when going fullscreenLars Knoll2021-04-061-0/+1
* Use the new AVFVideoSink abstraction for the camera as wellLars Knoll2021-04-061-1/+1
* Further refactor the video sink implementation on macOS/iOS.Lars Knoll2021-04-061-1/+1
* Use native windows again in QVideoWidgetLars Knoll2021-04-061-1/+1
* Add support for SW rendering in QVideoSinkLars Knoll2021-04-061-1/+5
* Rename QVideoWindowControl to QPlatformVideoSinkLars Knoll2021-04-061-310/+41
* Get windowed playback working againLars Knoll2021-04-061-0/+20
* Move QPainterVideoSurface into QtMultimediaLars Knoll2021-03-231-1/+0
* Get rid of QVideoRendererControlLars Knoll2021-03-021-1/+1
* Get rid of one layer of indirection in the backendLars Knoll2021-03-021-2/+2
* Kill QMediaSource and QMediaSinkLars Knoll2021-02-171-7/+5
* Remove QMediaSink inheritance from QVideoWidgetLars Knoll2021-02-171-309/+40
* Get rid of QVideoWidgetControlLars Knoll2021-01-291-113/+2
* Get rid of plugins for MM backendsLars Knoll2021-01-221-10/+23
* Rename QMediaObject to QMediaSourceLars Knoll2021-01-221-14/+14
* Get rid of QMediaControlLars Knoll2021-01-211-3/+3
* Coding style cleanupsLars Knoll2021-01-211-4/+2
* Modernize code baseLars Knoll2021-01-211-18/+18
* Remove code for < QT_VERSION_CHECK(6, 0, 0)VaL Doroshchuk2020-08-031-4/+0
* Remove usage of QGL* APIsVaL Doroshchuk2020-02-181-2/+1
* Expose video surfaces in rendering componentsVaL Doroshchuk2020-01-051-15/+43
* Avoid initializing QFlags with 0 or nullptrFriedemann Kleint2019-11-251-2/+2
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-121-2/+2
|\
| * Include moc files after QT_END_NAMESPACEVal Doroshchuk2019-09-091-2/+2
* | Remove usages of deprecated APIsSona Kurazyan2019-08-081-1/+1
* | Fix type of the out parameter "result" of the native event filtersFriedemann Kleint2019-03-251-0/+4
|/
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-161-0/+4
|\
| * Fix static build on WindowsKai Koehne2019-02-111-0/+4
* | Fix warnings about deprecated QPalette enumerations and functionsFriedemann Kleint2019-01-141-1/+1
|/