summaryrefslogtreecommitdiffstats
path: root/video/out/cocoa/video_view.m
Commit message (Collapse)AuthorAgeFilesLines
* cocoa: cosmetic fixesAkemi2016-12-161-1/+2
|
* cocoa: reintroduce async resizeStefano Pigozzi2014-10-181-0/+6
| | | | | | | After removing synchronous libdispatch calls, this looks like it doesn't deadlock anymore. I also experimented with pthread_mutex_trylock liek wm4 suggested, but it leads to some annoying black flickering. I will fallback to that only if some new deadlocks are discovered.
* cocoa: allow to embed into an arbitrary NSViewStefano Pigozzi2014-10-081-0/+5
| | | | | Basically add if guards on all the problematic features. I'm still thinking about a better way to handle this, but for the time being, this will do.
* cocoa: separate video view and events viewStefano Pigozzi2014-10-051-0/+38