summaryrefslogtreecommitdiffstats
path: root/video/out
Commit message (Expand)AuthorAgeFilesLines
* win32: don't resize when window is minimizedwm42015-02-031-5/+6
* vo_opengl: improve terminal messages with lscale suboption errorswm42015-01-251-5/+13
* vo_opengl: guarantee correct reinitialization on setting optionswm42015-01-251-0/+1
* vo_vdpau: don't render to an output surface if it could be busywm42015-01-251-6/+6
* vo_direct3d: disable shaders if unavailablewm42015-01-251-23/+24
* vo: never autoselect vo_nullwm42015-01-251-0/+2
* vo_opengl: fix typowm42015-01-251-1/+1
* vo: restore framedropwm42015-01-251-1/+1
* video: fix waiting for last frame/format reconfigwm42015-01-251-0/+1
* cocoa: don't set application icon in libmpvStefano Pigozzi2015-01-251-2/+4
* wayland: implement key modifierswm42015-01-251-18/+24
* wayland: don't compute absurd window sizewm42015-01-251-3/+6
* win32: request UTF-16 API variants, Vista+ APIs, and COM C macroswm42015-01-252-2/+1
* x11: make display-names property observablewm42015-01-251-0/+2
* gl_hwdec_vda: refuse to work with old OpenGL versionswm42015-01-251-0/+5
* w32_common: allow window resizing with --no-borderJames Ross-Gowan2015-01-251-0/+58
* vo_opengl: Ignore approx-gamma for BT.2020-CLNiklas Haas2015-01-251-2/+9
* cocoa: move the gl function loader to gl_cocoa.cStefano Pigozzi2015-01-253-17/+15
* Do not call strerror()wm42015-01-252-3/+2
* vo_opengl_old: fix OSD regressionwm42015-01-254-7/+17
* vo_opengl: remove pointless glFinish callswm42015-01-252-5/+0
* x11: fix mysterious issue with window embedding on OpenBoxwm42015-01-251-1/+1
* x11: copy WinID optionwm42015-01-252-16/+22
* vo_opengl: don't use 10 bit video on Intel GPUswm42015-01-252-0/+31
* vo_opengl: remove requirement for RG textureswm42015-01-254-41/+91
* vo_opengl: never use 1D textures for lookup textureswm42015-01-252-48/+35
* vo_opengl: refactor: merge convolution function and sampler entrypointwm42015-01-251-67/+36
* vo_opengl: extend filter size to 64wm42015-01-252-3/+9
* vo_opengl: extend filter size to 32wm42015-01-252-25/+25
* gl_video: minor simplificationwm42015-01-251-4/+0
* player: respect --untimed on last framewm42015-01-251-2/+1
* x11: always use glXGetProcAddressARB()wm42015-01-251-1/+1
* video/out/win_state.c: fix --monitoraspectSoeren D. Schulze2015-01-251-1/+1
* x11: make display-names property stricterwm42015-01-251-1/+3
* vo_opengl, x11: make legacy context warning not an errorwm42015-01-251-1/+1
* vo_opengl: fix broken rejection of extended scalingwm42015-01-251-3/+2
* gl_video.c: invalidate image_params in uninit_video()xylosper2015-01-251-0/+4
* cocoa: fix build on 10.9Stefano Pigozzi2015-01-251-1/+1
* cocoa: fix NSMapGet errorStefano Pigozzi2015-01-251-2/+4
* cocoa: fix uninitialization while in fullscreenStefano Pigozzi2015-01-253-2/+36
* cocoa: mark window for redraw after title changeStefano Pigozzi2015-01-141-1/+3
* vo_opengl: clamp filters to their sizewm42014-12-191-1/+2
* cocoa: don't change app activation policy in libmpvStefano Pigozzi2014-12-171-3/+4
* vo_x11: don't attempt to resize when unconfiguredwm42014-12-171-2/+3
* vo_x11: check allocation errorswm42014-12-171-3/+10
* vo_opengl: fix linkage typewm42014-12-171-1/+1
* vo_opengl: don't crash if framebuffers are not availablewm42014-12-171-0/+9
* w32_common: fix GUID linking in CygwinJames Ross-Gowan2014-12-171-0/+1
* cocoa: don't create Dock icon for audio only filesStefano Pigozzi2014-12-081-0/+21
* cocoa: don't async redraw when waiting for VO redrawStefano Pigozzi2014-12-071-1/+3
* vo_opengl: Linearize non-RGB sRGB files correctly (eg. JPEG)Niklas Haas2014-12-012-7/+41
* vo_opengl: Reword comment in shaderNiklas Haas2014-12-011-2/+3
* vo_opengl: make operator precedence explicitwm42014-12-011-1/+2
* vo_opengl: fix srgb with certain inputswm42014-12-011-1/+1
* vo_opengl: somethingwm42014-12-011-1/+1
* win32: add screen offset when handling overlarge windowswm42014-12-011-2/+2
* 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
* 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
* ao_lavc, vo_lavc: Fix crashes in case of multiple init attempts.Rudolf Polzer2014-11-121-6/+16
* 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
* 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
* vo_wayland: don't use endian-specific defineswm42014-11-051-18/+22
* 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-292-7/+52
* 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
* vo_direct3d: support nv12/nv21 directlywm42014-10-261-0/+8
* 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
* x11: don't wait for asynchronous X resizing with window-scalewm42014-10-131-3/+4
* gl_x11: distinguish missing GLX and too old GLX versionswm42014-10-121-3/+5
* libmpv/cocoa: allow clients to use mpv event systemStefano Pigozzi2014-10-122-25/+28
* cocoa: remove usage of Objective-C categoriesStefano Pigozzi2014-10-124-88/+37
* x11: don't wait until window is destroyedwm42014-10-111-5/+0
* Add some missing "const"swm42014-10-101-1/+1
* cocoa: post keydown and keyup events without event monitorStefano Pigozzi2014-10-093-0/+14
* cocoa: fix 'uninitalized' accessStefano Pigozzi2014-10-091-9/+7
* x11: fix inverted conditionwm42014-10-091-2/+3
* client API: rename --input-x11-keyboard to --input-vo-keyboardwm42014-10-091-1/+1
* cocoa: allow to embed into an arbitrary NSViewStefano Pigozzi2014-10-085-18/+33
* x11: disable various features when embedding the windowwm42014-10-071-3/+5
* cocoa: try to fix sizing bugs on retina displaysStefano Pigozzi2014-10-061-2/+2
* cocoa: fix mouse autohideStefano Pigozzi2014-10-051-1/+1
* cocoa: remove a debug commentoStefano Pigozzi2014-10-051-1/+1
* cocoa: separate video view and events viewStefano Pigozzi2014-10-056-18/+90
* cocoa: fix fullscreen with bundleStefano Pigozzi2014-10-051-1/+1
* cocoa: readd some function callsStefano Pigozzi2014-10-051-1/+3
* cocoa: actually reset the event flagsStefano Pigozzi2014-10-051-0/+1
* cocoa: remove some useless flagsStefano Pigozzi2014-10-051-19/+10
* cocoa: disable some features when embedding in another windowStefano Pigozzi2014-10-051-23/+25
* cocoa: remove --fs-missioncontrolStefano Pigozzi2014-10-053-59/+4
* cocoa: fix some pointer casts to be 32bit safeStefano Pigozzi2014-10-051-1/+1
* cocoa/libmpv: allow to embed mpv GL view in another windowStefano Pigozzi2014-10-053-30/+81
* cocoa: simplify the config code and run it on the main threadStefano Pigozzi2014-10-051-9/+1
* options: add --no-keepaspect-windowwm42014-10-042-3/+3
* cocoa: don't reset presentation options on uninitStefano Pigozzi2014-10-041-1/+0
* cocoa: only call resize for view changing frameStefano Pigozzi2014-10-042-5/+2
* cocoa: remove pointless drawRectStefano Pigozzi2014-10-041-7/+0
* cocoa: make fullscreening look like an atomic operationStefano Pigozzi2014-10-041-0/+16
* cocoa: make resizing wake the vo threadStefano Pigozzi2014-10-041-0/+1
* cocoa: remove dead codeStefano Pigozzi2014-10-042-19/+0
* x11: stupid workaround for XMonadwm42014-10-041-1/+5
* cocoa: move to a simpler threading modelStefano Pigozzi2014-10-047-114/+37
* video: return responsibility of video redraw back to playloopwm42014-10-032-3/+20
* x11: fix --wid=0wm42014-10-021-0/+1
* vo_vdpau: don't try to create surfaces of size 0wm42014-10-012-11/+11
* w32_common: quit event loop on destroyJames Ross-Gowan2014-09-301-6/+11
* x11: always wait for mapped when using --widwm42014-09-291-2/+3
* client API, X11: change default keyboard input handling againwm42014-09-281-12/+6
* video: fix redrawing when pausing after framedropwm42014-09-211-1/+1
* vo_vdpau: better integration with the generic framedrop codewm42014-09-204-16/+29
* vo_vdpau: fix confusion around vsync_intervalwm42014-09-201-10/+9
* wayland: use reported rete and delayAlexander Preisinger2014-09-191-2/+27
* video: wake up core as soon as possiblewm42014-09-161-0/+1
* vo_wayland: remove unnecessary checkAlexander Preisinger2014-09-161-19/+10
* wayland/buffer: use buffer macros consistentlyAlexander Preisinger2014-09-161-3/+3
* x11: if the WM supports _NET_FRAME_EXTENTS, don't wait for mapwm42014-09-152-3/+18
* sanitizer: avoid divide-by-zero instancesBen Boeckel2014-09-141-1/+1
* x11: remove unused functionwm42014-09-142-9/+1
* wayland_common: fix changing videos when fullscreenAlexander Preisinger2014-09-102-15/+3
* vo_wayland: pixel perfect buffersAlexander Preisinger2014-09-105-342/+500
* win32: don't request window size larger than the screenwm42014-09-101-3/+34
* win32: copy event flags after running VOCTRLswm42014-09-071-5/+2
* vo_corevideo: remove this VOStefano Pigozzi2014-09-062-576/+0
* vo_sdl: fix typowm42014-09-051-1/+1
* malloc+memset(0) to callocBruno George de Moraes2014-09-052-7/+4
* video: rename VOCTRL_GET_WINDOW_SIZEwm42014-09-055-10/+12
* wayland: print some useful outptu infoAlexander Preisinger2014-09-032-15/+21
* wayland: only save current mode of outputsAlexander Preisinger2014-09-031-1/+2
* x11: add rewind and forward keysKenneth Zhou2014-09-031-2/+4
* x11: when using --wid, inherit event flags from parent windowwm42014-08-311-5/+10
* gl_wayland: fix crash after eglInitialze failedAlexander Preisinger2014-08-301-6/+8
* vo_opengl: remove macro operator from shaderBin Jin2014-08-292-21/+7
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-299-9/+8
* vo_opengl: don't pass (char*)NULL as %s printf argumentwm42014-08-281-2/+3
* vo_opengl: fix shaderwm42014-08-281-7/+9
* vo_opengl: add parameter to gaussian filterBin Jin2014-08-261-2/+7
* vo_opengl: add radius options for filtersBin Jin2014-08-264-1/+17
* vo_opengl: add cparam1 and cparam2 optionsBin Jin2014-08-263-21/+42
* vo_opengl: add spline64 filter kernelBin Jin2014-08-261-0/+19
* vo_opengl: don't cut off feature list outputwm42014-08-251-1/+1
* video: avoid unnecessary frame droppingwm42014-08-231-1/+5
* video: some debugging outputwm42014-08-221-0/+4
*