summaryrefslogtreecommitdiffstats
path: root/src/multimedia/video
Commit message (Expand)AuthorAgeFilesLines
* Fix orientation of the created video while recordingLars Knoll2021-09-102-0/+9
* Doc: Fix various documentation issuesTopi Reinio2021-09-093-4/+4
* API fix: Give QVideoSink a videoFrame propertyLars Knoll2021-09-074-8/+35
* Add subtitle support to VideoOutputLars Knoll2021-09-072-4/+5
* Implement platform independent subtitle renderingLars Knoll2021-09-078-15/+257
* Fix crash with Quick camera/video outputAssam Boudjelthia2021-09-031-0/+2
* Small cleanup in the QVideoSink headerLars Knoll2021-09-021-2/+0
* macOS/iOS: Allow for other output formats than ARGB32Lars Knoll2021-09-011-1/+0
* Do not use TriangleFan in QVideoWindowLaszlo Agocs2021-08-261-2/+2
* Do graphics pipeline setup after the srbLaszlo Agocs2021-08-261-5/+5
* Only create the graphics pipeline object onceLaszlo Agocs2021-08-261-2/+3
* Add a missing QRhiTexture create()Laszlo Agocs2021-08-261-0/+1
* Fix plain sw path in QVideoWindowLaszlo Agocs2021-08-261-0/+3
* Add We mean it note for qvideowindow_p.hLaszlo Agocs2021-08-261-0/+11
* Use linear filtering when rendering videosLars Knoll2021-08-261-1/+1
* HW accelerated video rendering for QWindowLars Knoll2021-08-262-0/+610
* Clean up the QVideoSink APILars Knoll2021-08-252-174/+1
* Move the QVideoSink::paint() method to QVideoFrameLars Knoll2021-08-254-86/+89
* Doc: Fix QDoc warnings Qt MultimediaNico Vertriest2021-08-201-0/+10
* Fix link errors Qt MultimediaNico Vertriest2021-08-171-0/+3
* Ensure we correctly set the videoSize property in QVideoSinkLars Knoll2021-08-161-0/+1
* Remove some debug outputLars Knoll2021-08-161-1/+0
* Doc: Fix Qt Multimedia Documentation Part 2Nicholas Bennett2021-08-113-22/+25
* Doc: Fix Qt Multimedia Documentation Part 3Nicholas Bennett2021-08-101-11/+12
* Enable DMA buffer support for gstreamerLars Knoll2021-08-091-0/+10
* Larger rework of the RGB pixel formatsLars Knoll2021-08-099-271/+508
* Fix hardware acceleration on gstreamer, part oneLars Knoll2021-08-052-0/+2
* Fix the direct texture pathLaszlo Agocs2021-08-044-16/+23
* Enable HW accelerated playback on AndroidLars Knoll2021-08-046-8/+55
* Doc: Part 1 Fix Qt Multimedia documentation issuesTopi Reinio2021-07-091-9/+1
* Avoid one copy of the texture data when uploading itLars Knoll2021-07-071-1/+2
* Fix the MapData structure to include per plane size informationLars Knoll2021-07-076-75/+38
* Remove brightness and related properties from QVideoSink and QVideoWidgetLars Knoll2021-06-182-16/+2
* Fix issues with namespaced buildLars Knoll2021-05-285-5/+15
* Fix crashes on Linuxwip/qt6Friedemann Kleint2021-05-261-3/+5
* Clean up the videoOutput() APILars Knoll2021-05-212-0/+29
* Doc improvementsLars Knoll2021-05-183-122/+142
* Fix a number of compiler warnings/errors when using gccLars Knoll2021-05-141-6/+4
* Make sure Qt Multimedia compiles against 6.1Lars Knoll2021-05-141-2/+16
* Rename QMediaDeviceManager to QMediaDevicesVolker Hilsheimer2021-05-071-0/+11
* Make QVideoFrame(Format) movable, smaller API cleanupsVolker Hilsheimer2021-05-074-39/+78
* Make getter constVolker Hilsheimer2021-05-072-2/+2
* Fix sizeHint() of QVideoWidget/QVideoGraphicsItemLars Knoll2021-04-282-0/+10
* Re-enable tst_qvideowidget and fix most errors in the testLars Knoll2021-04-282-2/+20
* Fix tst_qvideoframe test failuresLars Knoll2021-04-283-32/+41
* Remove qmake files from the repositoryLars Knoll2021-04-231-30/+0
* Fix signature of newVideoFrame() signalLars Knoll2021-04-161-1/+1
* Remove QVideoFrame(QImage) constructorLars Knoll2021-04-166-213/+69
* Remove the graphicsType enum from QVideoSinkLars Knoll2021-04-162-21/+0
* Clean up QVideoSink and it's platform implementationLars Knoll2021-04-162-39/+51