summaryrefslogtreecommitdiffstats
path: root/video/out
Commit message (Expand)AuthorAgeFilesLines
* vo_opengl: fix an outdated commentwm42016-04-161-3/+1
* vo_lavc: fix build on Libavwm42016-04-151-2/+1
* vo_lavc: unsupport deprecated AVFMT_RAWPICTUREwm42016-04-151-23/+12
* vo_lavc: send refcounted AVFrame to encoderwm42016-04-151-4/+4
* lcms: include math.hwm42016-04-151-0/+1
* vo_opengl: rpi: don't include x11 header filewm42016-04-151-1/+0
* vo_opengl: simplify and improve up scale=oversampleNiklas Haas2016-04-121-21/+5
* vaapi: determine surface format in decoder, not in rendererwm42016-04-111-37/+13
* encode_lavc: Migrate to codecpar API.Rudolf Polzer2016-04-111-31/+35
* aspect: rework --video-unscaledNiklas Haas2016-04-101-22/+12
* aspect: remove useless debug messageswm42016-04-101-10/+2
* vo_opengl: improve rotation handling (again)wm42016-04-082-44/+47
* vo_opengl: log if glGetString(GL_VERSION) returns NULLwm42016-04-081-1/+3
* vo_opengl: videotoolbox: use kCVPixelBufferLock_ReadOnly for screenshotswm42016-04-071-7/+8
* videotoolbox: change how videotoolbox format is managedwm42016-04-072-3/+20
* vo: don't reset vsync statistics on seeks etc.wm42016-04-061-9/+14
* vo_opengl: fix build breakagewm42016-04-061-1/+1
* vo_opengl: minor simplificationwm42016-04-051-3/+2
* vo_opengl: fix nnedi + rectangle textureswm42016-04-053-4/+4
* aspect: make video-zoom logarithmicNiklas Haas2016-04-031-1/+2
* gl_lcms: choose BT.1886 gamma per-channelNiklas Haas2016-04-011-24/+35
* vo_opengl: generate 3DLUT against source and use full BT.1886Niklas Haas2016-04-017-76/+162
* vo_opengl: draw transparency checkerboard after upscalingNiklas Haas2016-03-291-4/+10
* vo_opengl: always premultiply alphawm42016-03-294-5/+1
* vo_opengl: fix rotation directionwm42016-03-291-1/+1
* vo_opengl: slightly compress gl_set_debug_logger()wm42016-03-281-7/+2
* vo_opengl: reduce temporary variables in gl_transform_trans()wm42016-03-281-5/+5
* vo_opengl: fix rotationwm42016-03-282-48/+52
* vo_opengl: fix row-major vs. column-major confusionwm42016-03-282-4/+7
* vo_opengl: don't upload potentially uninitialized memory to GL bufferwm42016-03-281-1/+1
* vo_openg: fix debanding + rectangle-textureswm42016-03-271-1/+1
* vo_opengl: minor coding style adjustmentwm42016-03-241-3/+4
* vo_opengl: utils: some more minor shader string building optimizationwm42016-03-241-23/+35
* vo_opengl: utils: slightly optimize shader string buildingwm42016-03-231-22/+21
* vo_opengl_cb: fix NULL derefwm42016-03-231-1/+2
* vo_opengl: fix blend-subtitles=video in some caseswm42016-03-221-0/+1
* vo_opengl, osd: allow osc.lua to react faster on resizeswm42016-03-213-10/+25
* vo_opengl: GLX: try to create 3.3 core profile contextwm42016-03-193-6/+26
* Revert "wayland: set fs mode on every configure"Emmanuel Gil Peyrot2016-03-191-6/+5
* vo_opengl: dxva2egl: ignore alpha component in the mapped videowm42016-03-171-3/+1
* vo_opengl: fix operation without GL_ARB_texture_rgwm42016-03-171-4/+11
* vo_opengl: fix sharpen filterwm42016-03-163-4/+5
* vo_opengl: only open one OpenGL/DX interop handle when using dxva2Kevin Mitchell2016-03-152-18/+23
* x11, input: move mime type drag&drop negotiation to common codewm42016-03-151-2/+52
* x11: move vo->input_ctx accesses to x11->input_ctxwm42016-03-152-19/+21
* vo_opengl: add dxva2 interop to angle backendKevin Mitchell2016-03-102-0/+350
* vo_opengl: use the same type for cached and current uniform valueswm42016-03-101-12/+11
* vo_opengl: cache the values of the uniform variablesigv2016-03-101-20/+31
* vo_opengl: cache the locations of the uniform variablesigv2016-03-091-6/+13
* vo_opengl: decrease default superxbr-edge-strengthNiklas Haas2016-03-071-1/+1
* vo_opengl: improve superxbr algorithmNiklas Haas2016-03-071-12/+11
* vo_opengl: refactor superxbr algorithmNiklas Haas2016-03-073-133/+150
* vo_xv, vo_x11: warn that these VOs should not be usedwm42016-03-062-0/+5
* vo_opengl: refactor plane-skipping optimizationsNiklas Haas2016-03-051-16/+26
* vo_opengl: rename prescale to prescale-lumaNiklas Haas2016-03-052-13/+14
* vo_opengl: add macros for scaler unitsNiklas Haas2016-03-052-34/+42
* vo_opengl: refactor pass_read_video and texture bindingNiklas Haas2016-03-057-379/+488
* vo_opengl: wayland: don't destroy NULL wl_egl_windowwm42016-03-031-1/+2
* vo_opengl: remove redundant codeigv2016-02-281-2/+2
* vo_opengl: set uniform variable "pixel_size" for internal shadersigv2016-02-265-28/+28
* vo_opengl: dxinterop: fix compatibility issue with Vistaigv2016-02-261-1/+2
* vo_opengl, vo_rpi: unbreak a few thingswm42016-02-243-4/+4
* vo_opengl: declare vec4 color inside fragment shader stubNiklas Haas2016-02-233-43/+27
* vo_opengl: set uniform variable "pixel_size"igv2016-02-221-0/+2
* vo_opengl: set the correct size of the input imageigv2016-02-221-2/+2
* vo_x11: add 16bpp supportGusar3212016-02-221-0/+1
* dxva2: fix shared surface typeJames Ross-Gowan2016-02-191-22/+22
* vo_opengl: use correct gl_target variablewm42016-02-181-2/+2
* vo_opengl: don't use normalized coords for debanding rectangle textureswm42016-02-181-1/+2
* vo_opengl: pass the correct target to deband functionswm42016-02-181-4/+4
* wscript: remove dxva2-dxinterop configure testKevin Mitchell2016-02-171-2/+2
* vo_opengl: dxinterop: add dxva2 passthroughKevin Mitchell2016-02-173-0/+229
* vo_opengl: dxinterop: improve error messagesKevin Mitchell2016-02-171-21/+37
* vo_opengl_cb: unbreak destroying+recreating GL contextwm42016-02-151-2/+2
* vo_opengl: unconfuse Coveritywm42016-02-121-1/+1
* Enable building the opengl-cb video renderer on AndroidJan Ekström2016-02-102-0/+26
* vo_opengl_cb: do also not block when drawing nothingwm42016-02-091-1/+1
* vo_opengl: vdpau: call glVDPAUFiniNV only if initializedwm42016-02-081-6/+8
* wayland: set fs mode on every configureAlexander Preisinger2016-02-071-5/+6
* vo_rpi: add geometry handlingUros Vampl2016-02-051-10/+59
* w32_common: switch to UniformResourceLocatorWwm42016-02-021-3/+5
* vo_opengl: hwdec: use IDs for API, and log which backend is usedwm42016-02-017-17/+30
* x11: stop waiting for MapNotify when WM_STATE changesTracerneo2016-01-311-1/+3
* vo_opengl: do chroma merging in integer conversion stagewm42016-01-271-3/+13
* vo_opengl: add precision qualifier to usampler2D on ANGLEwm42016-01-271-1/+1
* vo_opengl: replace tscale-interpolates-only with interpolation-thresholdwm42016-01-272-9/+12
* vo_opengl: support 10 bit support with ANGLEwm42016-01-263-10/+120
* vo_opengl: actually reset use_normalized_range fieldwm42016-01-261-3/+3
* vo_opengl: default to rgba16f FBOs on ANGLEwm42016-01-261-2/+5
* vo_opengl: add tscale-interpolates-only sub-optionwm42016-01-252-1/+8
* vo_opengl: default scaler-resizes-only sub-option to yeswm42016-01-251-0/+2
* vo_opengl: rename custom shader entrypoint from sample to sample_pixelwm42016-01-251-3/+19
* vo_opengl: vdpau: better handling of preemption recoverywm42016-01-251-1/+1
* video: remove some useless old RGB formatswm42016-01-254-33/+0
* vo_opengl: vaapi: don't expect EGL exts. to be in common ext. stringwm42016-01-221-2/+6
* vo_opengl: vaapi: reorganize platform entrypoints as tablewm42016-01-211-15/+20
* x11: get *current* XRandR screen configurationNils Schneider2016-01-201-1/+1
* vo_opengl: add KMS/DRM VAAPI hardware decoding interopwm42016-01-202-0/+21
* filter_kernels.h: adjust the licensewm42016-01-191-11/+5
* Change GPL/LGPL dual-licensed files to LGPLwm42016-01-1931-368/+217
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-1912-84/+84
* vo_drm: fix CRTC usagerr-2016-01-181-1/+1
* cocoa: get fps only from dislaylinkStefano Pigozzi2016-01-141-8/+9
* cocoa: add an observer for screenmode changeStefano Pigozzi2016-01-141-0/+26
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-1116-16/+16
* vaapi: replace VA_STR_FOURCCwm42016-01-112-3/+3
* vo_opengl: generic semi-planar supportwm42016-01-071-9/+10
* filter_kernels: improve the gaussian functionNiklas Haas2016-01-071-2/+2
* filter_kernels: relicense under BSDwm42016-01-071-11/+5
* vo_opengl: hwdec_vdpau: relicense under LGPLwm42016-01-071-7/+7
* vo_opengl: video.h: fix licensewm42016-01-071-7/+8
* vo_opengl: hwdec_vaegl: change license to LGPL 2.1wm42016-01-071-9/+7
* filter_kernels: replace AGG-based codewm42016-01-061-71/+69
* vo_rpi: handle rotationwm42016-01-051-1/+14
* vo_rpi: work around firmware oddness leading to incorrect video rectwm42016-01-051-2/+4
* vo_opengl: fix operation on GLES 2.0wm42016-01-041-2/+2
* vo_opengl: reset nnedi3 weights properlyBin Jin2016-01-031-0/+1
* x11: silence xdg-screensaver failure messagewm42016-01-031-2/+2
* wayland: fix typo in error messageAlessandro Ghedini2015-12-271-1/+1
* vo_rpi: fix previous commitwm42015-12-261-1/+1
* vo_rpi: fix compilationwm42015-12-262-6/+2
* filter_kernels: use more precise parameters for robidoux filterswm42015-12-261-4/+10
* vo_opengl: flip image if backend uses flipped renderingwm42015-12-251-0/+2
* vo_opengl: fix operation on GLSL versions earlier than 1.30wm42015-12-241-1/+1
* vo_opengl: fall back to gcc thread local storagewm42015-12-231-1/+7
* vo_opengl: blend transparent video against tiles by defaultwm42015-12-221-4/+9
* vo_opengl: x11: fix alpha windowswm42015-12-201-2/+3
* video: switch from using display aspect to sample aspectwm42015-12-197-23/+15
* vo_opengl: disable pbo by defaults for opengl-hqwm42015-12-191-1/+0
* vo_opengl: handle alpha with odd bit widths toowm42015-12-191-4/+8
* vo_opengl: cocoa: output premultiplied alphawm42015-12-193-0/+4
* vo_opengl: prefix per-backend source files with context_wm42015-12-1911-1/+1
* vo_opengl: split backend code from common.c to context.cwm42015-12-1914-275/+343
* vo_opengl: x11egl: retrieve framebuffer depthwm42015-12-193-0/+47
* vo_opengl: refactor how framebuffer depth is passed from backendswm42015-12-197-30/+22
* vo_opengl: cocoa: implement alpha window supportwm42015-12-192-2/+11
* vo_opengl: fix "win" backend namewm42015-12-191-1/+1
* vo_opengl: dxinterop: prevent crash after lost deviceJames Ross-Gowan2015-12-141-0/+13
* vo_opengl: dxinterop: prevent crash with 0-size windowJames Ross-Gowan2015-12-141-2/+3
* vo_opengl: enable brightness/contrast controls for RGBwm42015-12-121-1/+1
* vo_opengl: add dxinterop backendJames Ross-Gowan2015-12-114-1/+677
* vo_opengl: remove one more XYZ special-casewm42015-12-091-7/+2
* vo_opengl: fix precision loss of fruit dithering matrixBin Jin2015-12-091-2/+9
* csputils: rename "yuv2rgb" functionswm42015-12-092-2/+2
* csputils, vo_opengl: remove XYZ special case in color matrix retrievalwm42015-12-091-6/+1
* vo_opengl: fix shader compilation regressionwm42015-12-082-4/+5
* vo_opengl: enable colormatrix even for RGB inputwm42015-12-071-15/+13
* vo_opengl: fix issues with some obscure pixel formatswm42015-12-071-6/+6
* vo_opengl: decrease default lookup texture size to 64Bin Jin2015-12-071-2/+2
* vo_opengl: make LOOKUP_TEXTURE_SIZE configurableBin Jin2015-12-072-4/+5
* vo_opengl: Fix minor LUT sampling errorBin Jin2015-12-073-11/+22
* filter_kernels: add warnings for potential LUT sampling errorBin Jin2015-12-071-0/+6
* cocoa: fix recent regressionwm42015-12-071-4/+6
* win32: add option to set VO MMCSS profilewm42015-12-061-1/+5
* vo: get rid of vo_get_window_title()wm42015-12-066-34/+28
* vo_opengl_cb: avoid NULL pointer deref in corner caseswm42015-12-051-1/+2
* vo_opengl: improve boundary check for polar filtersBin Jin2015-12-051-2/+2
* win32: remove dwmapi.dll dynamic loadingwm42015-12-041-34/+5
* filter_kernels: remove redundant corner case checkBin Jin2015-12-041-1/+0
* vo_opengl: require --enable-gpl3 for nnediwm42015-12-033-2/+31
* vo_opengl: fix backend=x11 on Intelwm42015-12-021-1/+1
* vo_opengl: add credits to NNEDI3 shaderBin Jin2015-12-021-0/+16
* vo_opengl: enable NNEDI3 prescaler on OpenGL ES 3.0Bin Jin2015-12-023-14/+19
* vo_opengl_cb: pass mpv_global to gl_videowm42015-11-301-1/+1
* vo: cosmetics: split functionwm42015-11-291-41/+56
* vo: make using estimated FPS more conservativewm42015-11-291-0/+6
* vo: remove redundant and broken codewm42015-11-291-2/+0
* vo_opengl: make tscale=mitchell:tscale-clamp the defaultwm42015-11-291-2/+4
* vo_opengl: warn if interpolation is enabled, but not display-syncwm42015-11-281-0/+10
* vo: report when switching back to system-reported FPS toowm42015-11-281-4/+11
* vo: wait longer before abandoning system-reported display-fpswm42015-11-281-1/+4
* vo_opengl: fix interpolation with display-syncwm42015-11-282-12/+9
* vo: change vo_frame field unitswm42015-11-273-9/+6
* vo: switch back to system-reported display FPS if possiblewm42015-11-271-8/+10
* vo: factor redundant timer callswm42015-11-271-3/+4
*