summaryrefslogtreecommitdiffstats
path: root/src/multimedia/qmultimediautils_p.h
Commit message (Expand)AuthorAgeFilesLines
* Enable HDR based on video frame format for QtWidgetsPavel Dubsky2024-04-171-0/+12
* utils: factor `qMediaFromUserInput` out of QMediaPlayerTim Blechmann2024-04-101-1/+4
* Move QMaybe to a separate fileArtem Dyomin2024-03-141-72/+1
* Fix size of QVideoSink when the video is rotatedArtem Dyomin2024-03-131-0/+14
* Add copy construction and assignment for QMaybeArtem Dyomin2023-12-031-1/+5
* Handle non-standard pixel aspect ratios by the ffmpeg backendArtem Dyomin2023-11-131-0/+3
* Fix issue where screen capture fails when Ctrl+Alt+Del is pushedJøger Hansegård2023-06-181-27/+55
* Simplify QMaybe and add specialization for pointer typePiotr Srebrny2022-09-131-7/+21
* Move Maybe class and errorString function to util files for reusePiotr Srebrny2022-07-061-0/+24
* Use SPDX license identifiersLucie Gérard2022-06-241-38/+2
* Extend fraction computation algorithm to numbers above 1 and below 0Piotr Srebrny2022-05-241-1/+7
* Make sure all private headers include at least one otherThiago Macieira2022-03-081-1/+2
* Get rid of the global enums in qmultimedia.hLars Knoll2021-03-161-1/+1
* Updated license headersAntti Kokko2016-01-191-14/+20
* Add qt_real_to_fraction() helper function.Yoann Lopes2015-11-191-0/+57