| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2013-02-21 | 2 | -390/+328 |
* | vd_lavc: fix software decoding fallback | wm4 | 2013-02-21 | 1 | -1/+1 |
* | cocoa_common: fix crash with dead key input and simplify related code | Stefano Pigozzi | 2013-02-19 | 1 | -9/+20 |
* | vo_xv: fix green border on the right | wm4 | 2013-02-14 | 1 | -0/+1 |
* | dec_video: fix bogus assert | wm4 | 2013-02-13 | 1 | -1/+1 |
* | Prefix keycode defines with MP_ | wm4 | 2013-02-12 | 6 | -182/+188 |
* | demux_lavf, ad_lavc, vd_lavc: pass codec header data directly | wm4 | 2013-02-10 | 1 | -6/+11 |
* | demux_lavf, ad_lavc, vd_lavc: refactor, cleanup | wm4 | 2013-02-10 | 1 | -54/+61 |
* | core: redo how codecs are mapped, remove codecs.conf | wm4 | 2013-02-10 | 8 | -241/+131 |
* | cleanup: replace OPT_FLAG_ON and OPT_MAKE_FLAGS with OPT_FLAG | wm4 | 2013-02-09 | 4 | -7/+7 |
* | options: change handling of "no-" options | wm4 | 2013-02-09 | 1 | -1/+0 |
* | audio/out, video/out: hide encoding VO/AO | wm4 | 2013-02-06 | 3 | -4/+12 |
* | video/out: change autoprobe order | wm4 | 2013-02-06 | 1 | -16/+12 |
* | vf_stereo3d: add support for green-magenta and yellow-blue dubois | cehoyos | 2013-02-03 | 1 | -1/+11 |
* | vf_dlopen: fix external pixel format names | wm4 | 2013-02-03 | 1 | -7/+35 |
* | cocoa_common: fix `--ontop` behaviour when windowed | Stefano Pigozzi | 2013-02-03 | 1 | -4/+4 |
* | cocoa_common: fix focus with --ontop and space switching | Stefano Pigozzi | 2013-02-03 | 1 | -4/+5 |
* | cocoa_common: make the resize window menu items use video size | Stefano Pigozzi | 2013-02-03 | 1 | -10/+5 |
* | cocoa_events: remove this functionality | Stefano Pigozzi | 2013-02-02 | 1 | -0/+1 |
* | build: make it work on somewhat older ffmpeg versions | wm4 | 2013-01-31 | 1 | -1/+1 |
* | screenshot: minor simplification, prefer VF over VO | wm4 | 2013-01-30 | 2 | -13/+0 |
* | osx_common: cache OSX version number | Stefano Pigozzi | 2013-01-27 | 2 | -37/+34 |
* | vo_x11: fix redrawing on expose events | wm4 | 2013-01-27 | 1 | -9/+2 |
* | x11: simplify handling of X Visuals and Colormaps in VOs | wm4 | 2013-01-27 | 6 | -101/+71 |
* | x11: fix some obvious video mode switching bugs | wm4 | 2013-01-27 | 2 | -20/+31 |
* | x11: reduce VO mode switching code duplication | wm4 | 2013-01-27 | 5 | -85/+35 |
* | x11_common: do not set custom error handler when calling XSelectInput | wm4 | 2013-01-27 | 1 | -47/+21 |
* | x11: cleanup, refactor | wm4 | 2013-01-27 | 6 | -968/+774 |
* | vf_scale: fix warning | wm4 | 2013-01-27 | 1 | -1/+0 |
* | sws_utils: use libswscale for GBRP output if available | wm4 | 2013-01-27 | 1 | -1/+1 |
* | vo_opengl: always dither | Wessel Dankers | 2013-01-27 | 1 | -25/+12 |
* | vd_lavc: add stupid hack to fix decoding of some files with Libav 0.8.x | wm4 | 2013-01-24 | 1 | -5/+8 |
* | vo_xv: always try to use native bit depth | wm4 | 2013-01-23 | 1 | -5/+2 |
* | vo_vdpau: always try to native bit depth (makes 30 bit work) | wm4 | 2013-01-23 | 1 | -5/+2 |
* | video: remove -x/-y/-xy options | wm4 | 2013-01-23 | 1 | -32/+0 |
* | video: add --autofit and --autofit-larger options | wm4 | 2013-01-23 | 1 | -2/+33 |
* | options: move -geometry parsing to m_option.c | wm4 | 2013-01-23 | 8 | -159/+11 |
* | video: move handling of -x/-y/-xy options to VO | wm4 | 2013-01-23 | 11 | -88/+94 |
* | cocoa_common: improved trackpad scrolling | Mad Fish | 2013-01-20 | 1 | -5/+45 |
* | cocoa_common: handle all pending events instead of just one | Mad Fish | 2013-01-20 | 1 | -19/+24 |
* | video: reset filters on seek | wm4 | 2013-01-20 | 4 | -0/+31 |
* | vf_format: fix forcing output format | wm4 | 2013-01-17 | 1 | -1/+11 |
* | options: also accept ffmpeg pixel format names | wm4 | 2013-01-17 | 2 | -6/+20 |
* | osxbundle: cocoa_common: change playlist on fileo |