summaryrefslogtreecommitdiffstats
path: root/video/out
Commit message (Expand)AuthorAgeFilesLines
* mac: fix dangling pointersder richter2021-01-131-28/+17
* vo_gpu: don't segfault if 3DLUT texture fails uploadingNiklas Haas2021-01-011-0/+5
* vo_gpu: cast bvecN to vecN for mix() on older GLSLNiklas Haas2020-12-284-49/+85
* wayland: support multiple modifiersDudemanguy2020-12-201-2/+4
* mac: fix type mismatch Int instead of Int32der richter2020-12-191-1/+1
* mac: use visible frame rectangle for window geometry calculationder richter2020-12-191-12/+18
* mac: fix a window positioning bug when exiting fullscreender richter2020-12-192-10/+14
* vo_wlshm: support presentation timeDudemanguy2020-12-141-0/+14
* wayland: unify frame/presentation callback codeDudemanguy2020-12-144-176/+76
* x11: update geometry/autofit opts on runtimeDudemanguy2020-12-142-0/+25
* wayland: update geometry/autofit opts on runtimeDudemanguy2020-12-141-4/+21
* wayland: remove unused function declarationDudemanguy2020-12-131-1/+0
* wayland: handle multiple outputs more correctlyDudemanguy2020-12-081-65/+89
* vo_gpu: revert 8a09299 and conditionally clear framebuffer againder richter2020-12-061-3/+5
* mac: support screen-name and fs-screen-name optsder richter2020-12-062-7/+23
* wayland: support fs-screen-name optionDudemanguy2020-12-061-17/+25
* x11: support screen-name and fs-screen-name optsDudemanguy2020-12-061-1/+19
* vo_gpu: placebo: update for upstream API changesNiklas Haas2020-12-041-2/+29
* vo_sixel: don't divide by zero on small terminalAvi Halachmi (:avih)2020-12-021-10/+16
* vo_sixel: re-fit image on terminal resizeShreesh Adiga2020-12-021-1/+20
* vo_sixel: refactor of resize, reconfig (no-op)Shreesh Adiga2020-12-021-27/+34
* vo_sixel: Update description string of vo driverShreesh Adiga2020-12-021-1/+1
* vo_sixel: don't leak the frame referenceAvi Halachmi (:avih)2020-11-291-4/+9
* vo_tct: don't leak the frame referenceAvi Halachmi (:avih)2020-11-291-0/+5
* vo_tct: remove unused variableAvi Halachmi (:avih)2020-11-291-7/+0
* vo_sixel: use draw_frame instead of draw_imageShreesh Adiga2020-11-271-13/+36
* vo_sixel: skip testdither init in fixed paletteShreesh Adiga2020-11-271-11/+18
* vo_sixel: Update libsixel constant valuesShreesh Adiga2020-11-271-3/+3
* vo_sixel: change default dither to "auto"Avi Halachmi (:avih)2020-11-271-1/+1
* vo_sixel: fix the image corruption with mltermAvi Halachmi (:avih)2020-11-271-6/+5
* vo_sixel: support --vo-sixel-exit-clear[=yes]Avi Halachmi (:avih)2020-11-271-2/+7
* vo_sixel: draw osd on the output frameShreesh Adiga2020-11-221-0/+5
* vo_sixel: return -1 instead of SIXELSTATUS on failureShreesh Adiga2020-11-221-10/+36
* vo_sixel: set --vo-sixel-fixedpalette=yes by defaultShreesh Adiga2020-11-221-1/+1
* vo_sixel: Add aspect ratio based output centeringShreesh Adiga2020-11-221-158/+156
* vo_sixel: rename all user options with opt_ prefixShreesh Adiga2020-11-221-36/+50
* vo_sixel: set output resolution based on terminal_get_size2Shreesh Adiga2020-11-221-2/+37
* vo_sixel: Add fallback terminal width and heightShreesh Adiga2020-11-091-2/+5
* vo_sixel: Add checks to prevent null pointer dereferencing.Shreesh Adiga2020-11-091-1/+8
* wayland: fix buffer overrun in get_modsDudemanguy2020-11-081-3/+3
* wayland: check for modifier keys on pointer eventsDudemanguy2020-11-082-33/+40
* Revert "wayland: conditionally commit surface on resize"Dudemanguy2020-11-083-10/+2
* mac: make focus property observableder richter2020-11-071-0/+32
* video/out/vo_sixel.c: Implement sixel as a output deviceShreesh Adiga2020-11-072-0/+425
* wayland: use more specific input codes headerEmmanuel Gil Peyrot2020-10-251-1/+1
* vo_gpu: improve gamut warning bounds checksNiklas Haas2020-10-211-2/+2
* wayland: don't use presentation time if ust is 0Dudemanguy2020-10-191-3/+4
* vo_gpu: fix segfault when updating render optsDudemanguy2020-10-151-1/+2
* vo_gpu: EGL: hack for alpha on different platformsDudemanguy2020-10-152-1/+4
* wayland: update opaque region on runtimeDudemanguy2020-10-155-39/+54
* vo_gpu: update render options on runtimeDudemanguy2020-10-152-4/+14
* wayland: be less strict about when to renderDudemanguy2020-10-155-3/+16
* Revert "wayland: add wayland-display-socket option"Dudemanguy2020-10-072-11/+3
* wayland: add wayland-display-socket optionDudemanguy2020-10-062-3/+11
* wayland: set an opaque regionDudemanguy2020-10-013-0/+19
* mac: add support for the focused propertyder richter2020-09-251-0/+4
* mac: add an option to prevent focusing of the window on opender richter2020-09-252-3/+14
* wayland: only render if we have frame callbackDudemanguy2020-09-217-37/+108
* mac: add an option to change the App activation policyder richter2020-09-201-1/+18
* mac: add ontop window level for desktopder richter2020-09-201-1/+5
* options: simplify --android-surface-size handlingsfan52020-09-201-19/+2
* vo_vdpau: remove an unused variablewm42020-09-101-2/+0
* vo_vdpau: remove deprecated/inactive --vo-vdpau-deint optionwm42020-09-092-7/+0
* command: add read-only focused propertyGuido Cella2020-09-084-1/+33
* vo_gpu: EGL: fix transparency on X11/EGL/Mesawm42020-08-271-1/+1
* vo_gpu: EGL: slightly better debug logging of EGL configswm42020-08-271-1/+2
* wayland: always update sbc for presentation timeDudemanguy2020-08-241-0/+1
* wayland: simplify presentation timeDudemanguy2020-08-222-12/+10
* cocoa-cb: force layer update on resizeder richter2020-08-221-1/+1
* mac: add icc profile and ambient light sensor supportder richter2020-08-221-6/+30
* mac: use config cache und wakeup for mac option runtime changesder richter2020-08-223-42/+48
* mac: make ontop level runtime changeableder richter2020-08-221-1/+2
* mac: properly guard and unwrap an optional valueder richter2020-08-221-8/+12
* cocoa-cb: generalisation of backend independent partsder richter2020-08-226-540/+720
* wayland: conditionally commit surface on resizeDudemanguy2020-08-203-2/+10
* wayland: refactor geometry/window handlingDudemanguy2020-08-202-104/+112
* wayland: reset geometry on reconfig if fullscreenDudemanguy2020-08-181-4/+10
* wayland: soften GNOME warningDudemanguy2020-08-172-8/+1
* wayland: don't rely on presentation discardedDudemanguy2020-08-164-10/+4
* wayland: refactor presentation timeDudemanguy2020-08-164-61/+68
* wayland: destroy presentation feedback on uninitDudemanguy2020-08-141-0/+3
* wayland: actually resize videos in a playlistDudemanguy2020-08-141-1/+1
* wayland: expose wayland-app-id as a user optionDudemanguy2020-08-141-0/+14
* wayland: tweak xdg_surface creationDudemanguy2020-08-141-5/+4
* wayland: don't set mouse pos on state changeDudemanguy2020-08-022-1/+6
* wayland: avoid potential deadlocksDudemanguy2020-07-311-3/+11
* wayland: correctly signal the end of drag-and-dropDudemanguy2020-07-291-1/+1
* wayland: fix a potential race in wait_eventsDudemanguy2020-07-291-4/+7
* wayland: remove unused declarationDudemanguy2020-07-191-1/+0
* vo_gpu: clip highlights before tone-mappingNiklas Haas2020-07-191-4/+5
* vo_gpu: vulkan: print libplacebo API verNiklas Haas2020-07-161-0/+1
* vo_gpu: hwdec_vaapi: handle lack of object size with AMD driversPhilip Langdale2020-07-141-0/+26
* vo_gpu: hwdec_vaapi: add support for DRM format modifiersNiklas Haas2020-07-141-2/+5
* cocoa-cb: fix unfs window size when toggling out of fullscreender richter2020-07-121-1/+3
* x11: add option to make window appear on a specific workspacewm42020-07-121-2/+3
* x11: remove terrible xdg-screensaver hackwm42020-07-082-47/+1
* client API: add software rendering APIwm42020-07-084-1/+212
* Warn if on GNOMEwm42020-07-071-0/+7
* vo_gpu: vulkan: add ability to disable eventsNiklas Haas2020-06-301-0/+5
* vo_gpu: fix typo in struct namesfan52020-06-241-1/+1
* vo_gpu: use highp float if available for GLESStephen Salerno2020-06-211-0/+5
* vo_gpu: add better gamut clipping optionNiklas Haas2020-06-193-0/+14
* vo_gpu: fix scaler/window validation to allow unsettingNiklas Haas2020-06-181-0/+4
* vo_x11: partially restore operation on bad endian systemswm42020-06-171-6/+22
* vo_gpu: placebo: add fallback code for stride mismatchNiklas Haas2020-06-161-12/+52
* vo_gpu: add BT.2390 tone-mappingNiklas Haas2020-06-153-7/+58
* vo_gpu: reinterpret SDR white levels based on ITU-R BT.2408Niklas Haas2020-06-151-2/+4
* vo_gpu: move coherent specifier to the correct locationNiklas Haas2020-06-102-2/+2
* cocoa-cb: properly reset window isMoving state on title bar clicksder richter2020-06-061-0/+2
* vo_gpu: fix display corruption with window screenshotswm42020-06-061-0/+1
* vo_gpu: mark peak detection buffer coherentNiklas Haas2020-06-061-1/+1
* vo_gpu: make storage images/buffers as restrictNiklas Haas2020-06-061-2/+2
* vulkan/wayland: fix another build breakageDaniel Bermond2020-06-051-1/+1
* wayland: fix buildwm42020-06-042-3/+3
* build: change filenames of generated fileswm42020-06-043-9/+9
* options: add --video-scale-x/ywm42020-06-031-4/+4
* vo: refine wakeup condition, and wake up more in audio sync modewm42020-06-011-3/+3
* x11_common: added ICCCM WM_HINTSArthur Williams2020-05-241-0/+11
* vo_x11: allow OSD rendering outside of video regionwm42020-05-221-65/+52
* vo_x11: minor improvement in format matchingwm42020-05-201-5/+5
* vo_x11: use imgfmt metadata instead of hardcoded format tablewm42020-05-201-32/+21
* wayland: only use presentation on CLOCK_MONOTONICDudemanguy2020-05-181-2/+2
* vo_wlshm, vo_drm: set image size with mp_image_set_sizeMichael Forney2020-05-172-4/+2
* vo_gpu: ra_pl: add timers supportNiklas Haas2020-05-161-0/+95
* vo_x11: add 10 bit supportwm42020-05-141-0/+3
* drm: add typedef for PFNEGLGETPLATFORMDISPLAYEXTPROC (#7314)Jan Palus2020-05-141-0/+5
* vo_direct3d: dumb down OSD renderingwm42020-05-131-164/+92
* vo_direct3d: rip out texture video rendering pathwm42020-05-133-635/+66
* draw_bmp: use command line options for any used scalerswm42020-05-131-1/+1
* vo_gpu: un-fix storable fbo format checkNiklas Haas2020-05-131-2/+1
* vo_vaapi: use new overlay APIwm42020-05-111-123/+85
* video: remove RGB32/BGR32 aliaseswm42020-05-111-2/+2
* vo: fix forgotten debug codewm42020-05-101-1/+1
* vo_gpu: manually resolve user shader prefixeswm42020-05-101-1/+4
* vo: another minor wakeup reductionwm42020-05-091-5/+10
* vo: always reset redraw flag to avoid immediate wakeups wasting CPU timewm42020-05-091-1/+2
* vo_gpu: fix green shit with float yuv inputwm42020-05-093-12/+23
* video: fix rgb30 component orderwm42020-05-091-1/+1
* drm_prime: fallback to drmModeAddFB2Anton Kindestam2020-05-081-3/+9
* drm_prime: get the modifier for all planesAnton Kindestam2020-05-081-6/+5
* drm_prime: print out errno in error messageAnton Kindestam2020-05-081-1/+4
* w32_common: Scale window when moving to display with different DPIPiotr Gasior2020-05-081-0/+5
* w32_common: Support HiDPI on WindowsRealDolos2020-05-081-8/+24
* vo_gpu: d3d11: only use presentation feedback with flip modelJames Ross-Gowan2020-05-071-4/+12
* vo_gpu: suppress PL_FATAL logs during probingNiklas Haas2020-05-031-2/+0
* vo_gpu: enable frame caching for still framesNiklas Haas2020-04-301-3/+3
* cocoa-cb: report actual unfs window size for current window scaleder richter2020-04-252-0/+15
* video: add alpha type metadatawm42020-04-241-2/+4
* video/out/vo_tct: query terminal size genericallyAvi Halachmi (:avih)2020-04-231-7/+3
* wayland: explictly send an UP event for left clickDudemanguy2020-04-231-0/+2
* rpi: use "brcm" variant of libGLESv2Jan Palus2020-04-231-1/+1
* egl_helpers: add typedef for EGLAttrib (#7314)Jan Palus2020-04-231-0/+1
* video: change chroma_w/chroma_h fields to use shift instead of sizewm42020-04-231-2/+2
* drm_common: set frsig to a valid signalJan Beich2020-04-221-0/+3
* build: detect VT_GETMODE on FreeBSD and DragonFlyJan Beich2020-04-221-1/+8
* wayland: use mp_time deltas for presentation timeDudemanguy2020-04-204-30/+10
* vo_gpu: opengl: make sure to always clean up debug callbacksNiklas Haas2020-04-151-0/+4
* vo_gpu: d3d11: also utilize config cache for d3d11-specific optionsJan Ekström2020-04-121-1/+9
* vo_gpu: d3d11: add support for exclusive fullscreenJames Ross-Gowan2020-04-121-1/+86
* vo: further reduce redundant wakeupswm42020-04-101-1/+7
* video: remove another redundant wakeupwm42020-04-102-19/+43
* stats: some more performance graphswm42020-04-091-4/+8
* video: report negative subtitle/OSD margins if necessarywm42020-03-261-4/+4
* wayland: simplify mouse wheel direction calculationJan Ekström2020-03-191-3/+2
* options: change option macros and all option declarationswm42020-03-1823-296/+300
* wayland: notify vo if an output changesDudemanguy2020-03-151-0/+2
* vo_gpu: warn if correct-downscaling is ignoredAvi Halachmi (:avih)2020-03-141-0/+11
* cocoa-cb: support maximize/minimize on startupder richter2020-03-141-1/+9
* options: change how option range min/max is handledwm42020-03-132-3/+4
* options: remove intpair option typewm42020-03-131-1/+2
* video/out/android_common: use jni helpersAman Gupta2020-03-121-10/+11
* vo_gpu: generally allow non-storable FBOsNiklas Haas2020-03-082-3/+12
* vo_gpu: avoid error spam when ra_fbo fmt is non-storableNiklas Haas2020-03-081-0/+2
* wayland: always use the fs-screen id for fsDudemanguy2020-03-08