summaryrefslogtreecommitdiffstats
path: root/video
Commit message (Expand)AuthorAgeFilesLines
* 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
* sws_utils: work around libswscale corrupting memory yet againwm42020-09-172-2/+57
* 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
* zimg: add slice threading and use it by defaultwm42020-07-152-20/+111
* zimg: refactor (move around fields)wm42020-07-152-78/+106
* 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
* sws_utils: do not mutate src/dst parameterswm42020-07-081-24/+20
* 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
* video: some concessions to big endian hostswm42020-06-171-8/+11
* video: alias IMGFMT_RGB30 to AV_PIX_FMT_X2RGB10wm42020-06-171-0/+4
* repack: handle endian in a more general waywm42020-06-171-6/+7
* img_format: fight ffmpeg pixdesc some morewm42020-06-171-28/+49
* 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-153-6/+10
* 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
* vaapi: correct broken NULL checkwm42020-06-031-1/+1
* 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
* mp_image: add helper for clearing regions outside of a rectanglewm42020-05-222-0/+16
* video: add AV_PIX_FMT_UYYVYY411 conversion supportwm42020-05-221-30/+52
* repack: use new imgfmt metadata in more caseswm42020-05-211-74/+59
* img_format: expose another helperwm42020-05-212-2/+6
* mp_image: reimplement mp_image_clear()wm42020-05-211-25/+104
* video: remove useless mp_imgfmt_desc.avformat fieldwm42020-05-203-5/+2
* vo_x11: minor improvement in format matchingwm42020-05-201-5/+5
* video: clean up pixel metadata stuff some morewm42020-05-202-234/+265
* vo_x11: use imgfmt metadata instead of hardcoded format tablewm42020-05-201-32/+21
* video: shuffle imgfmt metadata code aroundwm42020-05-203-186/+168
* repack: make generic weird pixfmt shit even more generic and obfuscatedwm42020-05-181-54/+20
* video: fix AV_PIX_FMT_UYYVYY411 allocationwm42020-05-181-1/+1
* wayland: only use presentation on CLOCK_MONOTONICDudemanguy2020-05-181-2/+2
* video: add pixel component location metadatawm42020-05-182-129/+362
* video: clean up some imgfmt related stuffwm42020-05-187-78/+71
* 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
* repack: fix incorrect assert()wm42020-05-121-1/+1
* vo_vaapi: use new overlay APIwm42020-05-111-123/+85
* video: remove RGB32/BGR32 aliaseswm42020-05-113-12/+3
* 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
* draw_bmp: rewritewm42020-05-091-3/+0
* repack: add support for converting from/to float formatswm42020-05-092-0/+120
* csputils: add function for getting uint/float transformationwm42020-05-092-1/+44
* video: add yuv float formatswm42020-05-093-11/+59
* vo_gpu: fix green shit with float yuv inputwm42020-05-095-12/+28
* video: fix rgb30 component orderwm42020-05-093-4/+4
* video: separate repacking code from zimg and make it independentwm42020-05-094-895/+1244
* sws_utils: allow setting zimg options directlywm42020-05-094-8/+18
* img_format: make component order in comment more logicalwm42020-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
* vf:format: don't error when using convert=yes and not specifying fmtwm42020-05-061-1/+1
* mp_image: add some helperswm42020-05-062-0/+23
* vo_gpu: suppress PL_FATAL logs during probingNiklas Haas2020-05-031-2/+0
* zimg: remove C11 aligned_alloc() requirementwm42020-05-012-5/+10
* vo_gpu: enable frame caching for still framesNiklas Haas2020-04-301-3/+3
* zimg: don't assume zimg reads are 64 byte alignedwm42020-04-251-4/+6
* cocoa-cb: report actual unfs window size for current window scaleder richter2020-04-252-0/+15
* video: add alpha type metadatawm42020-04-247-4/+34
* sws_utils: remove unused brightness etc. controlswm42020-04-242-7/+1
* 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
* zimg: get rid of special "override" fields for low depth RGB/graywm42020-04-231-34/+16
* zimg: slightly cleanup some mpv format handling nonsensewm42020-04-231-34/+40
* img_format: treat both monow and monob as RGBwm42020-04-231-1/+3
* img_format: remove duplication in FFmpeg yuv vs. rgb pixfmt checkwm42020-04-231-7/+9
* img_format: add some mpv-only helper formatswm42020-04-232-0/+34
* video: change chroma_w/chroma_h fields to use shift instead of sizewm42020-04-235-48/+39
* img_format: add format description table for mpv-only formatswm42020-04-232-133/+148
* 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
* zimg: fix swapped chroma planes with packed YUV bullshitwm42020-04-141-4/+4
* zimg: fix build with older FFmpeg (troublesome Intel dude format)wm42020-04-141-0/+2
* zimg: add support for 1 bit per pixel formatswm42020-04-131-0/+52
* zimg: add packed YUV bullshitwm42020-04-131-1/+111
* zimg: add support for some RGB fringe formatswm42020-04-131-0/+174
* zimg: add support for big endian input and outputwm42020-04-133-50/+164
* vf_format: add gross mechanism for forcing scaler for testingwm42020-04-133-3/+37
* 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
* options: make imgfmt options always accept "no"wm42020-04-091-1/+1
* stats: some more performance graphswm42020-04-091-4/+8
* video: report negative subtitle/OSD margins if necessarywm42020-03-261-4/+4
* vd_lavc: make hwdec fallback message more consistentwm42020-03-241-4/+1
* wayland: simplify mouse wheel direction calculationJan Ekström2020-03-191-3/+2
* options: change option macros and all option declarationswm42020-03-1837-434/+440
* 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-133-4/+6
* 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_f