summaryrefslogtreecommitdiffstats
path: root/video/out/cocoa-cb/video_layer.swift
Commit message (Expand)AuthorAgeFilesLines
* cocoa-cb: remove all force unwrappings of optionalsder richter2019-04-251-94/+113
* cocoa-cb: simplify CGL pixel format creationAkemi2019-04-021-57/+75
* cocoa-cb: synchronise the flush with the renderAkemi2019-04-021-3/+2
* cocoa-cb: add logging for CGL pixel format attributesAkemi2018-11-131-0/+19
* cocoa-cb: use libmpv's advanced rendering control and timingAkemi2018-11-131-27/+13
* cocoa-cb: add Apple Software Renderer supportAkemi2018-09-301-2/+27
* cocoa-cb: fix building with Swift 4.2coverity_scanAkemi2018-06-121-1/+1
* cocoa-cb: remove pre-allocation of window, view and layerAkemi2018-06-121-18/+12
* cocoa-cb: render on a dedicated dispatch queueAkemi2018-03-251-22/+29
* cocoa-cb: fix crash with forced iGPU on some multi GPU systemsAkemi2018-03-141-3/+5
* cocoa-cb: change handling of window aspect ratio changesAkemi2018-03-041-15/+8
* cocoa-cb: use new libmpv API instead of opengl-cbAkemi2018-03-041-7/+7
* cocoa-cb: fix stretched gl surface on window aspect ratio changeAkemi2018-02-281-2/+33
* cocoa-cb: fix wrong drawing size on resizeAkemi2018-02-251-17/+12
* cocoa-cb: fix hwdec when drawing off-screenAkemi2018-02-171-0/+1
* cocoa-cb: initial implementation via opengl-cb APIAkemi2018-02-121-0/+210