summaryrefslogtreecommitdiffstats
path: root/src/multimedia/video
Commit message (Expand)AuthorAgeFilesLines
* Add since 6.8 to a new QVideoFrame constructor documentationArtem Dyomin7 days1-0/+1
* Enable HDR based on video frame format for QtWidgetsPavel Dubsky2024-04-171-2/+9
* Prevent lost D3D11 device with QVideoFrame::toImage() with Qt QuickJøger Hansegård2024-04-162-2/+2
* Add QVideoFrame constructor that converts from QImageJøger Hansegård2024-04-093-0/+48
* strings: use QStringLiteral instead of fromUtf8Tim Blechmann2024-04-091-6/+6
* Tighten ownership of video buffers in QVideoFrameJøger Hansegård2024-04-042-6/+4
* Video - rename ALIGN to QT_MEDIA_ALIGNTim Blechmann2024-03-254-6/+6
* Fix mapping of QVideoFrame in write modeArtem Dyomin2024-03-192-4/+14
* Fix keeping frame mapped after the target OpenGL texture releasedArtem Dyomin2024-03-141-46/+55
* Fix size of QVideoSink when the video is rotatedArtem Dyomin2024-03-132-9/+6
* Fix 'divide by zero' codecheck warningArtem Dyomin2024-02-201-3/+4
* Eliminate copying of frame data upon creating textures from memoryArtem Dyomin2024-02-195-25/+88
* Reformat color matricesJøger Hansegård2024-02-181-53/+27
* Move QVideoFramePrivate to a separate fileArtem Dyomin2024-02-112-35/+53
* Map/unmap QVideoFrame one time upon loading textures from memoryArtem Dyomin2024-02-081-8/+10
* Rename qvideo.h => qtvideo.h according to API reviewArtem Dyomin2024-01-303-6/+6
* Doc: Fix documentation warningsTopi Reinio2024-01-251-1/+1
* Implement fixing of QImage by QImageVideoBufferArtem Dyomin2024-01-232-1/+54
* Fix conversion of QImage::Format_RGBA8888_Premultiplied to PixelFormatArtem Dyomin2024-01-231-1/+3
* Apply API review comment: qmmetaobject.h => qobjectdefs.hArtem Dyomin2024-01-231-1/+1
* QVideoWindow: Recreate swapchain if it was previously destroyedDoris Verria2024-01-171-1/+1
* QVideoWindow: Immediately render window on an Expose eventDoris Verria2024-01-171-1/+1
* Apply API review comments: rename QVideo::RotationAngleArtem Dyomin2024-01-157-38/+50
* Apply API review comments: fix headersArtem Dyomin2024-01-152-2/+3
* Fix CodeChecker warning in qvideotexturehelperJøger Hansegård2024-01-091-2/+2
* Implement zero copy rendering of QMemoryVideoBufferArtem Dyomin2024-01-064-2/+29
* Prettify QMemoryVideoBufferArtem Dyomin2024-01-062-12/+12
* Move QImageVideoBuffer to a separate fileArtem Dyomin2023-12-282-0/+80
* Reset RHI state on application suspendVolker Krause2023-12-211-0/+20
* Doc: Fix example file quoting and missing namespace documentationTopi Reinio2023-12-141-0/+7
* Add Q_NAMESPACE_EXPORT to recently added QVideo namespaceArtem Dyomin2023-11-242-0/+6
* Add Correction Angle to QCameraDevice and QVideo namespaceSamuel Mira2023-11-236-19/+76
* Fix BT2020 full range color transformation matrix and add testsJøger Hansegård2023-11-131-11/+14
* Fix full range color transform matrix for the 709 YCbCr to RGBChristian Strømme2023-11-101-5/+4
* Avoid resource_name collisions in qt_add_shaders callsLaszlo Agocs2023-11-071-1/+1
* QVideoTextureHelper: add missing QVideoFrame::unmap() callVladimir Belyavsky2023-10-301-0/+2
* Fix broken QVideoFrame::map with YUV422P pixel formatJøger Hansegård2023-09-181-1/+1
* Fix x11 surface capture alpha channelArtem Dyomin2023-08-074-3/+158
* Fix QVideoFrame::toImage thread-safetyArtem Dyomin2023-07-271-4/+9
* Apply 6.6 API review commentsArtem Dyomin2023-06-091-11/+2
* Adapt to the RHI API conceptLaszlo Agocs2023-05-226-36/+7
* QVideoTextureHelper: Fix color matrix calculationDoris Verria2023-04-261-1/+1
* Ensure thread-safe qInitConvertFuncsAsmArtem Dyomin2023-02-171-5/+5
* Disambiguate static constants, variables and functionsFriedemann Kleint2023-02-152-9/+9
* Remove unneeded predeclarationKai Köhne2023-02-011-1/+0
* Set Q_LOGGING_CATEGORY staticArtem Dyomin2023-01-182-3/+1
* Fix clazy warnings that signal shouldn't be constTasuku Suzuki2023-01-121-2/+10
* Disconnect all signals from QVideoSink before unregistering sourcesPiotr Srebrny2022-12-141-0/+1
* Include moc_*.cpp files in main QtMM codeArtem Dyomin2022-12-132-0/+4
* Fix typo: to setup -> to set upPiotr Srebrny2022-11-281-1/+1