summaryrefslogtreecommitdiffstats
path: root/src/multimediawidgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-063-385/+43
* Get windowed playback working againLars Knoll2021-04-063-1/+29
* Move QPainterVideoSurface into QtMultimediaLars Knoll2021-03-236-1853/+2
* Make QAbstractVideoSurface::isFormatSupported() non virtualLars Knoll2021-03-232-51/+0
* Some smaller cleanupsLars Knoll2021-03-161-1/+0
* Some cleanups in QVideoSurfaceFormatLars Knoll2021-03-161-3/+3
* Move HandleType and MapMode from QAbstractVideoBuffer to QVideoFrameLars Knoll2021-03-162-46/+46
* Remove manual metatype declarations and registrationsLars Knoll2021-03-021-2/+0
* Get rid of QVideoRendererControlLars Knoll2021-03-023-4/+4
* Get rid of one layer of indirection in the backendLars Knoll2021-03-021-2/+2
* And finally kill QMediaServiceLars Knoll2021-02-173-31/+0
* Kill QMediaSource and QMediaSinkLars Knoll2021-02-174-19/+9
* Remove QMediaSink inheritance from QGraphicsVideoItemLars Knoll2021-02-172-42/+1
* Remove QMediaSink inheritance from QVideoWidgetLars Knoll2021-02-173-417/+58
* Rework how to set a video output surfaceLars Knoll2021-02-174-54/+10
* Get rid of QVideoWidgetControlLars Knoll2021-01-2916-1467/+2
* Add find modules for 3rd party libraries and fix CMake filesDoris Verria2021-01-282-10/+9
* Move the macOS/iOS specific code into one subfolderLars Knoll2021-01-226-1/+1
* Add a QMediaDeviceInfo class to enumerate input/output devicesLars Knoll2021-01-224-5/+20