summaryrefslogtreecommitdiffstats
path: root/video
Commit message (Expand)AuthorAgeFilesLines
* wayland: avoid doing unneccesary window resizesDudemanguy2021-12-271-7/+0
* vo_gpu: opengl: try and create context at version 440 againPhilip Langdale2021-12-191-0/+9
* vo_gpu: opengl: fix wrong glMemoryBarrierNiklas Haas2021-12-191-1/+1
* wayland: fix a potential segfault on surface enterDudemanguy2021-12-191-0/+3
* egl_helpers: remove EGL_OPENGL_ES3_BITDudemanguy2021-12-191-2/+1
* player: fix autofit/geometry related segfaultDudemanguy2021-12-192-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
* vf_sub: restore OSD if removedYour Name2021-05-071-0/+9
* 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
* build: address AVCodec, AVInputFormat, AVOutputFormat const warningssfan52021-05-011-3/+3
* 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-2811-81/+101
* 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
* vd_lavc: wrap use of deprecated AVCodecContext.thread_safe_callbacks in #ifsfan52021-03-021-0/+2
* 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
* csputils: add mappings for DCI-P3 (ST.431-2) and P3-D65 (ST.432-1)Jan Ekström2020-12-301-0/+4
* vd_lavc: add VP8 to the default allowed hwdec codec listEmmanuel Gil Peyrot2020-12-301-1/+1
* 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
* csputils: add MP_CHROMA_TOPLEFTNiklas Haas2020-12-023-1/+8
* 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
* vd_lavc: add AV1 to the default allowed hwdec codec listJan Ekström2020-11-031-1/+1
* 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
*