summaryrefslogtreecommitdiffstats
path: root/src/multimedia/platform/darwin/mediaplayer/avfvideorenderercontrol.mm
Commit message (Expand)AuthorAgeFilesLines
* AVFVideoRenderer: Properly update video output when changing mediaDoris Verria2021-09-131-5/+28
* Fix memory leak on macOS/iOSLars Knoll2021-09-081-2/+8
* API fix: Give QVideoSink a videoFrame propertyLars Knoll2021-09-071-1/+1
* Implement platform independent subtitle renderingLars Knoll2021-09-071-0/+45
* macOS/iOS: Allow for other output formats than ARGB32Lars Knoll2021-09-011-10/+23
* macOS/iOS: Fix issues with missed frames and flickering on playbackLars Knoll2021-08-281-6/+4
* macOS: Clean up dead code related to windowed renderingLars Knoll2021-08-281-32/+1
* Ensure we correctly set the videoSize property in QVideoSinkLars Knoll2021-08-161-1/+1
* Fix iOS buildDoris Verria2021-04-261-4/+0
* Fix camera and compilation on macOSLars Knoll2021-04-191-1/+0
* 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-081-79/+65
* Get rid of QAbstractVideoSurfaceLars Knoll2021-04-061-1/+0
* Move the PixelFormat enum from QVideoFrame to QVideoSurfaceFormatLars Knoll2021-04-061-3/+3
* Use the new AVFVideoSink abstraction for the camera as wellLars Knoll2021-04-061-12/+2
* Further refactor the video sink implementation on macOS/iOS.Lars Knoll2021-04-061-140/+78
* Make QAbstractVideoBuffer privateLars Knoll2021-03-161-1/+1
* Move HandleType and MapMode from QAbstractVideoBuffer to QVideoFrameLars Knoll2021-03-161-10/+10
* Get rid of QVideoRendererControlLars Knoll2021-03-021-1/+1
* Cleanup some of the objc codeLars Knoll2021-01-291-3/+4
* Fix some compiler warningsLars Knoll2021-01-291-4/+4
* Move the macOS/iOS specific code into one subfolderLars Knoll2021-01-221-0/+301