summaryrefslogtreecommitdiffstats
path: root/video/out/vo_wayland.c
Commit message (Expand)AuthorAgeFilesLines
* vo: simplify VOs by adding generic screenshot supportwm42015-01-241-11/+0
* video: separate screenshot modeswm42015-01-231-5/+2
* video: remove vfcap.hwm42015-01-211-4/+3
* vo_wayland: drop redundant "const"wm42014-11-071-1/+1
* vo_wayland: don't use endian-specific defineswm42014-11-051-18/+22
* command: make window-scale property observablewm42014-11-021-0/+2
* vo_wayland: remove unnecessary checkAlexander Preisinger2014-09-161-19/+10
* vo_wayland: pixel perfect buffersAlexander Preisinger2014-09-101-342/+130
* vo_wayland: fix formatting inconsistenciesAlexander Preisinger2014-08-201-4/+4
* vo_wayand: save the flip time in the frame handlerAlexander Preisinger2014-08-201-0/+10
* vo_wayland: fix redrawing logicwm42014-08-161-8/+8
* vo: different hack for VOs which need to mangle mouse inputwm42014-07-271-10/+3
* vo: hack to avoid threading issues with mouse inputwm42014-07-261-0/+1
* vo_wayland: fix clearing the screen on reconfigwm42014-06-181-12/+11
* video/out: fix redrawing with no video frame for some VOswm42014-06-181-3/+6
* vo: make draw_image and vo_queue_image transfer image ownershipwm42014-06-171-1/+5
* video/out: change aspects of OSD handlingwm42014-06-151-3/+7
* wayland: move subsurfaces to wayland voAlexander Preisinger2014-06-151-9/+40
* video: synchronize mpv rgb pixel format names with ffmpeg nameswm42014-06-141-21/+21
* options: remove global variables for swscale options; rename themwm42014-06-111-1/+1
* vo_wayland: always assume resize on reconfigurewm42014-05-061-2/+1
* wayland: don't use VOCTRL_UPDATE_SCREENINFOwm42014-05-061-1/+1
* wayland/shm: Use subsurfaces for OSDAlexander Preisinger2014-04-161-22/+99
* wayland/shm: fix leak in buffer poolAlexander Preisinger2014-03-061-10/+13
* wayland/shm: remove unused defineAlexander Preisinger2014-02-161-2/+0
* vo_wayland: silence shadowing warningwm42014-02-121-3/+3
* wayland/shm: rewrite buffer handlingAlexander Preisinger2014-02-111-131/+229
* wayland/shm: prevent the window from flying awayAlexander Preisinger2014-02-111-0/+2
* wayland: change minimum versionAlexander Preisinger2014-02-021-9/+0
* vo_wayland: silence shadowing warningwm42014-01-291-3/+3
* wayland/shm: RGB888 as default, change optionsAlexander Preisinger2014-01-281-15/+27
* wayland/shm: fix memory leakAlexander Preisinger2014-01-281-1/+4
* wayland/shm: remove resize boilerplateAlexander Preisinger2014-01-281-21/+4
* vo_wayland: fix confusion of video and window sizeswm42014-01-241-2/+2
* sub: uglify OSD code path with lockingwm42014-01-181-1/+1
* wayland/shm: don't crash if initialization failedAlexander Preisinger2014-01-081-3/+1
* wayland/shm: tone down warningsAlexander Preisinger2014-01-081-2/+2
* wayland: fix memory leaksAlexander Preisinger2014-01-081-0/+3
* wayland: fix fullscreen & resizing for goodAlexander Preisinger2014-01-071-0/+3
* wayland/shm: only commit new framesAlexander Preisinger2014-01-021-36/+40
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* Rename sub.c/.h to osd.c/.hwm42013-11-241-1/+1
* Adjust wayland definesPaweł Forysiuk2013-11-041-1/+1
* configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-031-1/+1
* video/out: remove useless info struct and redundant fieldswm42013-10-231-6/+2
* wayland/shm: fix resizing for good (finally)Alexander Preisinger2013-09-121-7/+45
* wayland/shm: use wayland logAlexander Preisinger2013-09-121-11/+11
* wayland/shm: version detection that also worksAlexander Preisinger2013-09-091-3/+8
* configure: build with wayland 1.2.0Alexander Preisinger2013-09-031-0/+5
* wayland/shm: rework format handlingAlexander Preisinger2013-08-261-47/+76
* wayland: fix memory leaksAlexander Preisinger2013-08-261-0/+3
* wayland/shm: use opaque regionsAlexander Preisinger2013-08-261-0/+10
* wayland: shm based software renderingAlexander Preisinger2013-08-251-0/+645