summaryrefslogtreecommitdiffstats
path: root/src/multimediawidgets
Commit message (Expand)AuthorAgeFilesLines
* Correct license for example and snippet filesLucie Gérard2024-03-262-2/+2
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-09-041-2/+0
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-291-0/+2
* Do not generate the deprecated 'QtMultimedia/qtmultimediawidgetdefs.h'Alexey Edelev2023-07-191-4/+0
* Doc: Fix undocumented members warning in the widget APIVenugopal Shivashankar2022-10-072-1/+25
* Update module headers to work with syncqt cppAlexey Edelev2022-09-261-0/+4
* Doc: Do not advertise global module includesKai Köhne2022-09-022-12/+0
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Do not call showFullScreen or showNormal when it is already setPiotr Srebrny2022-08-171-7/+6
* Add license headers to cmake filesLucie Gérard2022-07-071-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-2411-405/+22
* Split spatial audio out into a lib of its ownLars Knoll2022-06-162-14/+0
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2022-05-131-2/+2
* Remove .prev_CMakeLists.txtKai Köhne2022-03-221-38/+0
* Make sure all private headers include at least one otherThiago Macieira2022-03-081-1/+2
* doc: Fix QImageCapture related snippetsSamuel Gaist2022-01-311-5/+12
* Deprecate qtmultimediawidgetdefs.hKai Köhne2021-11-084-21/+8
* Fix QVideoWidget::setFullScreen()Lars Knoll2021-11-032-0/+9
* Migrate to autogenerated cpp exportsAlexey Edelev2021-11-022-14/+2
* Various fixes to our overview doc pagesLars Knoll2021-09-211-0/+1
* API fix: Give QVideoSink a videoFrame propertyLars Knoll2021-09-071-1/+1
* Implement HW accelerated rendering for QVideoWidget using QVideoWindowLars Knoll2021-08-263-76/+18
* HW accelerated video rendering for QWindowLars Knoll2021-08-261-0/+5
* Clean up the QVideoSink APILars Knoll2021-08-252-21/+7
* Move the QVideoSink::paint() method to QVideoFrameLars Knoll2021-08-252-4/+6
* Docs: Remove superfluous or incorrect contentNicholas Bennett2021-08-241-9/+0
* Doc Update: Cmake InformationNicholas Bennett2021-08-181-9/+7
* Doc: Fix Qt Multimedia Documentation Part 2Nicholas Bennett2021-08-112-4/+5
* Overhaul documentation for Qt 6 Release, Second BlockNicholas Bennett2021-08-101-9/+2
* Improve windowed rendering with gstreamerLars Knoll2021-08-043-129/+1
* Remove brightness and related properties from QVideoSink and QVideoWidgetLars Knoll2021-06-182-21/+6
* Rename QCameraImageCapture to QImageCaptureLars Knoll2021-06-171-3/+3
* Fix a compiler warning on MSVCLars Knoll2021-06-111-1/+1
* Remove the dependency on the QtOpenGL moduleLars Knoll2021-05-281-7/+0
* CMake: Remove usage of old compatibility CMake APIAlexandru Croitor2021-05-271-3/+3
* Fix a number of compiler warnings/errors when using gccLars Knoll2021-05-141-1/+0
* Fix part of the tst_qaudioinput failuresLars Knoll2021-04-301-4/+0
* Fix test failures in tst_qvideowidget and tst_qgraphicsvideoitemLars Knoll2021-04-282-10/+7
* Fix sizeHint() of QVideoWidget/QVideoGraphicsItemLars Knoll2021-04-281-4/+6
* Re-enable tst_qvideowidget and fix most errors in the testLars Knoll2021-04-282-29/+8
* Remove qmake files from the repositoryLars Knoll2021-04-232-27/+0
* Better error handling for gstreamerLars Knoll2021-04-161-1/+0
* Clean up QVideoSink and it's platform implementationLars Knoll2021-04-162-36/+36
* Rename QVideoSurfaceFormat to QVideoFrameFormatLars Knoll2021-04-143-3/+3
* Fix compilation errorsShawn Rutledge2021-04-062-0/+2
* Correctly set the target rect when going fullscreenLars Knoll2021-04-061-0/+1
* Clean up most QAbstractVideoSurface usagesLars Knoll2021-04-061-1/+0
* 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
* Convert QGraphicsVideoItem to use QVideoSinkLars Knoll2021-04-062-72/+31