summaryrefslogtreecommitdiffstats
path: root/video/out
<
Commit message (Expand)AuthorAgeFilesLines
* video: drop vaapi/vdpau hw decoding support with FFmpeg 3.2wm42017-04-231-47/+34
* build: make various x11 protocol extension libs mandatorywm42017-04-213-65/+31
* vo_opengl: fix crash by coping temporal_dither_period for dumb mode toowm42017-04-211-0/+1
* cocoa: fix retrieval of unfs window size while animatingAkemi2017-04-171-1/+2
* vo_opengl: move X11 backends before Waylandwm42017-04-161-3/+3
* vo_opengl: minor cosmeticswm42017-04-143-11/+13
* vo_opengl: add option for caching shaders on diskwm42017-04-086-12/+142
* vo_opengl: fix a confused commentwm42017-04-081-1/+1
* vo_opengl: remove two unused symbolswm42017-04-082-2/+0
* vo_opengl: add our own copy of OpenGL headerswm42017-04-077-170/+781
* vo_opengl: add a generic EGL function loader functionwm42017-04-068-42/+40
* vo_opengl: fix windows build if GLES3 is detectedwm42017-04-061-0/+4
* vo_opengl: header_fixes.h: merge IOS GLES blockwm42017-04-061-18/+3
* build: replace android-gl check with a standard GLES3 checkwm42017-04-062-2/+2
* w32_common: refactor mouse button handlingJames Ross-Gowan2017-04-041-39/+47
* vo_opengl: use 16 bit textures with anglewm42017-04-032-2/+5
* w32_common: fix undefined behaviour when toggling fullscreenJames Ross-Gowan2017-04-021-222/+214
* cocoa: fix retrieval of unfs window sizeAkemi2017-03-261-3/+11
* cocoa: fix first responder when borderless window is usedAkemi2017-03-261-0/+7
* osx: fix key input in certain circumstancesAkemi2017-03-263-19/+0
* vo_opengl: angle: add --angle-flip to set the present modelJames Ross-Gowan2017-03-261-2/+28
* droptarget: fix style and refactorJames Ross-Gowan2017-03-261-123/+106
* w32_common: move the IDropTarget impl to a separate fileJames Ross-Gowan2017-03-263-201/+269
* vo_opengl: replace uniform variable image_size with input_sizeigv2017-03-251-2/+5
* vo_opengl: add tex_offset uniform variable to user shadersigv2017-03-251-0/+5
* vo_opengl: make size of a cropped source image available to user shadersigv2017-03-251-0/+6
* vo_x11: fix an unused variable warningwm42017-03-241-1/+0
* vo_x11: reduce flickering on playlist navigationrr-2017-03-241-2/+7
* vo_opengl: add a backend start_frame callback for context_vdpauwm42017-03-204-40/+52
* vo_opengl: read framebuffer depth from actual FBO used for renderingwm42017-03-208-21/+25
* vo_opengl: move some init_gl code to utility functionswm42017-03-203-50/+61
* vo_opengl: add a --opengl-es=force2 optionwm42017-03-203-3/+9
* vo_opengl: properly respect dither option if dumb mode is usedwm42017-03-201-1/+6
* vo_opengl: context_vdpau: resize output surfaces lazilywm42017-03-191-80/+82
* vo_opengl: context_vdpau: minor fixeswm42017-03-192-20/+38
* vo_opengl: fix some undefined behaviorwm42017-03-181-1/+1
* vo_opengl: add experimental vdpauglx backendwm42017-03-182-0/+379
* vo_opengl: add log field to MGLContextwm42017-03-182-0/+2
* wayland_common: organize and correctly map mouse buttonsRostislav Pehlivanov2017-03-171-4/+8
* cocoa: set background of the title bar from black to whiteAkemi2017-03-092-1/+3
* cocoa: fix autofit options on HiDPI resolutions without HiDPI scalingAkemi2017-03-091-33/+15
* options: add M_OPT_FILE to some more file optionsPhilip Sequeira2017-03-063-4/+4
* filter_kernels: Keep f.radius in terms of dest/filter coords.Nicholas J. Kain2017-03-064-12/+20
* filter_kernels: Apply blur/taper before culling radius.Nicholas J. Kain2017-03-061-3/+3
* cocoa: improve calculation of new window position on a different screenAkemi2017-02-281-13/+44
* cocoa: only move window into screen bounds when changing screensAkemi2017-02-271-3/+9
* cocoa: fix segfault in certain circumstancesAkemi2017-02-273-3/+9
* cocoa: add option to force dedicated GPUAkemi2017-02-271-15/+32
* osx: drop support for OS X 10.7 and earlierAkemi2017-02-271-2/+0
* vo_opengl: hwdec_d3d11egl: make it work with some ANGLE DLL versionswm42017-02-271-1/+7
* vo_opengl: use misc/ctype.h instead of <ctype.h>wm42017-02-251-2/+2
* cocoa: fix dragging out of focus windowAkemi2017-02-212-6/+21
* vo: fix subtleties in the redrawing logicwm42017-02-213-10/+12
* player: reduce blocking on VO when switching pausewm42017-02-211-1/+8
* cocoa: only report mouse movements when window is not being draggedAkemi2017-02-203-1/+19
* cocoa: make window draggable on initAkemi2017-02-201-0/+2
* vo_tct: check ioctl resultrr-2017-02-201-6/+6
* Fix two typoswm42017-02-201-1/+1
* vo_opengl: remove dxva2 dummy hwdec backendwm42017-02-202-69/+0
* cocoa: fix cursor hiding at the top of the screen in fullscreenAkemi2017-02-191-0/+12
* cocoa: fix cursor hiding in the Dock area of the screenAkemi2017-02-191-1/+1
* cocoa: simplify the cursor hiding codeAkemi2017-02-191-35/+15
* cocoa: fix scroll wheel input with Shift modifierAkemi2017-02-191-1/+2
* vo_opengl: implement videotoolbox hwdec on iOSAman Gupta2017-02-172-1/+215
* vo_opengl: don't crash on unsupported formatswm42017-02-171-1/+2
* vo_opengl: hwdec_vaegl: use new format setup functionwm42017-02-173-14/+28
* vo_opengl: hwdec_osx: use new format setup functionwm42017-02-172-87/+21
* vo_opengl: hwdec_cuda: use new format setup functionwm42017-02-171-34/+8
* vo_opengl: move texture mapping of pixel formats to helper functionwm42017-02-173-128/+163
* vo_opengl: handle GL_LUMINANCE_ALPHA and integer textures differentlywm42017-02-175-31/+38
* videotoolbox: fix RGB formatwm42017-02-171-1/+1
* videotoolbox: remove weird format-negotiation between VO and decoderwm42017-02-171-16/+1
* videotoolbox: factor some duplicated codewm42017-02-171-39/+2
* cocoa: refactor mouse events and cursor visibilityAkemi2017-02-164-39/+41
* vo_opengl: hwdec_vaegl: fix potentially undefined memory accesswm42017-02-141-2/+2
* cocoa: fix black edges on live resizeAkemi2017-02-131-20/+34
* cocoa: add --ontop-level option for modifying ontop window levelAkemi2017-02-131-6/+13
* win32: update the fullscreen state on restoringpavelxdd2017-02-121-1/+22
* vo_opengl: angle: log the device/surface implementationJames Ross-Gowan2017-02-121-13/+27
* vo_opengl: egl_helpers: fix for non-WindowsJames Ross-Gowan2017-02-081-1/+1
* vo_opengl: angle: rewrite with custom swap chainJames Ross-Gowan2017-02-074-232/+653
* cocoa: fix color profile retrievalAkemi2017-02-021-0/+1
* cocoa: fix dropping of files and URLsAkemi2017-02-021-14/+5
* cocoa: optimise screen event handlingAkemi2017-02-022-9/+20
* cocoa: fix displaylink refresh rate retrievalAkemi2017-02-021-23/+29
* cocoa: fix unwanted behavior with window level other than the defaultAkemi2017-01-291-2/+4
* vo_opengl: dxinterop: use the new SAFE_RELEASE macroJames Ross-Gowan2017-01-301-15/+8
* vaapi: remove central lock around vaapi API callswm42017-01-283-20/+0
* win32: snap to screen edgespavelxdd2017-01-271-0/+146
* vo_opengl: egl_helpers: fix variable namewm42017-01-261-3/+3
* options: refacactor how --opengl-dwmflush is declaredwm42017-01-203-12/+10
* options: refactor how --opengl-dcomposition is declaredwm42017-01-204-8/+23
* x11: pseudo HiDPI scalingwm42017-01-194-5/+38
* cocoa: don't constrain window frame for fullscreenAkemi2017-01-191-3/+4
* cocoa: don't init displaylink on reconfigAkemi2017-01-191-1/+1
* cocoa: move updateBorder method to the protocolAkemi2017-01-192-5/+6
* cocoa: properly recover from toggleFullscreen failAkemi2017-01-191-8/+20
* cocoa: fix window size in certain circumstancesAkemi2017-01-191-8/+2
* vo: log timings around flipping/waitingwm42017-01-181-3/+6
* vo_opengl, vo_opengl_cb: better hwdec interop backend selectionwm42017-01-174-16/+76
* vo_opengl_cb: cleanup messy option synchronizationwm42017-01-171-24/+16
* vdpau: use libavutil for surface allocation during decodingwm42017-01-171-1/+2
* vo_opengl: hwdec_cuda: add yuv420p supportwm42017-01-161-19/+35
* vo_opengl: hwdec_cuda: export AVHWDeviceContextwm42017-01-161-6/+31
* vo_opengl: hwdec_vaegl: add a lie for compatibilitywm42017-01-131-1/+1
* vo_opengl, vaapi: properly probe 10 bit rendering supportwm42017-01-131-28/+117
* vo_opengl: hwdec_vaegl: remove redundant vaapi surface format checkwm42017-01-131-8/+1
* vo_opengl: hwdec_vaegl: fix terminology in commentwm42017-01-131-2/+2
* vo_opengl: hwdec_vaegl: DRM_FORMAT_GR16 was renamed to DRM_FORMAT_GR32Mark Thompson2017-01-131-1/+1
* vo_opengl: hwdec_vaegl: add experimental P010 supportwm42017-01-121-6/+17
* cuda: use libavutil functions for copying hw surfaces to memorywm42017-01-121-67/+0
* cocoa: don't change Space on quit in fullscreenAkemi2017-01-111-6/+10
* cocoa: rate limit video outputAkemi2017-01-111-14/+51
* cocoa: add border cyclingAkemi2017-01-113-0/+45
* cocoa: fix handling of geometry optionAkemi2017-01-111-7/+27
* vo_drm: remove 2 redundant include statementswm42017-01-091-2/+0
* drm: include <poll.h> instead of <sys/poll.h>wm42017-01-093-3/+3
* vo_opengl: replace 2 memsetswm42017-01-081-2/+2
* context_wayland: do not call vo_wayland_request_frame() upon bufferswapRostislav Pehlivanov2017-01-071-3/+0
* win32: fix for wm_syscommandpavelxdd2017-01-051-1/+1
* vo_opengl: egl: handle potential eglChooseConfig failureswm42016-12-311-11/+10
* vo_opengl: egl: fix depth size parameterwm42016-12-301-1/+0
* vo_opengl: x11egl: fix alpha modewm42016-12-301-2/+32
* vo_opengl: x11: move RGBA visual test to x11_common.cwm42016-12-303-12/+25
* vo_opengl: egl_helpers: add a way to override config selectionwm42016-12-302-2/+21
* vo_opengl: egl_helpers: add a way to pass more optionswm42016-12-302-16/+35
* vo_opengl: partially fix rotation for 4:2:2 contentNiklas Haas2016-12-281-1/+6
* cocoa: fix build on OS X 10.9Akemi2016-12-261-1/+1
* Fix mistakes in spelling and grammarDario Russo2016-12-211-3/+3
* cocoa: cosmetic fixesAkemi2016-12-164-17/+30
* cocoa: fullscreen refactoringAkemi2016-12-155-254/+278
* win32: change the log level of 'move window' msgpavelxdd2016-12-141-1/+1
* cocoa: fix dropping of certain urls on the windowAkemi2016-12-141-1/+6
* win32: window styles improvementspavelxdd2016-12-121-4/+9
* win32: update winapi functions namespavelxdd2016-12-121-3/+3
* client API: allow passing NULL to mpv_opengl_cb_uninit_gl()wm42016-12-091-0/+3
* vo_rpi: partially undeprecatewm42016-12-082-6/+3
* Remove compatibility thingswm42016-12-071-19/+0
* vo_opengl: hwdec_cuda: Don't include hwcontext headersPhilip Langdale2016-12-041-4/+0
* vo_opengl: don't rely on viewport to contain window dimensionswm42016-12-023-9/+7
* wayland: destroy input before closing the display connection.Emmanuel Gil Peyrot2016-11-271-1/+1
* options: remove deprecated sub-option handling for --vo and --aowm42016-11-2516-203/+68
* angle_dynamic: silence warnings during compilationpavelxdd2016-11-251-4/+10
* vo_opengl: hwdec_cuda: Prefix cuda symbols to avoid collisionsPhilip Langdale2016-11-242-11/+18
* vo_opengl: hwdec_cuda: make some init errors verbosewm42016-11-241-2/+2
* vo_opengl: hwdec_cuda: fix crash when trying to use hwdec=cuda if cuda SDK is...pavelxdd2016-11-241-0/+1
* vo_opengl/cuda_dynamic: Use explicit cast to silence warnings on windowsPhilip Langdale2016-11-241-1/+1
* wscript: Fix cuda test to actually work when cuda SDK is not presentPhilip Langdale2016-11-231-1/+1
* angle_dynamic: minor simplificationwm42016-11-231-3/+3
* Support linking ANGLEMartin Herkt2016-11-231-0/+5
* vo_opengl: hwdec_d3d11egl: fix ANGLE fallback definewm42016-11-231-1/+1
* vo_opengl: hwdec_cuda: Use dynamic loading for cuda functionsPhilip Langdale2016-11-233-2/+211
* vo_opengl: hwdec_cuda: Support P016 output surfacesPhilip Langdale2016-11-221-8/+45
* win32: fix some Clang warningsJames Ross-Gowan2016-11-172-2/+2
* vo_opengl: blend against background color for --alpha=blendPhilip Sequeira2016-11-131-8/+14
* cocoa: option to scale window by HiDPI scale factorAkemi2016-11-111-2/+9
* vo_opengl: fix --blend-subtitles handlingwm42016-11-071-2/+2
* vo_opengl: fix redrawing with hardware decodingwm42016-11-071-0/+1
* Apply autofit-larger after autofit-smallerNils Maier2016-11-031-1/+1
* filter_kernels: add ability to taper kernels/windowsNiklas Haas2016-11-014-20/+42
* vo: clear frame repeat flag when redrawingwm42016-11-011-0/+1
* vo_opengl: make frame reupload logic more robustwm42016-11-012-22/+39
* vo_opengl_cb: fix a race conditionwm42016-10-301-2/+4
* vo_opengl_cb: fix inverted conditionwm42016-10-301-1/+1
* vo_opengl_cb: update current frame if a frame is droppedwm42016-10-301-1/+2
* vo_tct: support also 256 colors outputAvi Halachmi (:avih)2016-10-251-9/+55
* vo_tct: optional custom size, support non-posix with 80x25 defaultAvi Halachmi (:avih)2016-10-252-7/+31
* vo_opengl: context_rpi: fix stdatomic usagewm42016-10-211-1/+1
* vo_opengl: partially re-enable glFlush() callswm42016-10-211-2/+7
* vo: vo_tct is now available on non-POSIXwm42016-10-201-0/+2
* build: don't rely on "__thread" being always available with GCCDmitrij D. Czarkoff2016-10-201-1/+1
* opengl: compile against iOS OpenGLES implementationAman Gupta2016-10-202-0/+20
* vo_tct: introduce modern caca alternativerr-2016-10-202-0/+236
* vo_drm: change CLI options + refactorsrr-2016-10-074-162/+274