summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/hwdec_osx.c
Commit message (Expand)AuthorAgeFilesLines
* hwdec: don't require setting legacy hwdec fieldswm42017-12-021-4/+2
* vo_gpu: hwdec: remove redundant fieldswm42017-12-011-1/+0
* video: remove old videotoolbox supportwm42017-09-261-4/+0
* vo_opengl: refactor into vo_gpuNiklas Haas2017-09-211-1/+1
* vo_opengl: separate hwdec context and mapping, port it to use rawm42017-08-101-52/+102
* vo_opengl: restructure format setupwm42017-06-301-3/+0
* videotoolbox: support new libavcodec APIwm42017-05-241-0/+12
* vo_opengl: hwdec_osx: use new format setup functionwm42017-02-171-85/+19
* vo_opengl: handle GL_LUMINANCE_ALPHA and integer textures differentlywm42017-02-171-5/+6
* videotoolbox: fix RGB formatwm42017-02-171-1/+1
* videotoolbox: remove weird format-negotiation between VO and decoderwm42017-02-171-16/+1
* videotoolbox: factor some duplicated codewm42017-02-171-39/+2
* videotoolbox: add yuv420p to --videotoolbox-formatwm42016-07-151-0/+10
* vo_opengl: hwdec: reset hw_subfmt fieldwm42016-07-151-0/+1
* video: change hw_subfmt meaningwm42016-07-151-1/+1
* vo_opengl: fix passing along swizzle from hwdec interopwm42016-05-101-0/+2
* vo_opengl: refactor how hwdec interop exports textureswm42016-05-101-18/+17
* video: refactor how VO exports hwdec device handleswm42016-05-091-8/+18
* vo_opengl: videotoolbox: use kCVPixelBufferLock_ReadOnly for screenshotswm42016-04-071-7/+8
* videotoolbox: change how videotoolbox format is managedwm42016-04-071-3/+19
* vo_opengl: hwdec: use IDs for API, and log which backend is usedwm42016-02-011-1/+2
* Change GPL/LGPL dual-licensed files to LGPLwm42016-01-191-7/+7
* videotoolbox: make decoder format customizablewm42015-11-171-2/+22
* vo_opengl: osx: error out if there is no IOSurfacewm42015-11-171-0/+4
* vo_opengl: videotoolbox: cleanupswm42015-09-281-43/+26
* vo_opengl: rename hwdec_vda.c to hwdec_osx.cwm42015-09-281-0/+239