summaryrefslogtreecommitdiffstats
path: root/src/plugins/multimedia/darwin
Commit message (Expand)AuthorAgeFilesLines
* Fix camera crash on macOSArtem Dyomin2023-01-181-10/+11
* Set Q_LOGGING_CATEGORY staticArtem Dyomin2023-01-181-1/+1
* Make QPlatformMediaIntegration::m_videoDevices a smart pointerMikolaj Boc2023-01-091-1/+1
* Include moc_*.cpp files in QtMM AVF pluginArtem Dyomin2022-12-134-14/+18
* Refactor and fix AVFAudioDecoderArtem Dyomin2022-12-082-194/+248
* Fix ffmpeg camera crash on macOS (double releasing of an object)Artem Dyomin2022-11-291-1/+3
* Replace QT_HAS_INCLUDE() wrapper macro with __has_include()Tor Arne Vestbø2022-11-222-3/+3
* Fix crash on macos13 with iphone cameraArtem Dyomin2022-11-111-25/+34
* Add missing headers on iOSDoris Verria2022-11-031-0/+1
* QAVFCameraBase: Get max digital zoom factor from the active formatDoris Verria2022-11-031-5/+6
* Enable error reporting when failed to initialize backend elementPiotr Srebrny2022-09-262-15/+15
* AVFMediaPlayer: Avoid possible operation on dangling pointerDoris Verria2022-09-121-4/+9
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-071-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-2441-1558/+82
* QtMultimedia - fix a crash on iOSTimur Pocheptsov2022-06-073-8/+12
* Darwin plugin (AVFoundation): remove unused functionsTimur Pocheptsov2022-06-032-109/+1
* Darwin: Account for missing kCVImageBufferTransferFunctionKeyTor Arne Vestbø2022-06-021-32/+33
* Extend fraction computation algorithm to numbers above 1 and below 0Piotr Srebrny2022-05-241-9/+5
* Get rid of some deprecation warnings from QScopedPointer::take()Lars Knoll2022-05-031-5/+5
* Move the low level audio integration back into Qt MultimediaLars Knoll2022-04-2919-3828/+148
* Fix macOS colorspace detection to code that also works on iOSLars Knoll2022-04-251-43/+48
* Unify creation of QVideoFrameFormat from CVImageBuffersLars Knoll2022-04-096-82/+87
* Rename QVideoFrameFormat::YCbCrColorSpace to ColorSpaceLars Knoll2022-04-093-14/+14
* Properly set up color space and color transfer for the darwin backendLars Knoll2022-04-093-0/+52
* Do QVideoFrame to QImage conversion using shadersAndré de la Rocha2022-04-011-5/+5
* darwin: Don't specify source format hint for audio recordingDoris Verria2022-03-294-18/+55
* Fix unused variable warnings on macOSMitch Curtis2022-03-181-4/+6
* AVFCameraSession - don't use preview layerTimur Pocheptsov2022-03-031-6/+1
* AVFoundation plugin (iOS) fix minor build problemsTimur Pocheptsov2022-02-212-27/+4
* Remove an unused methodLars Knoll2022-02-113-11/+0
* FFmpeg: Start implementing camera support on macOSLars Knoll2022-02-111-2/+0
* Split the camera implementation for AVFoundation into two partsLars Knoll2022-02-115-820/+1090
* Use categorized logging for the camera debug logsLars Knoll2022-02-117-76/+72
* Disentangle some AVFoundation specific codeLars Knoll2022-02-119-90/+195
* Use clockwise rotation for the QVideoFrame::rotationAngle()Piotr Srebrny2022-02-112-19/+3
* AVFoundation plugin: protect the use of codec constantTimur Pocheptsov2022-02-041-1/+1
* Fix camera for the darwin backend when configure finds FFmpegLars Knoll2022-01-243-4/+5
* FFmpeg: Support playback on macOSLars Knoll2022-01-191-0/+4
* Move the list of QMediaDevices to QPlatformMediaIntegrationLars Knoll2022-01-183-4/+4
* Turn the macOS/iOS backend into a pluginLars Knoll2022-01-1551-0/+14475