| Commit message (Expand) | Author | Age | Files | Lines |
* | m_option: don't define OPT_BASE_STRUCT by default | wm4 | 2013-03-01 | 3 | -3/+0 |
* | core: move X11 specific code to x11_common.c | wm4 | 2013-03-01 | 2 | -3/+4 |
* | core: simplify OSD capability handling, remove VFCAP_OSD | wm4 | 2013-03-01 | 13 | -49/+27 |
* | 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 | 7 | -185/+5 |
* | 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 |
* | gl_common: remove compatibility aliases for backend sub-option | wm4 | 2013-02-26 | 1 | -6/+0 |
* | Remove --rootwin option and rootwin property | wm4 | 2013-02-24 | 3 | -6/+0 |
* | 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 |
* | 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 |
* | 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 |
* | Prefix keycode defines with MP_ | wm4 | 2013-02-12 | 6 | -182/+188 |
* | cleanup: replace OPT_FLAG_ON and OPT_MAKE_FLAGS with OPT_FLAG | wm4 | 2013-02-09 | 2 | -4/+4 |
* | 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 |
* | 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 |
* | 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 |
* | vo_opengl: always dither | Wessel Dankers | 2013-01-27 | 1 | -25/+12 |
* | 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 | 1 | -11/+60 |
* | 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 |
* | osxbundle: cocoa_common: change playlist on fileopen events | Stefano Pigozzi | 2013-01-16 | 3 | -0/+42 |
* | vo_opengl_old: add missing include statement | wm4 | 2013-01-15 | 1 | -0/+1 |
* | vo_sdl: I think the XVidmode hack is no longer needed | Rudolf Polzer | 2013-01-15 | 1 | -5/+0 |
* | vo_sdl: request "desktop" fullscreen mode if -vm is not used | Rudolf Polzer | 2013-01-15 | 1 | -8/+7 |
* | vo_corevideo: make compile with recent changes | Stefano Pigozzi | 2013-01-15 | 1 | -1/+1 |
* | gl_common: move things used by vo_opengl_old.c only to vo_opengl_old.c | wm4 | 2013-01-13 | 3 | -1244/+1241 |
* | vo_x11: use two buffers like Xv | Rudolf Polzer | 2013-01-13 | 1 | -71/+94 |
* | vo_x11, vo_xv: XShmCompletion event support | Rudolf Polzer | 2013-01-13 | 4 | -16/+73 |
* | vo_direct3d: remove 2ch hack for 10 bit playback | wm4 | 2013-01-13 | 3 | -261/+5 |
* | vo_sdl: avoid copying just for taking screenshots | wm4 | 2013-01-13 | 1 | -5/+3 |
* | mp_image: remove mp_image.bpp | wm4 | 2013-01-13 | 1 | -1/+5 |
* | vo_image: render subs | wm4 | 2013-01-13 | 1 | -15/+36 |
* | vo_xv: fix OSD redrawing flicker | wm4 | 2013-01-13 | 1 | -13/+11 |
* | vo_xv, vo_x11: simplify OSD redrawing | wm4 | 2013-01-13 | 2 | -30/+38 |
* | sub: do not copy the target image if there is no OSD/subs | wm4 | 2013-01-13 | 1 | -1/+0 |
* | vo_lavc: use reference counting | wm4 | 2013-01-13 | 1 | -17/+4 |
* | video: remove img_format compat hacks | wm4 | 2013-01-13 | 5 | -70/+68 |
* | video: decouple internal pixel formats from FourCCs | wm4 | 2013-01-13 | 10 | -41/+57 |
* | video: cleanup: replace old mp_image function names | wm4 | 2013-01-13 | 10 | -27/+25 |
* | video: cleanup: move and rename vf_mpi_clear and vf_clone_attributes | wm4 | 2013-01-13 | 1 | -5/+2 |
* | mp_image: change how palette is handled | wm4 | 2013-01-13 | 2 | -10/+7 |
* | video/out: replace VFCAP_TIMER with vo->untimed, fix vo_image and vo_lavc | wm4 | 2013-01-13 | 3 | -0/+4 |
* | video: remove things related to old DR code | wm4 | 2013-01-13 | 5 | -72/+54 |
* | video/filter: change filter API, use refcounting, remove filter DR | wm4 | 2013-01-13 | 4 | -45/+59 |
* | vo_caca: accept any stride for output image | wm4 | 2013-01-13 | 1 | -3/+10 |
* | vo_corevideo: use stride | wm4 | 2013-01-13 | 1 | -1/+1 |
* | vo_corevideo: correct stride usage | wm4 | 2013-01-13 | 1 | -5/+6 |
* | mp_image: require using mp_image_set_size() for setting w/h | wm4 | 2013-01-13 | 9 | -32/+16 |
* | video: make vdpau hardware decoding not use DR code path | wm4 | 2013-01-13 | 2 | -16/+7 |
* | vo_direct3d: simplify | wm4 | 2013-01-13 | 1 | -198/+55 |
* | vo_xv: simplify | wm4 | 2013-01-13 | 1 | -47/+2 |
* | video: remove slice based filtering and video output | wm4 | 2013-01-13 | 12 | -119/+12 |
* | video: make vdpau hardware decoding not use slices code path | wm4 | 2013-01-13 | 2 | -4/+7 |
* | video/out: replace VOCTRL_QUERY_FORMAT with vo_driver.query_format | wm4 | 2013-01-13 | 14 | -40/+32 |
* | video/out: make draw_image mandatory, remove VOCTRL_DRAW_IMAGE | wm4 | 2013-01-13 | 14 | -81/+61 |
* | vo_sdl: fix for rename of a function in SDL2's interface | Rudolf Polzer | 2013-01-12 | 1 | -2/+4 |
* | vo_sdl: add a "sw" flag like in opengl | Rudolf Polzer | 2013-01-10 | 1 | -36/+75 |
* | vo_xv: fix compilation when shared memory header files are not available | wm4 | 2013-01-06 | 1 | -5/+2 |
* | cocoa_common: add support for `--no-border` | Stefano Pigozzi | 2012-12-31 | 1 | -0/+1 |
* | vo_sdl: support -geometry properly | Rudolf Polzer | 2012-12-31 | 1 | -2/+7 |
* | vo_sdl: some OSD optimizations | Rudolf Polzer | 2012-12-28 | 1 | -23/+41 |
* | vo_opengl_old: reject 9-15 bit formats if textures have less than 16 bit | wm4 | 2012-12-28 | 3 | -1/+22 |
* | gl_common: properly reject old OpenGL versions | wm4 | 2012-12-28 | 1 | -11/+20 |
* | vo_opengl: use more precise gamma for BT.709 with color management | nand | 2012-12-28 | 2 | -5/+5 |
* | sdl, encode_lavc: fix copyright headers | Rudolf Polzer | 2012-12-28 | 2 | -6/+5 |
* | vdpau: silence a clang warning | Rudolf Polzer | 2012-12-28 | 1 | -1/+2 |
* | vo/ao: SDL 1.2+ audio driver, SDL 2.0+ accelerated video driver | Rudolf Polzer | 2012-12-28 | 2 | -0/+1008 |
* | core: make WAKEUP_PERIOD overridable by the vo | Rudolf Polzer | 2012-12-19 | 2 | -0/+4 |
* | vo_xv: try harder to get correctly aligned pointers/strides | wm4 | 2012-12-03 | 1 | -4/+6 |
* | osx_common: Avoid deprecated Gestalt calls | Stefano Pigozzi | 2012-12-02 | 1 | -16/+26 |
* | vo_xv: allocate Xv images with aligned stride | wm4 | 2012-11-22 | 1 | -4/+5 |
* | video: fix bogus uses of mp_image.w/width | wm4 | 2012-11-21 | 1 | -2/+2 |
* | vo_x11: don't require framestepping to update OSD | wm4 | 2012-11-21 | 1 | -1/+20 |
* | vo_x11: add screenshot support | wm4 | 2012-11-21 | 1 | -0/+16 |
* | vo_xv: don't require frame stepping to remove OSD or subs | wm4 | 2012-11-21 | 1 | -36/+24 |
* | cocoa_common: create window in the correct screen | Stefano Pigozzi | 2012-11-21 | 1 | -1/+2 |
* | gl_common: improve Mesa compatibility for GL3 context creation | wm4 | 2012-11-20 | 1 | -2/+2 |
* | options: remove --display | wm4 | 2012-11-16 | 2 | -11/+1 |
* | vo_opengl: remove osdcolor suboption | wm4 | 2012-11-16 | 1 | -16/+0 |
* | options, vo_x11: remove -zoom option, make it default | wm4 | 2012-11-16 | 9 | -17/+11 |
* | video: add IMGFMT_Y16/PIX_FMT_GRAY16 | wm4 | 2012-11-14 | 1 | -2/+0 |
* | Improve compatibility with Libav 0.8.4 and ffmpeg 0.11.2 | wm4 | 2012-11-14 | 1 | -0/+1 |
* | clang: fix all warnings except deprecations | Stefano Pigozzi | 2012-11-13 | 3 | -2/+6 |
* | win32: remove pointless get/release DC wrappers | wm4 | 2012-11-12 | 3 | -32/+8 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 23 | -133/+129 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 41 | -0/+21338 |