summaryrefslogtreecommitdiffstats
path: root/video/out
Commit message (Expand)AuthorAgeFilesLines
* cocoa: fix pasteboard deprecation warningsrcombs2021-11-281-11/+41
* vo_gpu_next: implement VOCTRL_SCREENSHOTNiklas Haas2021-11-281-2/+120
* vo_gpu_next: factor out some common helpersNiklas Haas2021-11-281-43/+63
* vo_gpu_next: guard sentinel in free_dr_bufNiklas Haas2021-11-261-0/+1
* vo_gpu: hwdec_vaapi: avoid drm_fourcc.h dependencyDave Airlie2021-11-251-1/+4
* wayland: increase the vblank waiting timeDudemanguy2021-11-251-0/+2
* wayland: initialize presentation time values as 0Dudemanguy2021-11-241-0/+3
* wayland: cancel prepared reads when no eventsKurt Kartaltepe2021-11-251-6/+8
* vo_gpu: hwdec_vaapi: add dma-buf modifiers support.Dave Airlie2021-11-232-1/+20
* vo_gpu_next: implement OpenGL context supportsfan52021-11-222-7/+78
* vo_gpu_next: factor out context-specific code to gpu_next/context.csfan52021-11-223-27/+138
* video: opengl: teach start_frame() about out_fbo == NULLsfan52021-11-221-0/+2
* vo_gpu_next: respect tagged YUV colorspaceNiklas Haas2021-11-221-1/+2
* vo_gpu_next: apply csp overrides for RGB/XYZ/YUV formatsNiklas Haas2021-11-221-11/+27
* vo_gpu_next: fix timings without interpolationDudemanguy2021-11-211-3/+5
* vo_gpu_next: fix OOM on waylandNiklas Haas2021-11-201-7/+3
* wayland: fix a potential segfault on surface enterDudemanguy2021-11-201-0/+3
* wayland: support modifiers during axis eventsDudemanguy2021-11-201-4/+5
* vo_gpu_next: always cache still framesNiklas Haas2021-11-191-1/+3
* vo_gpu_next: fix lancozs typo to lanczosLeo Izen2021-11-191-1/+1
* vo_gpu: libplacebo: make version logging slightly clearerNiklas Haas2021-11-191-1/+2
* vo_gpu_next: simplify and improve frame redrawing logicNiklas Haas2021-11-191-14/+6
* vo_gpu_next: fix panning on rotated videosNiklas Haas2021-11-191-4/+10
* context_glx: fix check for wrong GLX extensionsfan52021-11-171-2/+2
* context_{wayland,x11egl}: use mpegl_create_window_surface() toosfan52021-11-172-5/+12
* context_drm_egl: make use of mpegl_create_window_surface()sfan52021-11-171-11/+3
* egl_helpers: introduce wrapper around eglCreatePlatformWindowSurfacesfan52021-11-172-12/+50
* video: opengl: use gl_check_extension() instead of strstr()sfan52021-11-176-9/+8
* context_drm_egl: use mpegl_get_display() helper over own codesfan52021-11-171-12/+7
* vo_gpu: vulkan: open DRM render fd when using VK_KHR_displayPhilip Langdale2021-11-151-2/+102
* options: remove always true m_obj_list::allow_unknown_entriesEmil Velikov2021-11-151-1/+0
* egl_helpers: remove EGL_OPENGL_ES3_BITDudemanguy2021-11-111-2/+1
* context_drm_egl: use eglCreatePlatformWindowSurfaceEXT if availablesfan52021-11-111-2/+12
* context_drm_egl: add support for BGR surface formatsPhilip Langdale2021-11-103-3/+34
* context_drm_egl: use gbm_surface_create_with_modifiersPhilip Langdale2021-11-101-9/+93
* vo_gpu_next: fix slight performance regressionNiklas Haas2021-11-101-3/+1
* vo_gpu_next: Initialize `pl_frame_mix`Starsam802021-11-091-1/+1
* vo_gpu_next: implement HDR passthroughNiklas Haas2021-11-081-0/+60
* vo_gpu_next: drop PL_API_VER checksNiklas Haas2021-11-081-8/+0
* vo_gpu_next: fix resource exhaustion on minimized windowsNiklas Haas2021-11-081-2/+8
* wayland: remove bogus scale_change variableDudemanguy2021-11-082-24/+1
* vo_gpu_next: add automatic translation for ewa_lanczossharpNiklas Haas2021-11-071-0/+7
* vo_gpu_next: implement --dither-depthNiklas Haas2021-11-071-0/+8
* vo_gpu_next: remove --builtin-scalers optionNiklas Haas2021-11-071-4/+0
* vo_gpu_next: call start_frame in vulkan/context.cDudemanguy2021-11-042-2/+12
* wayland_vk: rename start_frame to check_visibleDudemanguy2021-11-043-9/+10
* osdep: rename MP_UNREACHABLENiklas Haas2021-11-032-8/+8
* vo_gpu_next: fix --tone-mapping-param mappingNiklas Haas2021-11-031-0/+2
* vo_gpu_next: add new libplacebo-based rendererNiklas Haas2021-11-034-0/+1396
* osdep: add MP_UNREACHABLENiklas Haas2021-11-031-1/+1
* vo_gpu: allow using bare windows as --(t)scaleNiklas Haas2021-11-031-0/+20
* vo_gpu: vulkan: expose swapchain to mpvk_ctxNiklas Haas2021-11-032-8/+8
* vo_gpu: lift ra_ctx_* opts to a global structNiklas Haas2021-11-037-68/+60
* player: fix autofit/geometry related segfaultDudemanguy2021-11-032-5/+11
* vo_gpu: libplacebo: simplify tex transfers for libplacebo 168+Niklas Haas2021-10-311-9/+19
* wayland: remove incorrect keepaspect checkDudemanguy2021-10-261-2/+1
* drm_common: add connector types USB, SPI and WritebackNoralf Trønnes2021-10-261-0/+3
* drm_common: support unknown connector typesNoralf Trønnes2021-10-261-2/+9
* drm_common: enable specific device selection by means of pathJan Ekström2021-10-254-4/+24
* drm_common: utilize drmGetDevices when iterating over cardsJan Ekström2021-10-252-28/+112
* vo_gpu: fix rotated compute shader vertex simulationNiklas Haas2021-10-221-10/+2
* egl_helpers: ensure debug context attrs/bit existDudemanguy2021-10-211-0/+9
* egl_helpers: add support for debug contextsEmil Velikov2021-10-161-0/+4
* vo_gpu: context_glx: cleanup create_context_x11_gl3 code pathEmil Velikov2021-10-161-23/+37
* vo_gpu: context_glx: remove legacy create_context_x11_old()Emil Velikov2021-10-161-43/+9
* egl_helpers: fixup the EGL_KHR_create_context-less codepathEmil Velikov2021-10-163-44/+9
* video: opengl: rework and remove ra_gl_ctx_test_version()Emil Velikov2021-10-164-46/+37
* vo_gpu: opengl: remove --opengl-restrictEmil Velikov2021-10-161-8/+1
* egl_helpers: remove explicit GLES 3 requestEmil Velikov2021-10-161-23/+12
* vo_gpu: opengl: reduce versions in mpgl_preferred_gl_versionsEmil Velikov2021-10-164-13/+7
* drm: re-enable drmSet/DropMaster callsEmil Velikov2021-10-151-14/+7
* context_drm_egl: re-enable drmSet/DropMaster callsEmil Velikov2021-10-151-17/+10
* vo_gpu: libplacebo: add missing includeNiklas Haas2021-10-041-0/+1
* vo_gpu: libplacebo: drop conditional code paths for old versionsNiklas Haas2021-10-043-34/+1
* vo_gpu: libplacebo: drop code deprecated in libplacebo v3Niklas Haas2021-10-043-13/+2
* wayland: further xdg-decoration/border refinementsDudemanguy2021-09-282-26/+40
* vo_rpi: fix DISPMANX_UPDATE_HANDLE_T leakHo Ming Shun2021-09-281-3/+4
* wayland: report correct window size when maximizedDudemanguy2021-09-131-2/+7
* win32: initial position: center with bordersAvi Halachmi (:avih)2021-09-061-0/+2
* win32: fix incorrect application of --monitoraspectAvi Halachmi (:avih)2021-09-061-1/+4
* win_state: add vo_calc_window_geometry3Avi Halachmi (:avih)2021-09-062-5/+21
* wayland: set default cursor size to 24Ivan2021-08-281-1/+1
* wayland: read XCURSOR_THEME to get cursor themeIvan2021-08-281-1/+2
* vo_tct: add resize capabilityCloud116652021-08-261-0/+7
* vo_drm: fix typo in error messagea13460542021-08-261-1/+1
* win32: support the property display-hidpi-scaleAvi Halachmi (:avih)2021-08-181-0/+4
* win32: apply dpi-scale with [current]-window-scaleAvi Halachmi (:avih)2021-08-181-2/+5
* win32: ensure initial dpi-scale valueAvi Halachmi (:avih)2021-08-181-14/+19
* vo_tct: fix --vo-tct-256Avi Halachmi (:avih)2021-08-161-3/+3
* vo_tct: optimize print function on non-windows platformsCloud116652021-08-161-14/+57
* vo_tct: fix half-block on windowsAvi Halachmi (:avih)2021-08-161-0/+1
* wayland: check for xkb state in handle modifiersDudemanguy2021-08-151-3/+4
* vo_rpi: restore fullscreen handlingHo Ming Shun2021-08-131-0/+20
* x11: handle maximized windows with window-scaleDudemanguy2021-08-121-0/+6
* vo_vdpau: Don't treat preemption as an error when reconfiguringsjambekar2021-08-121-1/+11
* wayland: fix wrong opts structDudemanguy2021-08-101-1/+1
* wayland: request xdg-decoration mode on startupDudemanguy2021-08-101-0/+2
* vo_wlshm: remove empty options structDudemanguy2021-08-091-6/+0
* wayland: check for xdg-decoration on border updateDudemanguy2021-08-091-1/+1
* wayland: handle xdg-decoration protocol betterDudemanguy2021-08-091-9/+22
* wayland: fix keepaspect-window during resizeDudemanguy2021-08-081-9/+6
* wayland: improve behavior with touch eventsDudemanguy2021-08-082-19/+9
* wayland: correct window-scale behaviorDudemanguy2021-08-071-3/+10
* wayland: keep track of toplevel width/height againDudemanguy2021-08-062-1/+9
* wayland: cleanup handle_toplevel_configDudemanguy2021-08-032-13/+7
* wayland: unset hidden state in frame callbackDudemanguy2021-07-261-8/+1
* egl_helpers: fix create_context fallback behaviorDudemanguy2021-07-253-16/+47
* context_drm_egl: allow autoprobe selectionDudemanguy2021-07-231-5/+0
* wayland: refactor surface scalingDudemanguy2021-06-302-33/+56
* wayland: fix wl_surface_set_buffer_scale usageDudemanguy2021-06-273-3/+2
* wayland: always be sure to initially try to renderDudemanguy2021-06-275-8/+7
* wayland: remove unused includesDudemanguy2021-06-272-6/+0
* wayland: handle app id option less stupidlyDudemanguy2021-06-261-4/+0
* wayland: reorganize wayland common codeDudemanguy2021-06-265-948/+962
* vo_gpu: vulkan: displayvk: Fix handling of unconnected planesPhilip Langdale2021-06-121-1/+6
* vo_gpu: vulkan: implement a VkDisplayKHR backed contextPhilip Langdale2021-06-112-0/+392
* vo_gpu: vulkan: provide a helper to access device name optionPhilip Langdale2021-06-112-0/+17
* vo_rpi: fix argument nameDudemanguy2021-06-081-2/+2
* wayland: refactor dispatching eventsDudemanguy2021-05-281-46/+34
* win32: support the property 'focused'Avi Halachmi (:avih)2021-05-271-1/+12
* vo_gpu: replace --icc-contrast by --icc-force-contrastNiklas Haas2021-05-261-41/+40
* wayland: shuffle around the render loop againDudemanguy2021-05-245-35/+35
* wayland: send VO_EVENT_DPI on output event as wellDudemanguy2021-05-231-0/+1
* vo_gpu: fix extreme clipping with --gamut-clipping for HDR outputsNiklas Haas2021-05-221-1/+2
* wayland: simplify render loopDudemanguy2021-05-225-49/+36
* vo_gpu: hwdec_vaapi: silence errors while probingNiklas Haas2021-05-194-4/+7
* vo_gpu: fix trivial memory leakYour Name2021-05-071-1/+3
* Revert "vo_gpu: revert 8a09299 and conditionally clear framebuffer again"Your Name2021-05-071-5/+3
* mac: add support for display-width/display-height propertyder richter2021-05-061-13/+20
* command: add display-width/display-height propertyDudemanguy2021-05-067-0/+34
* filter_kernels: fix quadric windowNiklas Haas2021-05-041-1/+1
* wayland: ignore toplevel listener if geometry is 0Dudemanguy2021-04-261-0/+4
* mac: fix window geometry calculation on secondary screensder richter2021-04-241-19/+26
* win32: fit_window_on_screen: simplify, add commentsAvi Halachmi (:avih)2021-04-231-16/+17
* win32: fit_window_on_screen: centralize logic (no-op)Avi Halachmi (:avih)2021-04-231-4/+3
* win32: fit_window_on_screen: ensure top edge is insideAvi Halachmi (:avih)2021-04-231-6/+18
* options: win32: ignore and deprecate --fit-borderAvi Halachmi (:avih)2021-04-231-1/+1
* vo_gpu: greatly increase maximum shader cache sizeNiklas Haas2021-04-181-1/+1
* wayland: workaround hidden state detection badnessDudemanguy2021-04-182-2/+25
* wayland: update geometry + cursor on output eventDudemanguy2021-04-161-40/+56
* wayland: support the display-hidpi-scale propertyDudemanguy2021-04-121-0/+8
* vo_gpu: adjust interpolation_threshold's defaultLaserEyess2021-03-281-1/+1
* options: Make validation and help possible for all option typesPhilip Langdale2021-03-2810-58/+80
* vo_gpu: placebo: keep track of texture sample modeNiklas Haas2021-03-211-0/+4
* wayland: no mouse dragging in fullscreen/maximizedDudemanguy2021-03-021-0/+1
* mac: fix traditional fullscreen on macOS 11der richter2021-02-272-4/+20
* mac: remove an unused variableder richter2021-02-271-1/+0
* vo_gpu: libplacebo: require v2.72.0Niklas Haas2021-02-231-51/+1
* mac: support --on-all-workspaces optionEvgeny Zinoviev2021-02-212-0/+13
* vo_gpu: don't abort() if plane tex creation failsNiklas Haas2021-02-161-3/+4
* vo_gpu: vaapi: export plane pitch properlyNiklas Haas2021-02-121-0/+4
* vo_gpu: lower default deband thresholdMia Herkt2021-02-051-1/+1
* vo_wlshm: support big endian systemsEmmanuel Gil Peyrot2021-02-041-1/+2
* 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