| Commit message (Expand) | Author | Age | Files | Lines |
* | cocoa_common: send mouse moved events to core when dragging | Stefano Pigozzi | 2013-05-26 | 1 | -2/+7 |
* | wayland: use VOCTRL_SET_CURSOR_VISIBILITY | Alexander Preisinger | 2013-05-26 | 2 | -36/+25 |
* | wayland: introduce vo_wayland_config | Alexander Preisinger | 2013-05-26 | 3 | -26/+24 |
* | cocoa_common: implement VOCTRL_SET_CURSOR_VISIBILITY | Stefano Pigozzi | 2013-05-26 | 1 | -39/+20 |
* | cocoa_common: implement mouse movement notifications | Stefano Pigozzi | 2013-05-26 | 1 | -0/+10 |
* | w32: use VOCTRL_SET_CURSOR_VISIBILITY | wm4 | 2013-05-26 | 1 | -6/+7 |
* | vo_sdl: use VOCTRL_SET_CURSOR_VISIBILITY | wm4 | 2013-05-26 | 1 | -39/+3 |
* | x11: remove cursor hiding logic, use VOCTRL_SET_CURSOR_VISIBILITY | wm4 | 2013-05-26 | 2 | -48/+33 |
* | core: do mouse cursor hiding business in frontend | wm4 | 2013-05-26 | 1 | -0/+2 |
* | vo: remove vo.check_events callback | wm4 | 2013-05-26 | 7 | -25/+8 |
* | w32: use vo_w32_control() for all VOs | wm4 | 2013-05-26 | 3 | -40/+15 |
* | x11: use vo_x11_control() for all VOs | wm4 | 2013-05-26 | 5 | -80/+31 |
* | video/out: introduce vo_control for gl_common based VOs | wm4 | 2013-05-26 | 18 | -158/+138 |
* | vf_lavfi: allow setting avopts | wm4 | 2013-05-26 | 1 | -0/+9 |
* | cocoa_common: authohide menu/dock in fullscreen | Stefano Pigozzi | 2013-05-26 | 1 | -2/+3 |
* | m_option, vf: add label support | wm4 | 2013-05-23 | 2 | -1/+18 |
* | vo: remove unused callback | wm4 | 2013-05-23 | 1 | -1/+0 |
* | dec_video: get rid of two global variables | wm4 | 2013-05-21 | 3 | -10/+3 |
* | dec_video: remove emms usage | wm4 | 2013-05-21 | 1 | -10/+0 |
* | vf_lavfi: remove redundant statements | wm4 | 2013-05-21 | 1 | -4/+0 |
* | Silence some compiler warnings | wm4 | 2013-05-21 | 3 | -4/+4 |
* | vo_image: start image file numbers at 1 | wm4 | 2013-05-18 | 1 | -2/+2 |
* | video/filter: fix option parser memory leak | wm4 | 2013-05-18 | 6 | -16/+3 |
* | core: allow changing filter filters at runtime | wm4 | 2013-05-18 | 1 | -0/+1 |
* | vd_lavc: change VDCTRL_REINIT_VO behavior | wm4 | 2013-05-18 | 1 | -3/+1 |
* | video: rename VDCTRL_RESET_ASPECT to VDCTRL_REINIT_VO | wm4 | 2013-05-18 | 4 | -5/+5 |
* | mp_image: align image allocation height | wm4 | 2013-05-17 | 1 | -1/+2 |
* | cocoa_common: vo_corevideo: fix window initialization | Stefano Pigozzi | 2013-05-16 | 1 | -5/+5 |
* | vd_lavc: hack-fix vdpau decoding with non mod 16 video | wm4 | 2013-05-14 | 1 | -1/+10 |
* | cocoa_common: order front window only when invisible [2] | Stefano Pigozzi | 2013-05-14 | 1 | -1/+5 |
* | cocoa_common: order front window only when invisible | Stefano Pigozzi | 2013-05-13 | 1 | -1/+1 |
* | cocoa_common: don't use recursive locking | Stefano Pigozzi | 2013-05-13 | 1 | -2/+2 |
* | cocoa_common: remove pointless locking when using -fs | Stefano Pigozzi | 2013-05-13 | 1 | -5/+10 |
* | cocoa_common: fix a bug in window dragging state | Stefano Pigozzi | 2013-05-13 | 1 | -13/+9 |
* | cocoa_common: fix deadlock when calling resize_redraw | Stefano Pigozzi | 2013-05-12 | 1 | -4/+9 |
* | cocoa_common: add native OSX fullscreen support | Stefano Pigozzi | 2013-05-12 | 1 | -20/+39 |
* | OSX: run native event loop in a separate thread | Stefano Pigozzi | 2013-05-12 | 5 | -104/+253 |
* | OSX: use native Cocoa's event loop | Stefano Pigozzi | 2013-05-12 | 1 | -139/+14 |
* | add a way to resize window contents without VO resize | wm4 | 2013-05-12 | 4 | -13/+80 |
* | vo_opengl: lock OpenGL context | wm4 | 2013-05-12 | 1 | -4/+55 |
* | gl_common: add some sort of locking API | wm4 | 2013-05-12 | 2 | -0/+35 |
* | wayland: reworked resizing | Alexander Preisinger | 2013-05-07 | 3 | -67/+74 |
* | Fix some cppcheck / scan-build warnings | wm4 | 2013-05-06 | 3 | -3/+3 |
* | vf_yadif: actually set PTS for output frames | wm4 | 2013-05-06 | 1 | -0/+1 |
* | img_format: fix broken condition | wm4 | 2013-05-06 | 1 | -1/+1 |
* | csputils: use AVCOL_SPC_YCOCG instead of AVCOL_SPC_YCGCO (fixes Libav build) | wm4 | 2013-05-05 | 1 | -2/+2 |
* | video: add --hwdec-codecs option to whitelist codecs for hw decoding | wm4 | 2013-05-04 | 1 | -3/+16 |
* | vd_lavc: allow explicitly selecting vdpau hw decoders | wm4 | 2013-05-04 | 1 | -1/+11 |
* | video: support YCgCo colorspace | wm4 | 2013-05-04 | 2 | -0/+13 |
* | vo_opengl: XYZ input support | wm4 | 2013-05-04 | 4 | -12/+70 |
* | video: fix setting XYZ flag | wm4 | 2013-05-04 | 1 | -4/+4 |
* | gl_video: use GL_SRGB only if it's really RGB | wm4 | 2013-05-04 | 1 | -2/+3 |
* | vf_rotate: fix for some obscure pixel formats | wm4 | 2013-05-03 | 1 | -7/+6 |
* | wayland: fix wrong poll comment, check for errors | Alexander Preisinger | 2013-05-02 | 1 | -2/+4 |
* | wayland: avoid iterating over all outputs | Alexander Preisinger | 2013-05-02 | 1 | -15/+18 |
* | wayland: remove unused stuff | Alexander Preisinger | 2013-05-02 | 2 | -17/+0 |
* | wayland: use new function xkb_keymap_from_buffer | Alexander Preisinger | 2013-05-02 | 1 | -9/+5 |
* | Fix compilation with Libav | wm4 | 2013-05-01 | 1 | -1/+1 |
* | video: add XYZ support | wm4 | 2013-05-01 | 4 | -0/+19 |
* | wayland: remove input modifier variable | Alexander Preisinger | 2013-05-01 | 2 | -14/+0 |
* | wayland: use GetTimerMS for hiding mouse cursor | Alexander Preisinger | 2013-05-01 | 2 | -161/+39 |
* | wayland: use mpv internal key auto-repeat handling | Alexander Preisinger | 2013-05-01 | 2 | -61/+5 |
* | cocoa_common: fix window sizing | Stefano Pigozzi | 2013-04-28 | 1 | -2/+2 |
* | vd_lavc: fix decoder init failure path | wm4 | 2013-04-27 | 1 | -14/+18 |
* | vf_lavfi: move compat crap to the start of the file | wm4 | 2013-04-26 | 1 | -18/+18 |
* | vf_lavfi: silence stupid deprecation warning | wm4 | 2013-04-26 | 1 | -2/+12 |
* | vf_lavfi: recreate filter graph on seek | wm4 | 2013-04-25 | 1 | -14/+41 |
* | x11: use mpv internal key auto-repeat handling if possible | wm4 | 2013-04-24 | 2 | -2/+24 |
* | vo_opengl_old: remove nomanyfmts warning | wm4 | 2013-04-23 | 1 | -3/+0 |
* | vf_lavfi: add libavfilter bridge | wm4 | 2013-04-21 | 2 | -0/+315 |
* | mp_image: provide function to convert mp_image to AVFrame | wm4 | 2013-04-21 | 2 | -0/+53 |
* | x11_common: minor simplification | wm4 | 2013-04-21 | 1 | -13/+6 |
* | cocoa_common: keep aspect ratio when clipping window | Stefano Pigozzi | 2013-04-17 | 1 | -7/+35 |
* | change reverse DNS strings to io.mpv.* | Stefano Pigozzi | 2013-04-16 | 1 | -1/+1 |
* | cocoa_common: refactor centered resize | Stefano Pigozzi | 2013-04-16 | 1 | -24/+21 |
* | vf_divtc, vf_phase: Fix handling of subsampled formats | Martin Herkt | 2013-04-10 | 2 | -3/+4 |
* | wayland: use vo flags for enabling alpha support | Alexander Preisinger | 2013-04-02 | 1 | -3/+5 |
* | wayland: enable alpha support | Alexander Preisinger | 2013-04-02 | 1 | -1/+1 |
* | gl_video: remove double const qualifier | Stefano Pigozzi | 2013-03-30 | 1 | -1/+1 |
* | gl_video: add some missing includes | wm4 | 2013-03-30 | 1 | -0/+8 |
* | gl_lcms: fix compilation when lcms2 is not available | wm4 | 2013-03-30 | 1 | -3/+10 |
* | gl_video: actually fix shader compilation on OSX | wm4 | 2013-03-28 | 2 | -2/+3 |
* | gl_video: fix OSX by not using undefined name in GLSL "#if" | wm4 | 2013-03-28 | 1 | -0/+2 |
* | gl_header_fixes: add GL_RGBA32F | wm4 | 2013-03-28 | 1 | -0/+3 |
* | gl_video: use choice option type for dither-depth suboption | wm4 | 2013-03-28 | 2 | -7/+8 |
* | vo: rename vo_draw_image to vo_queue_image | wm4 | 2013-03-28 | 2 | -7/+4 |
* | vo: remove two unused symbols | wm4 | 2013-03-28 | 1 | -6/+0 |
* | gl_video: add some alpha FBO formats | wm4 | 2013-03-28 | 1 | -1/+5 |
* | vo_opengl: add alpha output | wm4 | 2013-03-28 | 6 | -11/+73 |
* | gl_video: always upload all planes | wm4 | 2013-03-28 | 1 | -15/+2 |
* | gl_video: support NV21 too | wm4 | 2013-03-28 | 2 | -2/+6 |
* | gl_video: add support for NV12 | wm4 | 2013-03-28 | 2 | -2/+20 |
* | gl_video: make it possible for planes to have different formats | wm4 | 2013-03-28 | 1 | -38/+56 |
* | gl_video: move video image fields into a struct | wm4 | 2013-03-28 | 1 | -42/+68 |
* | vo_opengl: split into multiple files, convert to new option API | wm4 | 2013-03-28 | 9 | -1963/+2177 |
* | gl_common: split into platform specific files | wm4 | 2013-03-28 | 10 | -805/+891 |
* | core: always pass data via packet fields to video decoders | wm4 | 2013-03-28 | 4 | -16/+11 |
* | w32_common: Cygwin64 fixes | Kovensky | 2013-03-23 | 1 | -3/+4 |
* | wayland: fully support cursor autohide options | Alexander Preisinger | 2013-03-23 | 1 | -15/+15 |
* | w32_common: reset internal display size to the window size | wm4 | 2013-03-19 | 1 | -0/+5 |
* | video: deal with 0x0 window size | wm4 | 2013-03-19 | 1 | -2/+4 |
* | x11_common: remove assumption that video is always centered | wm4 | 2013-03-17 | 4 | -33/+28 |
* | video: enable panscan calculations even in windowed mode | wm4 | 2013-03-17 | 1 | -3/+2 |
* | video: apply --no-keepaspect even on fullscreen | wm4 | 2013-03-17 | 1 | -1/+1 |
* | video: remove rounding of display size to multiples of 2 | wm4 | 2013-03-17 | 1 | -2/+0 |
* | video: remove aspect.h includes from files which don't need it | wm4 | 2013-03-17 | 8 | -8/+0 |
* | video: simplify aspect calculation stuff | wm4 | 2013-03-17 | 4 | -93/+38 |
* | vo_xv: minor simplifications | wm4 | 2013-03-17 | 1 | -17/+4 |
* | vo_x11: accept all swscale formats | wm4 | 2013-03-17 | 1 | -6/+6 |
* | vo_corevideo: use generic aspect ratio code | wm4 | 2013-03-17 | 1 | -62/+38 |
* | vo_opengl_old: use generic aspect ratio code | wm4 | 2013-03-17 | 1 | -45/+42 |
* | vo_x11: use generic aspect ratio code, refactor | wm4 | 2013-03-17 | 1 | -149/+77 |
* | cocoa_common: fix regression when changing videos in fullscreen | Stefano Pigozzi | 2013-03-15 | 1 | -3/+4 |
* | video: use new method to get QP table | wm4 | 2013-03-15 | 1 | -5/+9 |
* | video: make use of libavcodec refcounting | wm4 | 2013-03-13 | 4 | -10/+106 |
* | video: prepare for libavcodec refcounting | wm4 | 2013-03-13 | 3 | -62/+84 |
* | Prefix CODEC_ID_ with AV_ | wm4 | 2013-03-13 | 1 | -6/+6 |
* | image_writer: switch to avcodec_encode_video2() | wm4 | 2013-03-13 | 1 | -14/+11 |
* | wayland: remove asserts from egl_create_context | Alexander Preisinger | 2013-03-13 | 1 | -17/+7 |
* | wayland: simplify egl_create_window | Alexander Preisinger | 2013-03-13 | 1 | -13/+4 |
* | wayland: use the cursor_autohide_delay option | Alexander Preisinger | 2013-03-11 | 1 | -6/+9 |
* | wayland: move window by grabing it | Alexander Preisinger | 2013-03-11 | 1 | -0/+8 |
* | vo_opengl: insert a magical glFlush call | wm4 | 2013-03-11 | 1 | -0/+6 |
* | cocoa_common: fix window position when bigger than display | Stefano Pigozzi | 2013-03-10 | 1 | -4/+4 |
* | vo_sdl: we don't want to minize the window when losing focus | Rudolf Polzer | 2013-03-06 | 1 | -0/+2 |
* | options: remove --no-vsync | wm4 | 2013-03-06 | 3 | -9/+8 |
* | w32_common: fix compilation | wm4 | 2013-03-05 | 1 | -10/+10 |
* | vo: Separate vo options from MPOpts | Alexander Preisinger | 2013-03-04 | 14 | -204/+204 |
* | cocoa_common: fix crash | Stefano Pigozzi | 2013-03-04 | 1 | -1/+5 |
* | cocoa_common: fix compilation | Stefano Pigozzi | 2013-03-04 | 1 | -7/+7 |
* | Remove vo_fps global variable | wm4 | 2013-03-04 | 2 | -4/+0 |
* | wayland: remove unnecessary function pointers | Alexander Preisinger | 2013-03-04 | 1 | -10/+1 |
* | vo: remove and cleanup globals | Alexander Preisinger | 2013-03-04 | 16 | -267/+243 |
* | cocoa_common: make windows appear again | Stefano Pigozzi | 2013-03-03 | 1 | -17/+23 |
* | gl_common: get rid of symbol redefinition warnings with recent Mesa | wm4 | 2013-03-03 | 3 | -0/+17 |
* | x11_common: fix --cursor-autohide when paused | wm4 | 2013-03-03 | 3 | -27/+44 |
* | vo_opengl: don't destroy VOFLAG_HIDDEN window | wm4 | 2013-03-03 | 4 | -35/+1 |
* | x11_common: fix window mapping, refactor window creation/resize handling | wm4 | 2013-03-03 | 2 | -136/+148 |
* | x11_common: use private variables for window state | wm4 | 2013-03-03 | 6 | -56/+57 |
* | video/out: remove VO_EVENT_REINIT | wm4 | 2013-03-03 | 3 | -11/+0 |
* | w32_common: remove unused variable | wm4 | 2013-03-03 | 2 | -6/+2 |
* | fix clang compiler warnings | Stefano Pigozzi | 2013-03-03 | 1 | -1/+1 |
* | vf_flip: move flipping code to mp_image.c | wm4 | 2013-03-01 | 3 | -4/+10 |
* | m_option: don't define OPT_BASE_STRUCT by default | wm4 | 2013-03-01 | 5 | -4/+2 |
* | core: move X11 specific code to x11_common.c | wm4 | 2013-03-01 | 2 | -3/+4 |
* | vf_vo: remove pointless NULL checks | wm4 | 2013-03-01 | 1 | -4/+0 |
* | core: simplify OSD capability handling, remove VFCAP_OSD | wm4 | 2013-03-01 | 19 | -64/+33 |
* | vo_sdl, vo_xv: remove redundant/useless VOCTRL_PAUSE usage | wm4 | 2013-03-01 | 2 | -11/+0 |
* | wayland: add wayland support | Alexander Preisinger | 2013-02-28 | 7 | -1/+1466 |
* | video/out: remove video mode switching (--vm) | wm4 | 2013-02-26 | 9 | -190/+8 |
* | x11_common: always create a window, even with --wid | wm4 | 2013-02-26 | 1 | -37/+31 |
* | video/out: rename create_window to config_window | wm4 | 2013-02-26 | 12 | -31/+31 |
* | gl_common: simplify window/context creation | wm4 | 2013-02-26 | 3 | -217/+191 |
* | dec_video: remove weird offset for VDCTRL_QUERY_UNSEEN_FRAMES | wm4 | 2013-02-26 | 2 | -5/+6 |
* | vd_lavc: better warning message for software decoding fallback | wm4 | 2013-02-26 | 1 | -1/+2 |
* | gl_common: remove compatibility aliases for backend sub-option | wm4 | 2013-02-26 | 1 | -6/+0 |
* | img_format: add pixel format name for IMGFMT_MONO_W | wm4 | 2013-02-26 | 1 | -0/+1 |
* | vf_yadif: remove dead code | wm4 | 2013-02-26 | 1 | -2/+0 |
* | Remove --rootwin option and rootwin property | wm4 | 2013-02-24 | 3 | -6/+0 |
* | demux_mf: support .xbm | wm4 | 2013-02-24 | 3 | -0/+3 |
* | vo_caca: remove OSD support | wm4 | 2013-02-24 | 1 | -86/+1 |
* | vo_direct3d: always clear window before drawing video | wm4 | 2013-02-24 | 1 | -15/+2 |
* | vf_yadif: switch to option parser, allow disabling by default | wm4 | 2013-02-23 | 1 | -7/+21 |
* | vf_scale: remove video dimension presets ("presize" suboption) | wm4 | 2013-02-23 | 1 | -41/+0 |
* | vf_stereo3d: get rid of m_obj_presets_t usage | wm4 | 2013-02-23 | 1 | -49/+3 |
* | options: drop --opt:subopt option names | wm4 | 2013-02-23 | 1 | -1/+1 |
* | core: add fs-screen option for fullscreen display selection | Stefano Pigozzi | 2013-02-21 | 5 | -47/+77 |
* | core: move `xineramascreen` to `MPOpts` as `vo_screen_id` | Stefano Pigozzi | 2013-02-21 | 5 | -14/+16 |
* | x11_common: uncrustify | wm4< |