summaryrefslogtreecommitdiffstats
path: root/src/multimedia/platform/darwin/mediaplayer
Commit message (Expand)AuthorAgeFilesLines
* Fix the remaining failures for tst_qmediaplayerbackend in macOSDoris Verria2021-05-252-19/+11
* Fix more test failures for tst_qmediaplayerbackend on macOSDoris Verria2021-05-213-1/+16
* Fix a crash on macOS when running the qquickvideooutput autotestLars Knoll2021-05-201-1/+1
* Fix test failures for tst_qmediaplayerbackend on macOSDoris Verria2021-05-191-2/+4
* Fix iOS buildDoris Verria2021-04-261-4/+0
* Remove qmake files from the repositoryLars Knoll2021-04-231-42/+0
* Fix camera and compilation on macOSLars Knoll2021-04-193-7/+6
* API cleanups in QMediaPlayerLars Knoll2021-04-162-11/+11
* Remove the graphicsType enum from QVideoSinkLars Knoll2021-04-161-3/+0
* Rename QVideoSurfaceFormat to QVideoFrameFormatLars Knoll2021-04-141-2/+2
* Move conversion functions from CVPixelFormat to our pixel formatLars Knoll2021-04-081-5/+17
* Simplify rendering code for video frames by always using CVPixelBuffersLars Knoll2021-04-086-1109/+71
* Get rid of QAbstractVideoSurfaceLars Knoll2021-04-064-21/+10
* Move the PixelFormat enum from QVideoFrame to QVideoSurfaceFormatLars Knoll2021-04-061-3/+3
* Remove unused API using QAbstractVideoSurface on macOS/iOSLars Knoll2021-04-065-15/+4
* Use the new AVFVideoSink abstraction for the camera as wellLars Knoll2021-04-062-13/+2
* Further refactor the video sink implementation on macOS/iOS.Lars Knoll2021-04-066-196/+126
* Get rid of the AVFVideoOutput interfaceLars Knoll2021-04-065-117/+4
* ename AVFVideoWindowControl to AVFVideoSinkLars Knoll2021-04-064-380/+4
* Fix windowed video rendering for capture sessions on macOSLars Knoll2021-04-062-31/+46
* Fix Windowed playback on macOSLars Knoll2021-04-064-29/+44
* Fix compilation on macOSLars Knoll2021-04-062-22/+7
* Rename QVideoWindowControl to QPlatformVideoSinkLars Knoll2021-04-062-9/+9
* Fix iOS buildDoris Verria2021-03-161-1/+1
* Make QAbstractVideoBuffer privateLars Knoll2021-03-161-1/+1
* Move HandleType and MapMode from QAbstractVideoBuffer to QVideoFrameLars Knoll2021-03-161-10/+10
* Get rid of AVFMediaPlayerSessionLars Knoll2021-03-156-1446/+1070
* Cleanups in Q(Platform)MediaPlayerLars Knoll2021-03-152-3/+3
* Rename backend classes as a next step in consistent class namingDoris Verria2021-03-052-2/+2
* Basic support for different audio/video tracks on DarwinLars Knoll2021-03-056-29/+135
* improve meta data support on Apple platformsLars Knoll2021-03-051-1/+24
* Fix some compilation erros on macDoris Verria2021-03-023-2/+3
* Get rid of QVideoRendererControlLars Knoll2021-03-022-5/+5
* Rename QMediaPlayerControl to QPlatformMediaPlayerLars Knoll2021-03-023-4/+4
* Get rid of one layer of indirection in the backendLars Knoll2021-03-029-204/+49
* Smaller cleanupsLars Knoll2021-02-171-4/+0
* Rework how to set a video output surfaceLars Knoll2021-02-176-32/+19
* Remove QMediaService dependency from QMediaPlatformPlayerInterfaceDoris Verria2021-02-172-50/+1
* Rework the metadata handlingLars Knoll2021-02-128-129/+43
* Remove QAudioProbe and QVideoProbeLars Knoll2021-01-291-4/+0
* Cleanup some of the objc codeLars Knoll2021-01-298-16/+24
* Fix some compiler warningsLars Knoll2021-01-292-5/+5
* Get rid of QVideoDeviceSelectorControlLars Knoll2021-01-291-0/+1
* Remove the mediaChanged() signal from the media player controlLars Knoll2021-01-291-3/+0
* Start using the new QMediaPlatformPlayerInterfaceLars Knoll2021-01-295-195/+72
* Add support for selecting the audio output in QMediaPlayerLars Knoll2021-01-224-0/+49
* Move the macOS/iOS specific code into one subfolderLars Knoll2021-01-2223-0/+4504