summaryrefslogtreecommitdiffstats
path: root/video
Commit message (Expand)AuthorAgeFilesLines
* w32_common: allow window resizing with --no-borderJames Ross-Gowan2014-12-291-0/+58
* vo_opengl: Ignore approx-gamma for BT.2020-CLNiklas Haas2014-12-291-2/+9
* cocoa: move the gl function loader to gl_cocoa.cStefano Pigozzi2014-12-283-17/+15
* screenshots: set AVFrame parameterswm42014-12-281-0/+3
* vo_opengl: don't use 10 bit video on Intel GPUswm42014-12-242-0/+31
* vo_opengl_cb: use VAOs even in OpenGL 2.1wm42014-12-231-5/+15
* vo_opengl_cb: always setup/break vertex array bindingswm42014-12-231-3/+13
* vo_opengl: fix build on OSXwm42014-12-231-0/+6
* vo_opengl: don't allow setting 3D LUT if unsupportedwm42014-12-231-1/+5
* vo_opengl: make use of newer OpenGL logging APIwm42014-12-235-2/+58
* vo_opengl_cb: parse renderer parameterswm42014-12-221-5/+10
* vo_opengl, vo_opengl_cb: check GL version in rendererwm42014-12-223-5/+9
* vo_opengl_cb: free context on exitwm42014-12-221-0/+8
* vo_opengl: fix feature detectionwm42014-12-221-1/+1
* vo_opengl: improve fallback handling with GLESwm42014-12-214-16/+30
* vo_opengl: silence an INVALID_ENUM error with GLES2James Ross-Gowan2014-12-211-1/+2
* vo_opengl: GLES does not support GL_BGRAwm42014-12-203-5/+5
* vo_opengl_old: fix OSD regressionwm42014-12-204-7/+16
* cocoa: mark window for redraw after title changeStefano Pigozzi2014-12-201-1/+3
* vo_opengl: remove pointless glFinish callswm42014-12-192-5/+0
* vo_opengl: skip GLES when autoprobingwm42014-12-191-0/+5
* vo_opengl, x11: add ES context creation via GLXwm42014-12-194-8/+34
* vo_opengl: fail if required functions are missingwm42014-12-191-5/+10
* vo_opengl: better probe handlingwm42014-12-196-63/+55
* vo_opengl: minor simplificationwm42014-12-191-5/+5
* vo_opengl: unborkwm42014-12-191-2/+2
* vo_opengl: add GLES 2 supportwm42014-12-195-16/+44
* vo_opengl: mess with PixelStorei state managementwm42014-12-193-44/+49
* vo_opengl: disable some unavailable features under ESwm42014-12-192-3/+9
* vo_opengl: clean up GL ES function loadingwm42014-12-181-86/+114
* vo_opengl: do not use 4x3 matrixwm42014-12-184-16/+15
* vo_opengl: simplify some aspects of the GL function loaderwm42014-12-182-26/+23
* vo_opengl, x11: make legacy context warning not an errorwm42014-12-181-1/+1
* x11: fix mysterious issue with window embedding on OpenBoxwm42014-12-181-1/+1
* x11: minor improvementswm42014-12-181-8/+7
* vo_opengl: minor simplification in function loaderwm42014-12-181-11/+5
* vo_opengl: simplify the case without texture_rgwm42014-12-183-28/+18
* vo_opengl: don't assume legacy OpenGL is available with GLESwm42014-12-171-1/+1
* vo_opengl: add some OpenGL standard symbols missing on OSXwm42014-12-171-0/+7
* vo_opengl: GLES 3 supportwm42014-12-176-24/+111
* vo_opengl: remove useless FBO testwm42014-12-171-34/+2
* vo_opengl: cleanup dither texture creationwm42014-12-171-4/+9
* vo_opengl: switch default FBO format to rgba, use GL_RGBAwm42014-12-171-3/+6
* vo_opengl: glsl: stricter typingwm42014-12-171-20/+20
* vo_opengl: remove icc profile options from runtime-settable optionswm42014-12-161-16/+14
* vo_opengl: remove requirement for RG textureswm42014-12-165-42/+92
* vo_opengl: remove inactive codewm42014-12-161-1/+0
* vo_opengl: fix broken rejection of extended scalingwm42014-12-161-3/+2
* Revert "vo/w32_common: use local definition of IID_ITaskbarList2"Kevin Mitchell2014-12-161-7/+1
* vo/w32_common: use local definition of IID_ITaskbarList2Kevin Mitchell2014-12-151-1/+7
* vo_opengl: remove quadbuffer/anaglyph stereo 3D renderingwm42014-12-156-135/+96
* vo_x11: don't attempt to resize when unconfiguredwm42014-12-141-2/+3
* vo_x11: check allocation errorswm42014-12-141-3/+10
* vd_lavc: fix error handling pathwm42014-12-131-11/+12
* mp_image: check for malloc failurewm42014-12-131-0/+2
* Check some mallocswm42014-12-121-0/+4
* vo: fix some nonsensewm42014-12-104-11/+8
* vo_opengl: fix linkage typewm42014-12-091-1/+1
* vo_opengl: make shader text output slightly nicerwm42014-12-091-2/+2
* vo_opengl: don't crash if framebuffers are not availablewm42014-12-091-0/+9
* vo_opengl_cb: simplify reconfigure, render transparent if unconfiguredwm42014-12-092-15/+15
* vo_opengl: make background color configurablewm42014-12-092-3/+11
* w32: copy WinID optionwm42014-12-091-14/+14
* x11: copy WinID optionwm42014-12-092-16/+22
* client API: expose OpenGL rendererwm42014-12-0912-18/+445
* vo: include normal render-ahead time in flip_queue_offsetwm42014-12-093-9/+13
* w32_common: fix GUID linking in CygwinJames Ross-Gowan2014-12-091-0/+1
* cocoa: fix crashStefano Pigozzi2014-12-081-5/+0
* vo_opengl: enable fancy-downscaling for opengl-hq againwm42014-12-081-1/+1
* vo_opengl: use all filter sizes possible with the shaderswm42014-12-082-33/+21
* vo_opengl: refactor: instantiate scaler functions at runtimewm42014-12-082-44/+43
* vo_opengl: never use 1D textures for lookup textureswm42014-12-082-48/+35
* vo_opengl: refactor: merge convolution function and sampler entrypointwm42014-12-081-67/+36
* w32_common: ensure taskbar is hidden when fullscreenJames Ross-Gowan2014-12-081-2/+28
* vo_opengl: extend filter size to 64wm42014-12-062-3/+9
* vo_opengl: clamp filters to their sizewm42014-12-061-1/+2
* cocoa: fix view leak in uninit when fullscreenStefano Pigozzi2014-12-061-1/+9
* cocoa: use --idle when running inside bundleStefano Pigozzi2014-12-061-4/+1
* cocoa: don't change app activation policy in libmpvStefano Pigozzi2014-12-061-3/+4
* vo_opengl: disable fancy-downscaling for opengl-hq againwm42014-12-061-1/+1
* vo_opengl: extend filter size to 32wm42014-12-062-25/+25
* vaapi/GLX: remove a direct reference to an GL symbolwm42014-12-061-1/+2
* cocoa: don't create Dock icon for audio only filesStefano Pigozzi2014-12-051-0/+21
* cocoa: don't async redraw when waiting for VO redrawStefano Pigozzi2014-12-041-1/+3
* video: remove things forgotten in previous commitwm42014-12-032-13/+0
* video: remove internal QP passingwm42014-12-032-78/+3
* video/filter: kill vf_pp (libpostproc)wm42014-12-032-157/+0
* vo_opengl: make uninit idempotentwm42014-12-032-6/+6
* vo_opengl: move hwdec parts into their own fileswm42014-12-039-113/+160
* vdpau/GLX: don't access VO backendwm42014-12-036-17/+16
* vaapi/GLX: don't access VO backendwm42014-12-031-3/+4
* vda: make independent from cocoa backendwm42014-12-033-8/+7
* vda: use implicit current GL contextStefano Pigozzi2014-12-033-16/+1
* vo_opengl: minor changeswm42014-12-023-10/+12
* vo_opengl: print error number if framebuffer creation failswm42014-12-021-2/+4
* vd_lavc: use avcodec_is_open()wm42014-12-021-1/+1
* cocoa: allow to black out other display when going fsStefano Pigozzi2014-12-013-1/+7
* vo_opengl: remove redundant GL state initializationwm42014-12-011-4/+0
* vd_lavc: don't crash if codec could not be openedwm42014-12-011-1/+1
* vo_wayland: Add "multimedia" keyboard key bindings.Sergey Kvachonok2014-11-291-0/+14
* vo_opengl: enable fancy-downscaling by default for opengl-hqwm42014-11-291-0/+1
* vo_opengl: disable fancy-downscaling for anamorphic videowm42014-11-291-20/+33
* win32: add screen offset when handling overlarge windowswm42014-11-281-2/+2
* vo_direct3d: check whether D3DFMT_A8 is availablewm42014-11-271-11/+29
* gl_video: minor simplificationwm42014-11-271-4/+0
* vo_opengl: Linearize non-RGB sRGB files correctly (eg. JPEG)Niklas Haas2014-11-263-7/+48
* Do not call strerror()wm42014-11-262-3/+2
* gl_common: factor context creationwm42014-11-264-50/+51
* vo_opengl: Reword comment in shaderNiklas Haas2014-11-261-2/+3
* vo_opengl: make operator precedence explicitwm42014-11-261-1/+2
* vo_opengl: fix srgb with certain inputswm42014-11-261-1/+1
* vo_opengl: somethingwm42014-11-261-1/+1
* cocoa: don’t hand over view memory ownership to libmpv clientsStefano Pigozzi2014-11-251-1/+1
* x11: fix crashwm42014-11-231-1/+1
* x11: fix crash with --wid=0 and vo_xv/vo_x11wm42014-11-231-2/+5
* Silence some Coverity warningswm42014-11-211-1/+1
* vd_lavc: flush frames before uninitializing hw decoderwm42014-11-201-0/+3
* vo_direct3d: fix texture-memory sub-option, extend itwm42014-11-181-5/+13
* vo_opengl: allow setting different filters for downscalingwm42014-11-142-2/+6
* mp_image: slightly better image params verbose infowm42014-11-123-2/+9
* video: move formatting of image parameters to separate functionwm42014-11-123-21/+27
* vf: minor simplificationwm42014-11-122-16/+9
* ao_lavc, vo_lavc: Fix crashes in case of multiple init attempts.Rudolf Polzer2014-11-121-6/+16
* vf_sub: fix previous commitwm42014-11-111-3/+3
* vf_sub: don't crash if no subtitle context is availablewm42014-11-111-0/+3
* encode: don't segfault when bailing out due to resolution changewm42014-11-111-1/+1
* vo_opengl: don't reset user-set gamma when using vo_cmdlinewm42014-11-111-0/+3
* video/out: minor simplification to event query functionwm42014-11-092-6/+5
* mp_image: check memory allocationwm42014-11-081-0/+4
* w32_common: open window menu on Alt+SpaceJames Ross-Gowan2014-11-081-0/+10
* Revert "w32_common: don't override alt+space"wm42014-11-081-16/+8
* w32_common: don't override alt+spacewm42014-11-081-8/+16
* vo_opengl: initialize renderer after setting sizewm42014-11-072-2/+4
* vo/x11: implement VOCTRL_GET_DISPLAY_NAMES with xrandr names (e.g., "LVDS1")Kevin Mitchell2014-11-073-2/+23
* vo_wayland: drop redundant "const"wm42014-11-071-1/+1
* vo_vaapi: fix broken error checkswm42014-11-071-2/+2
* video: remove swapped-endian image format aliaseswm42014-11-055-175/+73
* vo_wayland: don't use endian-specific defineswm42014-11-051-18/+22
* video: remove aliases for some rarely referenced image formatswm42014-11-052-82/+0
* video: add image format test programwm42014-11-051-0/+63
* video: passthrough unknown AVPixelFormatswm42014-11-053-1/+20
* video: handle endian detection in a more generic waywm42014-11-051-7/+21
* video: refuse to allocate image data for hwaccel formatswm42014-11-051-1/+1
* video: get hwaccel flag from pixdescwm42014-11-052-5/+8
* vo_opengl: minimal EGL on X11 supportwm42014-11-043-0/+171
* x11: rely on the Atom cachewm42014-11-032-15/+9
* command: add window-minimized property (X11 only)wm42014-11-023-1/+28
* command: make window-scale property observablewm42014-11-0211-0/+45
* cocoa: fix fullscreen delay when pausedStefano Pigozzi2014-11-011-2/+2
* build: remove bundle support from wafStefano Pigozzi2014-11-011-0/+1
* vo_opengl: draw OSD twice in 3D mode casewm42014-10-293-7/+57
* cocoa: fix small leakStefano Pigozzi2014-10-271-0/+1
* libmpv: cocoa: fix view leak on uninitStefano Pigozzi2014-10-271-4/+6
* x11: fix display FPS detection for interlaced modeswm42014-10-271-1/+6
* dxva2: use gpu_memcpy with unmatched stridesJames Ross-Gowan2014-10-271-8/+29
* dxva2: fix copying surfaces with different strideJames Ross-Gowan2014-10-271-10/+18
* dxva2: fix crash on initialization failurewm42014-10-261-0/+2
* dxva2: gpu_memcpy: fix build for GCC 4.8.3James Ross-Gowan2014-10-261-3/+10
* vo_direct3d: support nv12/nv21 directlywm42014-10-261-0/+8
* video: clarify what IMFMT_DXVA2 iswm42014-10-261-1/+1
* dxva2: use optimized memcpyJames Ross-Gowan2014-10-262-11/+164
* video: initial dxva2 supportwm42014-10-255-1/+614
* cocoa: perform VOCTRL_SET_UNFS_WINDOW_SIZE asyncronouslyStefano Pigozzi2014-10-241-3/+6
* Set thread name for debuggingwm42014-10-192-0/+6
* cocoa: reintroduce async resizeStefano Pigozzi2014-10-187-9/+71
* Revert "cocoa: perform init and uninit synchronously"Stefano Pigozzi2014-10-181-1/+3
* win32: clear window handle on destructionwm42014-10-171-0/+1
* win32: get rid of mp_stat in the normal source codewm42014-10-171-1/+1
* cocoa: allow mouse events to bubble up with no-input-cursorStefano Pigozzi2014-10-173-24/+114
* vo_opengl: fix wrong commentswm42014-10-161-2/+2
* vo_opengl: fix theoretical format mismatch issuewm42014-10-161-4/+4
* cocoa: perform init and uninit synchronouslyStefano Pigozzi2014-10-161-3/+1
* vf_vapoursynth: add debug message when returning error from GetFramewm42014-10-131-0/+1
* x11: don't wait for asynchronous X resizing with window-scalewm42014-10-131-3/+4
* vf_vapoursynth: don't error if invoke() doesn't return a clipwm42014-10-121-3/+2
* vf_vapoursynth: resolve paths relative to home/configwm42014-10-121-0/+3
* gl_x11: distinguish missing GLX and too old GLX versionswm42014-10-121-3/+5
* vf_vapoursynth: add standalone Lua scriptingwm42014-10-122-1/+262
* vf_vapoursynth: abstract scripting backendwm42014-10-121-28/+87
* libmpv/cocoa: allow clients to use mpv event systemStefano Pigozzi<