| Commit message (Expand) | Author | Age | Files | Lines |
* | w32_common: prevent display power management | James Ross-Gowan | 2013-06-30 | 1 | -0/+3 |
* | w32_common: prevent that window dragging and mouse input interfere | wm4 | 2013-06-29 | 1 | -1/+1 |
* | w32_common: refactor mouse button code, handle mouse up events | wm4 | 2013-06-29 | 1 | -31/+39 |
* | input: trigger mouse_leave key bindings if mouse leaves mouse area | wm4 | 2013-06-29 | 1 | -2/+5 |
* | input: handle mouse movement differently | wm4 | 2013-06-29 | 4 | -6/+23 |
* | cocoa_common: uninit fs window properly | Stefano Pigozzi | 2013-06-29 | 1 | -0/+3 |
* | csputils.h: don't recursively include libavcodec header | wm4 | 2013-06-28 | 3 | -16/+16 |
* | vo_opengl: handle chroma location | wm4 | 2013-06-28 | 9 | -3/+70 |
* | video: add a new method to configure filters and VOs | wm4 | 2013-06-28 | 16 | -139/+211 |
* | mp_image: copy palette only if allocated | wm4 | 2013-06-28 | 1 | -1/+2 |
* | vf_rotate: fix params >= 4 | wm4 | 2013-06-28 | 1 | -0/+2 |
* | options: remove -lavdopts debug suboption | wm4 | 2013-06-28 | 1 | -4/+0 |
* | cocoa_common: schedule a redraw frame after a non live resize | Stefano Pigozzi | 2013-06-25 | 1 | -3/+18 |
* | Merge branch 'sub_mess2' | wm4 | 2013-06-25 | 1 | -1/+1 |
|\ |
|
| * | stream: remove padding parameter from stream_read_complete() | wm4 | 2013-06-23 | 1 | -1/+1 |
* | | OSX: fix compilation with 10.7 SDK | Stefano Pigozzi | 2013-06-19 | 1 | -0/+1 |
* | | vo_lavc: remove unused variable | wm4 | 2013-06-18 | 1 | -1/+1 |
* | | osdep: remove shmem wrapper | wm4 | 2013-06-18 | 1 | -1/+0 |
* | | vo_lavc: do NOT fill pict_type from the mp_image | Rudolf Polzer | 2013-06-17 | 1 | -0/+4 |
* | | vo_lavc: use mp_image_copy_fields_to_av_frame | Rudolf Polzer | 2013-06-17 | 1 | -4/+1 |
|/ |
|
* | fix compile, sorry | Rudolf Polzer | 2013-06-16 | 1 | -0/+1 |
* | encode_lavc strings: use new option syntax | Rudolf Polzer | 2013-06-16 | 1 | -2/+2 |
* | vf_dlopen filters: add an "ildetect" filter that detects interlacing | Rudolf Polzer | 2013-06-16 | 1 | -4/+21 |
* | cocoa_common: implement VOCTRL_UPDATE_WINDOW_TITLE | Stefano Pigozzi | 2013-06-16 | 1 | -2/+11 |
* | wayland: use VOCTRL_UPDATE_WINDOW_TTILE | Alexander Preisinger | 2013-06-16 | 1 | -1/+3 |
* | vo: fix build on Libav | wm4 | 2013-06-15 | 1 | -0/+2 |
* | video/out: introduce VOCTRL_UPDATE_WINDOW_TITLE | wm4 | 2013-06-15 | 4 | -5/+21 |
* | vo: define VO_TRUE/FALSE to C99 constants | wm4 | 2013-06-15 | 1 | -2/+2 |
* | w32_common: remove some unneeded code | wm4 | 2013-06-15 | 1 | -5/+3 |
* | w32_common: fix non-sense | wm4 | 2013-06-15 | 1 | -2/+3 |
* | vo_xv: always request redraw on resize | wm4 | 2013-06-15 | 1 | -3/+3 |
* | vo: redo video display rectangle calculations | wm4 | 2013-06-15 | 1 | -24/+49 |
* | gl_video: rearrange some code | wm4 | 2013-06-15 | 1 | -23/+20 |
* | gl_video: fix scaling when image is cropped, or with no-npot | wm4 | 2013-06-15 | 1 | -22/+39 |
* | gl_video: typo in comment | wm4 | 2013-06-15 | 1 | -1/+1 |
* | image_writer: Add PNG filter option (default "mixed") | Martin Herkt | 2013-06-15 | 2 | -1/+6 |
* | cocoa_common: remove play/pause VOCTRL functions | Stefano Pigozzi | 2013-06-14 | 2 | -14/+2 |
* | w32: enable screensaver when paused | wm4 | 2013-06-14 | 2 | -2/+13 |
* | x11: enable screensaver when paused, rename/change --stop-xscreensaver | wm4 | 2013-06-14 | 1 | -3/+7 |
* | core: introduce separate VOCTRLs for screensaver stop/resume | wm4 | 2013-06-14 | 2 | -3/+5 |
* | gl_video: remove redundant condition | wm4 | 2013-06-13 | 1 | -6/+1 |
* | vo_lavc: silence warning when writing y4m | wm4 | 2013-06-13 | 1 | -1/+1 |
* | cocoa_common: fix ontop switching when fullscreen | Stefano Pigozzi | 2013-06-11 | 1 | -2/+2 |
* | cocoa_common: fix window level when going fullscreen | Stefano Pigozzi | 2013-06-10 | 1 | -1/+1 |
* | encoding: fix -oneverdrop logic when -omaxfps is used | Rudolf Polzer | 2013-06-09 | 1 | -5/+8 |
* | encoding -omaxfps: rewrite logic | Rudolf Polzer | 2013-06-09 | 1 | -29/+32 |
* | encoding -omaxfps: do not shift pts when pts are repeated entirely | Rudolf Polzer | 2013-06-09 | 1 | -1/+1 |
* | Option -omaxfps: limit fps when encoding | Rudolf Polzer | 2013-06-09 | 1 | -0/+16 |
* | Merge branch 'sub_mess' | wm4 | 2013-06-04 | 1 | -11/+2 |
|\ |
|
| * | core: add common function to initialize AVPacket | wm4 | 2013-06-03 | 1 | -11/+2 |
* | | osx: cocoa_common: use default wakeup period | Stefano Pigozzi | 2013-06-03 | 1 | -1/+0 |
* | | osx: create macosx_events to deal with keyDown events | Stefano Pigozzi | 2013-06-03 | 3 | -194/+9 |
* | | osx_common: remove outdated ifdeffery | Stefano Pigozzi | 2013-06-03 | 1 | -52/+0 |
* | | gl_video: reduce output with -v, skip useless header parts | wm4 | 2013-06-03 | 1 | -5/+8 |
* | | gl_video: explicitly clamp colormatrix output | wm4 | 2013-06-03 | 1 | -0/+1 |
* | | cocoa_common: autohide dock/menubar on fs only if on same screen | Stefano Pigozzi | 2013-06-01 | 1 | -7/+37 |
* | | cocoa_common: don't autohide mouse on mousedown | Stefano Pigozzi | 2013-06-01 | 1 | -2/+10 |
* | | cocoa_common: avoid window creation with VOFLAG_HIDDEN | Stefano Pigozzi | 2013-06-01 | 1 | -76/+92 |
* | | cocoa_common: dehack mouse autohide by clipping view bounds to visible screen | Stefano Pigozzi | 2013-06-01 | 1 | -17/+19 |
* | | cocoa_common: fix mouse autohide on MenuBar/Dock interaction | Stefano Pigozzi | 2013-05-31 | 1 | -1/+7 |
* | | cocoa_common: fix empty window when going fs on different screen | Stefano Pigozzi | 2013-05-31 | 1 | -0/+9 |
* | | cocoa_common: fix mouse hiding outside of player view | Stefano Pigozzi | 2013-05-30 | 1 | -9/+21 |
* | | cocoa_common: refactor fullscreen code for readability | Stefano Pigozzi | 2013-05-30 | 1 | -31/+53 |
* | | cocoa_common: fix native-fs state saving | Stefano Pigozzi | 2013-05-30 | 1 | -1/+2 |
* | | cocoa_common: fix a bug in window initialization error | Stefano Pigozzi | 2013-05-30 | 1 | -1/+3 |
* | | cocoa_common: use cocoa APIs to go fullscreen | Stefano Pigozzi | 2013-05-30 | 2 | -219/+165 |
* | | macosx_application: move escape_loadfile_name in this file | Stefano Pigozzi | 2013-05-30 | 2 | -24/+0 |
* | | cocoa_common: use better power management activity description | Stefano Pigozzi | 2013-05-30 | 1 | -1/+1 |
* | | osx: remove compatibility conditionals for 10.6 | Stefano Pigozzi | 2013-05-30 | 3 | -106/+13 |
|/ |
|
* | gl_common: fix invalid alignment | wm4 | 2013-05-30 | 1 | -2/+2 |
* | gl_video: add some debug code for testing texture depth | wm4 | 2013-05-30 | 1 | -7/+60 |
* | gl_video: change a GLSL statement | wm4 | 2013-05-30 | 1 | -1/+1 |
* | gl_video: fix some dithering bugs | wm4 | 2013-05-30 | 2 | -15/+11 |
* | options: remove some questionable -lavdopts suboptions | wm4 | 2013-05-29 | 1 | -15/+0 |
* | vo_opengl: remove most of the "inline" documentation | wm4 | 2013-05-26 | 1 | -86/+8 |
* | vf_delogo: copy in non-direct case, fix double-free | wm4 | 2013-05-26 | 1 | -9/+1 |
* | gl_video: improve dithering | wm4 | 2013-05-26 | 7 | -23/+330 |
* | gl_video: add scaler-resizes-only sub-option | wm4 | 2013-05-26 | 2 | -0/+25 |
* | Replace calls to usec_sleep() | wm4 | 2013-05-26 | 2 | -2/+2 |
* | Replace all calls to GetTimer()/GetTimerMS() | wm4 | 2013-05-26 | 5 | -18/+22 |
* | vo: rip out VO timer wakeup mechanism again | wm4 | 2013-05-26 | 2 | -19/+0 |
* | 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 | <