| Commit message (Expand) | Author | Age | Files | Lines |
* | vdpau_old: restore hardware decoding with old API | wm4 | 2013-10-19 | 1 | -0/+1 |
* | mp_msg: remove gettext() support | wm4 | 2013-10-18 | 1 | -1/+1 |
* | sws_utils: work around libswscale crash with --contrast=-100 | wm4 | 2013-10-16 | 1 | -1/+2 |
* | vf_scale: fix get/set confusion | wm4 | 2013-10-16 | 1 | -1/+1 |
* | x11_common: don't handle mouse enter events | wm4 | 2013-10-15 | 1 | -5/+1 |
* | mplayer, vo_image: simplify OSD redrawing, fix vo_image crash | wm4 | 2013-10-13 | 1 | -5/+0 |
* | talloc: change talloc destructor signature | wm4 | 2013-10-13 | 3 | -8/+4 |
* | cocoa: make --ontop also cover dock+menubar | Stefano Pigozzi | 2013-10-12 | 1 | -1/+3 |
* | cocoa: refactor precise scrolling to a separate method | Stefano Pigozzi | 2013-10-12 | 1 | -4/+7 |
* | cocoa: fix mouse wheel scrolling | Mad Fish | 2013-10-12 | 1 | -1/+1 |
* | cocoa_common: check if the screen has a menubar in a more generic way | Stefano Pigozzi | 2013-10-09 | 1 | -1/+3 |
* | vo_x11, vo_xv: fix OSD redrawing with --force-window | wm4 | 2013-10-06 | 2 | -16/+19 |
* | cocoa_common: add OS X 10.7 compatibility hacks includes | Stefano Pigozzi | 2013-10-05 | 2 | -0/+2 |
* | gl_x11: fail gracefully if selected FBconfig has no X visual | wm4 | 2013-10-03 | 1 | -0/+6 |
* | vo_opengl_old: mp_msg conversion | wm4 | 2013-10-02 | 1 | -74/+65 |
* | cosmetics: replace "CTRL" defines by enums | wm4 | 2013-10-02 | 2 | -17/+21 |
* | vo: mark frame lost after seek reset | wm4 | 2013-10-02 | 1 | -0/+1 |
* | core: add --force-window | wm4 | 2013-10-02 | 3 | -1/+6 |
* | vo_vdpau: don't blank screen on VOCTRL_RESET | wm4 | 2013-10-02 | 1 | -16/+35 |
* | video/out: always support redrawing VO window at any point | wm4 | 2013-10-02 | 8 | -15/+73 |
* | x11: remove colormap code, always request TrueColor visuals | wm4 | 2013-09-30 | 3 | -164/+17 |
* | vf_scale: factor out libswscale equalizer control | wm4 | 2013-09-30 | 3 | -23/+34 |
* | vaapi: remove non-VLD entrypoints | wm4 | 2013-09-29 | 1 | -6/+2 |
* | vaapi: fix non-sense condition | wm4 | 2013-09-29 | 1 | -1/+1 |
* | vaapi: fix inverted condition | wm4 | 2013-09-29 | 1 | -2/+2 |
* | cocoa_common: call gl_clear indirectly | Stefano Pigozzi | 2013-09-28 | 3 | -2/+23 |
* | cocoa_common: fix deadlock | Stefano Pigozzi | 2013-09-28 | 1 | -5/+7 |
* | cocoa_common: report pixels instead of points during mouse movement | Stefano Pigozzi | 2013-09-28 | 1 | -5/+15 |
* | cocoa_common: split the code, refactoring and cleanups | Stefano Pigozzi | 2013-09-28 | 9 | -512/+715 |
* | vaapi: make vaDeriveImage() less verbose | wm4 | 2013-09-27 | 1 | -1/+1 |
* | vaapi: check image format in va_surface_upload() | wm4 | 2013-09-27 | 3 | -6/+9 |
* | vaapi: potentially make reading surfaces back to system RAM faster | wm4 | 2013-09-27 | 4 | -33/+64 |
* | input: translate mouse position to OSD space early | wm4 | 2013-09-27 | 1 | -1/+3 |
* | video: let sh_video->disp_w/h always be container size | wm4 | 2013-09-26 | 1 | -4/+1 |
* | video: let sh_video->aspect always be container aspect ratio | wm4 | 2013-09-26 | 2 | -11/+14 |
* | vd: move aspect calculation to a function | wm4 | 2013-09-26 | 3 | -24/+25 |
* | vd: remove some dead code | wm4 | 2013-09-26 | 1 | -14/+4 |
* | Fix previous commit | wm4 | 2013-09-25 | 1 | -4/+0 |
* | vaapi: fix compilation with Libav | wm4 | 2013-09-25 | 2 | -6/+3 |
* | vaapi: allow GPU read-back with --hwdec=vaapi-copy | wm4 | 2013-09-25 | 3 | -3/+108 |
* | vd_lavc: allow process_image to change image format | wm4 | 2013-09-25 | 2 | -18/+21 |
* | vaapi: add vf_vavpp and use it for deinterlacing | xylosper | 2013-09-25 | 8 | -521/+1100 |
* | wayland: remove outdated comment | Alexander Preisinger | 2013-09-24 | 1 | -2/+0 |
* | wayland: remove moving window by grabbing | Alexander Preisinger | 2013-09-24 | 1 | -4/+0 |
* | vo_lavc: mp_msg conversion | wm4 | 2013-09-20 | 1 | -34/+27 |
* | vo/x11_common: don't require a working input method | wm4 | 2013-09-20 | 1 | -14/+9 |
* | vf: fix filter initialization error check | wm4 | 2013-09-20 | 1 | -1/+1 |
* | vo/x11_common: remove superfluous msg prefixes | Martin Herkt | 2013-09-20 | 1 | -2/+2 |
* | vo/x11_common: Fail init with no valid XIM | Martin Herkt | 2013-09-19 | 1 | -0/+9 |
* | wayland/common: exit properly on fd errors | Alexander Preisinger | 2013-09-19 | 1 | -2/+6 |
* | vo_opengl: blend alpha components by default | wm4 | 2013-09-19 | 4 | -6/+15 |
* | cocoa_common: signal a mouse movement when changing window size | Stefano Pigozzi | 2013-09-18 | 1 | -0/+8 |
* | cocoa_common: override core's cursor visibility state | Stefano Pigozzi | 2013-09-18 | 1 | -3/+5 |
* | gl_common: add wayland backend before x11 backend | Andreas Sinz | 2013-09-16 | 1 | -3/+5 |
* | gl_common: signal to GL backend whether we are probing | wm4 | 2013-09-16 | 4 | -7/+16 |
* | vd_lavc: reset last_sample_aspect_ratio in uninit_avctx() | xylosper | 2013-09-13 | 1 | -0/+1 |
* | core: add --deinterlace option, restore it with resume functionality | wm4 | 2013-09-13 | 1 | -0/+2 |
* | wayland/shm: fix resizing for good (finally) | Alexander Preisinger | 2013-09-12 | 1 | -7/+45 |
* | wayland: change fs messages to dbg | Alexander Preisinger | 2013-09-12 | 1 | -2/+2 |
* | wayland/egl: use wayland log | Alexander Preisinger | 2013-09-12 | 1 | -10/+7 |
* | wayland/shm: use wayland log | Alexander Preisinger | 2013-09-12 | 1 | -11/+11 |
* | Revert "wayland: don't create our own log context" | Alexander Preisinger | 2013-09-12 | 3 | -13/+18 |
* | gl_osd: mp_msg conversion | wm4 | 2013-09-12 | 5 | -10/+11 |
* | aspect: mp_msg conversion | wm4 | 2013-09-12 | 1 | -6/+5 |
* | gl_lcms: mp_msg conversion | wm4 | 2013-09-12 | 3 | -11/+22 |
* | gl_common: complete mp_msg conversion | wm4 | 2013-09-12 | 7 | -42/+42 |
* | x11_common: mp_msg conversion | wm4 | 2013-09-12 | 2 | -40/+38 |
* | gl_32: mp_msg conversion | Alexander Preisinger | 2013-09-11 | 1 | -9/+7 |
* | w32_common: mp_msg conversion | Alexander Preisinger | 2013-09-11 | 1 | -14/+12 |
* | gl_x11: mp_msg conversion | Alexander Preisinger | 2013-09-11 | 1 | -12/+10 |
* | cocoa_common: remove most of the special handling for cursor autohide | Stefano Pigozzi | 2013-09-10 | 1 | -17/+3 |
* | wayland/common: improved error messages | Alexander Preisinger | 2013-09-10 | 1 | -4/+8 |
* | wayland: update license headers | Alexander Preisinger | 2013-09-09 | 3 | -23/+16 |
* | wayland/shm: version detection that also works | Alexander Preisinger | 2013-09-09 | 1 | -3/+8 |
* | options: remove --(no-)mouseinput option | wm4 | 2013-09-08 | 3 | -4/+4 |
* | x11_common: don't allocate more than needed for icon | wm4 | 2013-09-04 | 1 | -3/+4 |
* | configure: build with wayland 1.2.0 | Alexander Preisinger | 2013-09-03 | 1 | -0/+5 |
* | cocoa_common: remove unlocking from fullscreen function | Stefano Pigozzi | 2013-09-02 | 1 | -12/+0 |
* | cocoa_common: avoid the opengl view to leak it's state | Stefano Pigozzi | 2013-09-02 | 1 | -7/+13 |
* | x11: add window icon | wm4 | 2013-09-01 | 3 | -0/+105 |
* | input: deal with spurious X11 LeaveNotify events | wm4 | 2013-09-01 | 3 | -4/+21 |
* | input: add some more X11 multimedia/internet keys | wm4 | 2013-09-01 | 1 | -0/+3 |
* | cocoa_common: enable click-through on the video view | Stefano Pigozzi | 2013-09-01 | 1 | -0/+1 |
* | cocoa_common: track mouse move events when not focused | Stefano Pigozzi | 2013-09-01 | 1 | -1/+1 |
* | video: add unscaled mode with --video-unscaled | wm4 | 2013-09-01 | 1 | -3/+17 |
* | gl_video: don't crash if no FBOs are available | wm4 | 2013-08-28 | 1 | -4/+6 |
* | wayland/shm: rework format handling | Alexander Preisinger | 2013-08-26 | 1 | -47/+76 |
* | wayland: fix memory leaks | Alexander Preisinger | 2013-08-26 | 2 | -2/+8 |
* | cocoa_common: autohide dock when autohiding menubar | Stefano Pigozzi | 2013-08-26 | 1 | -1/+5 |
* | wayland: don't create our own log context | Alexander Preisinger | 2013-08-26 | 3 | -19/+14 |
* | wayland/shm: use opaque regions | Alexander Preisinger | 2013-08-26 | 1 | -0/+10 |
* | gl_video: fix odd video sizes with PBOs | wm4 | 2013-08-26 | 1 | -0/+4 |
* | wayland: shm based software rendering | Alexander Preisinger | 2013-08-25 | 2 | -0/+649 |
* | wayland: remove shm listener for the backend | Alexander Preisinger | 2013-08-25 | 2 | -16/+0 |
* | wayland/egl: rework resizing (again) | Alexander Preisinger | 2013-08-25 | 3 | -88/+90 |
* | vo_corevideo: use dwidth/dheight for window dimensions | Stefano Pigozzi | 2013-08-25 | 1 | -1/+1 |
* | vo_corevideo: convert to use reconfig instead of config | Stefano Pigozzi | 2013-08-25 | 1 | -7/+6 |
* | vo_corevideo: don't set colormatrix on direct rendering path | Stefano Pigozzi | 2013-08-25 | 1 | -23/+49 |
* | vo_corevideo: fix regression in colormatrix handling | Stefano Pigozzi | 2013-08-25 | 1 | -40/+22 |
* | video: handle video output levels with mp_image_params | wm4 | 2013-08-24 | 12 | -60/+24 |
* | vo_image: simplify | wm4 | 2013-08-24 | 1 | -28/+2 |
* | video/out: don't require VOs to handle screenshot aspect specially | wm4 | 2013-08-24 | 5 | -11/+4 |
* | vo_vaapi: potentially fix screenshot colorspace issues | wm4 | 2013-08-24 | 1 | -0/+1 |
* | Some more mp_msg conversions | wm4 | 2013-08-23 | 6 | -214/+179 |
* | x11/out: mp_msg conversion | Alexander Preisinger | 2013-08-23 | 1 | -29/+21 |
* | cocoa_common: avoid locking calls when not needed | Stefano Pigozzi | 2013-08-23 | 1 | -2/+2 |
* | video: add vda decode support (with hwaccel) and direct rendering | Stefano Pigozzi | 2013-08-22 | 6 | -112/+541 |
* | cocoa_common: fix window positioning with `--geometry` | Stefano Pigozzi | 2013-08-22 | 1 | -10/+5 |
* | vf_eq: fix behavior when changing parameters | wm4 | 2013-08-20 | 1 | -4/+14 |
* | wayland: separate shm and cursor context | Alexander Preisinger | 2013-08-19 | 2 | -9/+15 |
* | video: make it possible to scale/pan the video by arbitrary amounts | wm4 | 2013-08-19 | 1 | -1/+7 |
* | options: remove --panscanrange option | wm4 | 2013-08-19 | 1 | -8/+3 |
* | vaapi: use highest available profile, instead of mapping it exactly | wm4 | 2013-08-19 | 1 | -41/+38 |
* | vdpau: don't try to match codec profiles | wm4 | 2013-08-19 | 1 | -27/+11 |
* | vo_vdpau: add RGB support | wm4 | 2013-08-18 | 1 | -14/+154 |
* | vo_vdpau: fix screenshots if panscan is used | wm4 | 2013-08-18 | 1 | -4/+5 |
* | vo_vdpau: remove unused variable | wm4 | 2013-08-18 | 1 | -2/+0 |
* | vo_vdpau: use color close to black as default colorkey (instead of green) | wm4 | 2013-08-17 | 1 | -1/+4 |
* | vo_vdpau: allow setting colorkey | wm4 | 2013-08-17 | 2 | -0/+17 |
* | vdpau_old: add forgotten probe callback | wm4 | 2013-08-15 | 1 | -0/+1 |
* | vdpau: fix compilation on Libav | wm4 | 2013-08-15 | 1 | -0/+1 |
* | video/decode: change fix_image callback | wm4 | 2013-08-15 | 3 | -5/+7 |
* | vd_lavc: fix comment, document hwdec video frame size trickiness | wm4 | 2013-08-15 | 1 | -1/+4 |
* | video/decode: pass parameters directly to hwdec allocate_image callback | wm4 | 2013-08-15 | 5 | -20/+14 |
* | vo_corevideo: add uyvy422 pixel format support | Stefano Pigozzi | 2013-08-15 | 1 | -0/+5 |
* | x11: fix --ontop | wm4 | 2013-08-14 | 1 | -3/+3 |
* | vaapi: fix typo | wm4 | 2013-08-14 | 1 | -2/+2 |
* | cocoa_common: add precise scrolling support | Stefano Pigozzi | 2013-08-13 | 1 | -16/+11 |
* | Revert "sub: support straight alpha additionally to premultiplied alpha" | wm4 | 2013-08-12 | 1 | -1/+1 |
* | vo: fix build with #ifdef -> #if | wm4 | 2013-08-12 | 1 | -1/+1 |
* | video: add vaapi decode and output support | wm4 | 2013-08-12 | 11 | -3/+1572 |
* | img_convert: add function to scale RGBA OSD images | wm4 | 2013-08-12 | 2 | -0/+4 |
* | video: redo hw decoding initialization, add --hwdec=auto | wm4 | 2013-08-11 | 4 | -99/+195 |
* | x11_common: get hack for Motif Window Manager out of the way | wm4 | 2013-08-11 | 1 | -1/+11 |
* | vo: unref waiting image before destroying VO driver | wm4 | 2013-08-11 | 1 | -1/+1 |
* | wayland: add support for precise scrolling | Alexander Preisinger | 2013-08-07 | 1 | -2/+14 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 67 | -161/+161 |
* | gl_video: handle non-mod-2 4:2:0 YUV video correctly | wm4 | 2013-08-06 | 2 | -2/+14 |
* | vo_corevideo: use new log API | Stefano Pigozzi | 2013-08-01 | 1 | -15/+5 |
* | vo_corevideo: move to C from Objective-C | Stefano Pigozzi | 2013-08-01 | 2 | -41/+11 |
* | cocoa_common: use new log API | Stefano Pigozzi | 2013-08-01 | 1 | -7/+11 |
* | wayland: switch to the new mp_msg api | Alexander Preisinger | 2013-07-31 | 3 | -8/+23 |
* | video/out: use new mp_msg stuff for vo.c and vo_opengl | wm4 | 2013-07-31 | 7 | -82/+96 |
* | options: handle presets directly in m_config | wm4 | 2013-07-31 | 1 | -4/+2 |
* | cocoa_common: simplify resize code | Stefano Pigozzi | 2013-07-30 | 1 | -51/+16 |
* | vd_lavc: print warning if hardware decoding API is not available | wm4 | 2013-07-30 | 1 | -0/+3 |
* | vd_lavc: fix CONFIG_VDPAU check | wm4 | 2013-07-30 | 1 | -1/+1 |
* | build: fix build with vdpau, simplify | wm4 | 2013-07-29 | 3 | -2/+43 |
* | vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel API | wm4 | 2013-07-28 | 15 | -315/+866 |
* | lavc_dr1: make reference counting thread-safe | wm4 | 2013-07-28 | 1 | -4/+39 |
* | mp_image_pool: make reference counting thread-safe | wm4 | 2013-07-28 | 2 | -40/+70 |
* | mp_image: make reference counting thread-safe | wm4 | 2013-07-28 | 1 | -3/+27 |
* | m_config: refactor some things | wm4 | 2013-07-28 | 1 | -6/+6 |
* | mp_image: pass through colorspace info to libavfilter | wm4 | 2013-07-28 | 1 | -0/+8 |
* | vf: fix unintended overwriting of image info | wm4 | 2013-07-28 | 2 | -4/+5 |
* | gl_video: make sure image parameters are correctly set on screenshots | wm4 | 2013-07-26 | 1 | -7/+8 |
* | video: support setting libswscale chroma position | wm4 | 2013-07-25 | 5 | -1/+29 |
* | w32_common: Don't use globals for TRACKMOUSEEVENT | Diogo Franco (Kovensky) | 2013-07-25 | 2 | -11/+12 |
* | w32_common: Track when the mouse leaves the window | Diogo Franco (Kovensky) | 2013-07-25 | 1 | -0/+15 |
* | mp_image: create AVBuffers for all planes when converting to AVFrame | wm4 | 2013-07-24 | 1 | -1/+9 |
* | Fix some -Wshadow warnings | wm4 | 2013-07-23 | 12 | -34/+29 |
* | options: make legacy hacks for AFs/VFs more explicit | wm4 | 2013-07-22 | 1 | -0/+1 |
* | video/out: remove options argument from preinit() | wm4 | 2013-07-22 | 14 | -26/+16 |
* | Remove subopt-helper | wm4 | 2013-07-22 | 4 | -5/+2 |
* | vf_scale: actually respect param and param2 suboptions | wm4 | 2013-07-22 | 3 | -0/+8 |
* | vo_opengl: some option changes | wm4 | 2013-07-22 | 2 | -1/+21 |
* | vo_direct3d: use new option API | wm4 | 2013-07-22 | 1 | -85/+34 |
* | vo_opengl_old: use new option API | wm4 | 2013-07-22 | 4 | -167/+64 |
* | options: move --colorkey option to vo_xv | wm4 | 2013-07-22 | 1 | -3/+8 |
* | vo_xv: use new option API | wm4 | 2013-07-22 | 1 | -84/+25 |
* | vo_direct3d: fix warning on MinGW | wm4 | 2013-07-22 | 1 | -5/+0 |
|