| Commit message (Expand) | Author | Age | Files | Lines |
* | x11: update --geometry at runtime and react to runtime option changesx11_geo | wm4 | 2019-11-30 | 4 | -1/+55 |
* | vo_gpu: opengl: add hack for ancient Mesa/GLX | wm4 | 2019-11-30 | 1 | -23/+47 |
* | osc: ensure the window-controls mouse area is initially zero sized | Philip Langdale | 2019-11-30 | 1 | -0/+1 |
* | js: mp.add_key_binding: allow false-y name (match 311cc5b) | Avi Halachmi (:avih) | 2019-11-30 | 1 | -1/+3 |
* | lua: unbreak mp.add_key_binding(key, fn) | Avi Halachmi (:avih) | 2019-11-30 | 1 | -1/+1 |
* | osc: fix typo wsc_geo -> wc_geo | Philip Langdale | 2019-11-30 | 1 | -1/+1 |
* | osc: apply boxvideo margins to the window controls | Philip Langdale | 2019-11-30 | 2 | -1/+6 |
* | filters: fix incorrect #if for vf_gpu | wm4 | 2019-11-30 | 1 | -1/+1 |
* | command: remove property change notification from property dispatcher | wm4 | 2019-11-30 | 1 | -3/+2 |
* | command: merge two functions | wm4 | 2019-11-30 | 1 | -11/+3 |
* | command: remove another unneeded hack | wm4 | 2019-11-30 | 1 | -12/+2 |
* | vf_gpu: add video filter using vo_gpu's renderer | wm4 | 2019-11-29 | 5 | -0/+405 |
* | vo_gpu: opengl: do not free "GL" sub-allocations | wm4 | 2019-11-29 | 1 | -1/+1 |
* | osc: fix operation when window controls are disabled | wm4 | 2019-11-29 | 1 | -2/+4 |
* | x11: implement unminimization | wm4 | 2019-11-29 | 2 | -2/+6 |
* | osc: handle deadzone and barmargin for window controls | Philip Langdale | 2019-11-29 | 1 | -6/+28 |
* | x11: handle maximize/minimize with new option stuff | wm4 | 2019-11-29 | 1 | -43/+31 |
* | command: change window-minimized/window-maximized to options | wm4 | 2019-11-29 | 6 | -64/+28 |
* | x11: add change notification for --on-all-workspaces | wm4 | 2019-11-29 | 1 | -0/+18 |
* | x11: handle some more options with new option stuff | wm4 | 2019-11-29 | 1 | -15/+14 |
* | x11: use new option stuff to implement fullscreen | wm4 | 2019-11-29 | 4 | -14/+24 |
* | player: change m_config to use new option handling mechanisms | wm4 | 2019-11-29 | 7 | -86/+142 |
* | m_config: make m_config_cache_write_opt() check/return changes | wm4 | 2019-11-29 | 2 | -8/+14 |
* | options: get rid of GLOBAL_CONFIG hack | wm4 | 2019-11-29 | 10 | -43/+34 |
* | m_config: untangle new and old code somewhat | wm4 | 2019-11-29 | 1 | -75/+177 |
* | m_config: allow writing options through m_config_cache | wm4 | 2019-11-29 | 2 | -0/+74 |
* | m_config: add fine-grained option reporting mechanism | wm4 | 2019-11-29 | 2 | -34/+135 |
* | m_config: move stuff around | wm4 | 2019-11-29 | 2 | -53/+77 |
* | atomic: add mp_atomic_uint64 | wm4 | 2019-11-29 | 1 | -0/+2 |
* | m_option: remove an outdated ancient comment | wm4 | 2019-11-29 | 1 | -7/+1 |
* | f_output_chain: use m_option_equal() | wm4 | 2019-11-29 | 1 | -30/+3 |
* | command: use m_option_equal() | wm4 | 2019-11-29 | 1 | -16/+1 |
* | m_option: add option comparison | wm4 | 2019-11-29 | 2 | -1/+156 |
* | man/osc: fix typo | Philip Langdale | 2019-11-29 | 1 | -1/+1 |
* | x11: implement minimize and maximize related VOCTRLs | Philip Langdale | 2019-11-29 | 2 | -2/+49 |
* | osc: implement pseudo client side decorations via OSC | Philip Langdale | 2019-11-29 | 2 | -7/+161 |
* | wayland: implement minimize and maximize related VOCTRLs | Philip Langdale | 2019-11-29 | 1 | -0/+27 |
* | command: add `window-maximized` and make `window-minimized` settable | Philip Langdale | 2019-11-29 | 2 | -3/+43 |
* | wayland: restore window geometry after un-maximize | Philip Langdale | 2019-11-29 | 1 | -3/+2 |
* | wayland: make the edge grab zone width user configurable | Philip Langdale | 2019-11-29 | 2 | -5/+8 |
* | wayland: add grab zone for resizing window with mouse | Philip Langdale | 2019-11-29 | 2 | -40/+54 |
* | DOCS/interface-changes.rst: more details about track property changes | wm4 | 2019-11-27 | 1 | -1/+4 |
* | x11_common: don't use vo->opts directly | wm4 | 2019-11-27 | 2 | -25/+26 |
* | options: remove options-to-property bridge | wm4 | 2019-11-25 | 6 | -85/+6 |
* | command: shuffle around even more crap | wm4 | 2019-11-25 | 2 | -79/+23 |
* | command: change vid/aid/sid property behavior slightly | wm4 | 2019-11-25 | 3 | -48/+35 |
* | options: pre-check filter names when using vf/af libavfilter bridge | wm4 | 2019-11-25 | 5 | -1/+29 |
* | command: change af/vf property behavior wrt. filter creation failures | wm4 | 2019-11-25 | 3 | -12/+19 |
* | command: remove redundant reinit_filters() call on filter change failure | wm4 | 2019-11-25 | 1 | -1/+0 |
* | f_output_chain: fix possible crash when changing filters | wm4 | 2019-11-25 | 1 | -2/+4 |
* | m_config: discourage mp_read_option_raw() | wm4 | 2019-11-25 | 1 | -0/+1 |
* | command, options: deprecate old --display-fps behavior | wm4 | 2019-11-25 | 5 | -9/+40 |
* | command: shuffle some crap around | wm4 | 2019-11-25 | 6 | -170/+109 |
* | manpage: remove audio-file etc. caveat description | wm4 | 2019-11-24 | 1 | -13/+0 |
* | options: remove deprecated --playlist-pos alias | wm4 | 2019-11-24 | 3 | -5/+1 |
* | input: use array instead of linked list for sections | wm4 | 2019-11-23 | 1 | -26/+26 |
* | lua: make add_key_binding() rotate optional arguments correctly | wm4 | 2019-11-23 | 2 | -2/+8 |
* | input: remove potential minor memory leak | wm4 | 2019-11-23 | 1 | -0/+1 |
* | vo_gpu: fix infinite scaler reinit spam | Niklas Haas | 2019-11-23 | 1 | -8/+9 |
* | input: export input.conf comments ot input-bindings property | wm4 | 2019-11-23 | 4 | -7/+34 |
* | command, input: add input-bindings property | wm4 | 2019-11-23 | 4 | -1/+105 |
* | command: add command-list property | wm4 | 2019-11-23 | 2 | -0/+33 |
* | input: change mp_cmd.original from bstr to cstr | wm4 | 2019-11-23 | 4 | -8/+9 |
* | demux_lavf: log packet read errors | Aman Gupta | 2019-11-22 | 1 | -1/+1 |
* | input: make MP_INPUT_RELEASE_ALL a pseudo-key | wm4 | 2019-11-22 | 2 | -3/+2 |
* | msg: show how many messages were dropped | wm4 | 2019-11-22 | 1 | -1/+3 |
* | msg: drop old instead of new messages on overflow | wm4 | 2019-11-22 | 1 | -43/+57 |
* | msg: fix missing wakeup callback in terminal-default log level | wm4 | 2019-11-22 | 1 | -0/+2 |
* | input: add text produced by key to script key events | wm4 | 2019-11-22 | 7 | -7/+32 |
* | manpage: correct "complex" key binding description | wm4 | 2019-11-22 | 1 | -2/+2 |
* | manpage: improve "complex" key binding list of table entries | wm4 | 2019-11-22 | 1 | -6/+13 |
* | input: introduce a pseudo key name that grabs all text input | wm4 | 2019-11-22 | 4 | -4/+19 |
* | input: fix ineffective mp_msg_test call | wm4 | 2019-11-22 | 1 | -1/+1 |
* | js: complex key binding: use key_name like the docs say | Avi Halachmi (:avih) | 2019-11-20 | 1 | -1/+1 |
* | js: report key name for "complex" key bindings - match b08c8f50 | Avi Halachmi (:avih) | 2019-11-20 | 1 | -4/+5 |
* | lua: complex key binding: use key_name like the docs say | Avi Halachmi (:avih) | 2019-11-20 | 1 | -1/+1 |
* | player: Optionally validate st_mtime when restoring playback state | Chris Down | 2019-11-20 | 6 | -0/+58 |
* | manpage: extend documentation of key names | wm4 | 2019-11-19 | 1 | -0/+74 |
* | lua: report key name for "complex" key bindings | wm4 | 2019-11-19 | 2 | -7/+9 |
* | manpage: deprecate input section commands | wm4 | 2019-11-19 | 2 | -0/+8 |
* | audio: add ao_audiotrack for android | Aman Gupta | 2019-11-19 | 3 | -0/+722 |
* | misc: add jni helpers | Aman Gupta | 2019-11-19 | 3 | -0/+591 |
* | audio: fix minor whitespace issue in out/internal.h | Aman Gupta | 2019-11-19 | 1 | -1/+1 |
* | js: don't pre-filter log level argument in mp.enable_messages() | Avi Halachmi (:avih) | 2019-11-19 | 1 | -2/+3 |
* | DOCS/contribute.md: some clarifications | wm4 | 2019-11-18 | 1 | -3/+7 |
* | video/out/bitmap_packer: Avoid empty initializer list | Michael Forney | 2019-11-18 | 1 | -1/+1 |
* | video/out/vo_tct: Use octal escape sequence instead of non-standard \e | Michael Forney | 2019-11-18 | 1 | -9/+9 |
* | video/out/gpu: Remove stray top-level ';' | Michael Forney | 2019-11-18 | 2 | -2/+2 |
* | player: remove mechanisms for better logging with repl.lua | wm4 | 2019-11-18 | 5 | -8/+87 |
* | lua: don't pre-filter log level argument in mp.enable_messages() | wm4 | 2019-11-18 | 1 | -2/+4 |
* | vo_gpu: hwdec_cuda: Reduce message level of errors while probing | Philip Langdale | 2019-11-17 | 2 | -5/+7 |
* | options: deprecate --video-sync=display-adrop | wm4 | 2019-11-17 | 3 | -0/+9 |
* | player: remove some unnecessary coverart special cases | wm4 | 2019-11-17 | 3 | -4/+2 |
* | video: make track switching work for external images | wm4 | 2019-11-17 | 1 | -7/+13 |
* | player: remove commented declaration | wm4 | 2019-11-17 | 1 | -1/+0 |
* | audio: log A/V initial sync status | wm4 | 2019-11-17 | 1 | -0/+3 |
* | demux_mf: fix backward seeking behavior | wm4 | 2019-11-17 | 1 | -6/+8 |
* | video: set EOF status as soon as possible | wm4 | 2019-11-17 | 1 | -1/+7 |
* | video: if hr-seek goes past last frame, seek to last frame | wm4 | 2019-11-17 | 1 | -7/+6 |
* | f_decoder_wrapper: put coverart through image output logic | wm4 | 2019-11-17 | 1 | -2/+4 |
* | vo_gpu: context_glx: Add X11 native resource | Philip Langdale | 2019-11-16 | 1 | -0/+2 |
* | wayland: use eglGetPlatformDisplay() | Dudemanguy | 2019-11-16 | 1 | -1/+2 |
* | x11: require EGL 1.5 and use eglGetPlatformDisplay() | wm4 | 2019-11-16 | 2 | -8/+12 |
* | vo_gpu: sync duplicated condition on peak computation | wm4 | 2019-11-16 | 1 | -0/+2 |
* | client API: remove sync. property notification code again | wm4 | 2019-11-16 | 1 | -41/+14 |
* | manpage: add section about using mpv from programs and scripts | wm4 | 2019-11-16 | 1 | -0/+45 |
* | options: deprecate --input-file | wm4 | 2019-11-16 | 3 | -1/+6 |
* | video: take first frame into account in audio-sync mode | wm4 | 2019-11-16 | 1 | -3/+2 |
* | demux_lavf: fight ffmpeg API some more and get the timeout set | wm4 | 2019-11-16 | 2 | -2/+41 |
* | demux_playlist: fix previous commit | wm4 | 2019-11-15 | 1 | -3/+2 |
* | player: enable "pause caching" code for local playback too | wm4 | 2019-11-14 | 1 | -2/+1 |
* | stream_lavf: set --network-timeout to 60 seconds by default | wm4 | 2019-11-14 | 4 | -12/+23 |
* | demux_mkv, stream: attempt to improve behavior in unseekable streams | wm4 | 2019-11-14 | 6 | -15/+16 |
* | wayland: use hidpi-window-scale option | dudemanguy | 2019-11-12 | 2 | -1/+3 |
* | github: ask for build/config.log | Philip Sequeira | 2019-11-10 | 1 | -2/+2 |
* | build: fix compilation conditions for vaapi interop inits | Philip Sequeira | 2019-11-10 | 1 | -2/+2 |
* | options: remove M_SETOPT_RUNTIME | wm4 | 2019-11-10 | 5 | -20/+10 |
* | options: remove M_OPT_FIXED | wm4 | 2019-11-10 | 6 | -49/+36 |
* | audio: more alignment nonsense | wm4 | 2019-11-10 | 1 | -1/+5 |
* | audio: work around ffmpeg being a piece of shit | wm4 | 2019-11-10 | 1 | -2/+8 |
* | vo_gpu: yuv alpha is always full range | wm4 | 2019-11-09 | 1 | -8/+6 |
* | github: suggest using as github attachment for log files | wm4 | 2019-11-09 | 1 | -5/+5 |
* | manpage: expand MPV_LEAK_REPORT environment variable description | wm4 | 2019-11-09 | 1 | -1/+5 |
* | README.md: fix dead FAQ link due to syntax error | Timothy DeHerrera | 2019-11-09 | 1 | -3/+3 |
* | test: add tests for zimg RGB repacking | wm4 | 2019-11-09 | 10 | -4/+349 |
* | test: fix --unittest matching | wm4 | 2019-11-08 | 1 | -1/+1 |
* | vo_gpu: context_x11egl: check eglGetConfigAttrib() for errors | wm4 | 2019-11-08 | 1 | -1/+4 |
* | img_format: remove some unneeded alpha flag handling | wm4 | 2019-11-08 | 2 | -6/+0 |
* | test: add dumping of img_format metadata | wm4 | 2019-11-08 | 7 | -98/+2079 |
* | test: merge test_helpers.c and index.c | wm4 | 2019-11-08 | 10 | -66/+53 |
* | player: do not require dummy file arguments to use --unittest | wm4 | 2019-11-08 | 1 | -5/+5 |
* | test: make build fail if NDEBUG is defined | wm4 | 2019-11-08 | 1 | -0/+4 |
* | test: just always provide a context for all entrypoints | wm4 | 2019-11-08 | 6 | -19/+24 |
* | wscript: add --enable-ta-leak-report option | wm4 | 2019-11-08 | 3 | -1/+11 |
* | wscript: remove outdated --enable-libaf | wm4 | 2019-11-08 | 1 | -6/+0 |
* | test: make tests part of the mpv binary | wm4 | 2019-11-08 | 15 | -209/+271 |
* | msg: try to document purpose of log levels better | wm4 | 2019-11-07 | 1 | -8/+9 |
* | vo_gpu: vdpau actually works under EGL | wm4 | 2019-11-07 | 2 | -6/+3 |
* | manpage: vdpauglx backend was removed | wm4 | 2019-11-07 | 1 | -5/+0 |
* | builtin.conf: set minimal --stream-buffer-size | wm4 | 2019-11-07 | 1 | -0/+1 |
* | DOCS/contribute.md: add #include order to coding style | wm4 | 2019-11-07 | 1 | -0/+11 |
* | DOCS/contribute.md, zimg: remove 2 instances of an extraneous "s" | wm4 | 2019-11-07 | 2 | -2/+2 |
* | stats, demux: log byte level stream seeks | wm4 | 2019-11-07 | 6 | -0/+14 |
* | stream: remove unused read_chunk field | wm4 | 2019-11-07 | 7 | -10/+0 |
* | stream: replace STREAM_CTRL_GET_SIZE with a proper entrypoint | wm4 | 2019-11-07 | 11 | -92/+46 |
* | stream_dvdnav: ok, this makes no sense at all | wm4 | 2019-11-07 | 1 | -1/+4 |
* | stream_bluray: remove size getter | wm4 | 2019-11-07 | 1 | -3/+0 |
* | stream: change buffer argument types from char* to void* | wm4 | 2019-11-07 | 13 | -27/+27 |
* | stream: avoid a duplicate condition | wm4 | 2019-11-07 | 1 | -6/+3 |
* | stream: fix typos in a comments | wm4 | 2019-11-07 | 2 | -4/+4 |
* | stream: remove eof getter | wm4 | 2019-11-07 | 2 | -6/+1 |
* | vo_gpu: unconditionally clear framebuffer on start of frame | wm4 | 2019-11-06 | 1 | -5/+3 |
* | stream: bump default buffer size from 2K to 64K | wm4 | 2019-11-06 | 2 | -2/+2 |
* | stream: remove inline buffer optimization | wm4 | 2019-11-06 | 2 | -18/+9 |
* | stream: turn into a ring buffer, make size configurable | wm4 | 2019-11-06 | 13 | -178/+317 |
* | common: add a helper to round up to next power of 2 | wm4 | 2019-11-06 | 2 | -0/+15 |
* | demux: unconditionally reposition stream to start before opening | wm4 | 2019-11-06 | 1 | -2/+3 |
* | manpage: update input protocols | wm4 | 2019-11-04 | 1 | -55/+20 |
* | manpage: opengl-cb -> libmpv | wm4 | 2019-11-04 | 1 | -5/+5 |
* | manpage: fix global config file path in --hwdec description | wm4 | 2019-11-04 | 1 | -1/+1 |
* | build: fix strict ABI option | wm4 | 2019-11-04 | 1 | -0/+1 |
* | manpage: shovel around --hwdec description (again) | wm4 | 2019-11-04 | 1 | -25/+39 |
* | DOCS/interface-changes.rst: improve entry about sws changes | wm4 | 2019-11-03 | 1 | -2/+7 |
* | img_format: remove some unused format flags | wm4 | 2019-11-03 | 3 | -26/+3 |
* | vo_x11: accept zimg formats | wm4 | 2019-11-03 | 1 | -1/+2 |
* | sws_utils: remove some unnecessary sws bug work around | wm4 | 2019-11-03 | 1 | -11/+0 |
* | vd_lavc: don't keep packets for fallbacks if errors are tolerated | wm4 | 2019-11-02 | 2 | -1/+8 |
* | vd_lavc: fix prepare_decoding() failure modes | wm4 | 2019-11-02 | 1 | -9/+14 |
* | vd_lavc: mention hw decoding if decoding fails in hwdec mode | wm4 | 2019-11-02 | 1 | -1/+2 |
* | vd_lavc: simplify fallback handling for full stream hw decoder | wm4 | 2019-11-02 | 2 | -21/+19 |
* | vd_lavc: signal packet consumed in drop-all case | wm4 | 2019-11-02 | 1 | -1/+1 |
* | vd_lavc: change incorrect bool return type to int | wm4 | 2019-11-02 | 1 | -1/+1 |
* | README.md: reduce focus on MPlayer, small improvements | wm4 | 2019-11-02 | 1 | -9/+20 |
* | zimg: support subsampled chroma with non-aligned image sizes | wm4 | 2019-11-02 | 1 | -2/+9 |
* | zinmg: stop using GBRP for RGB | wm4 | 2019-11-02 | 1 | -23/+28 |
* | zimg: correct RGB30 order (probably) | wm4 | 2019-11-02 | 1 | -1/+1 |
* | video: mess with the filte chain to enable zimg IMGFMT_RGB30 output | wm4 | 2019-11-02 | 4 | -8/+7 |
* | vo_gpu: opengl: add support for IMGFMT_RGB30 | wm4 | 2019-11-02 | 1 | -0/+11 |
* | ass_mp: reset packer when allocation fails | Dan Elkouby | 2019-11-02 | 1 | -1/+3 |
* | manpage: update --framedrop option | wm4 | 2019-11-02 | 1 | -10/+26 |
* | zimg: make --zimg-fast=yes default | wm4 | 2019-11-02 | 3 | -2/+2 |
* | zimg: pass through Y plane when repacking nv12 | wm4 | 2019-11-02 | 1 | -31/+38 |
* | zimg: add semi-planar repacker | wm4 | 2019-11-02 | 1 | -1/+123 |
* | img_format: add function to find image format by layout | wm4 | 2019-11-02 | 2 | -0/+36 |
* | img_format: add mp_regular_imgfmt.forced_csp field | wm4 | 2019-11-02 | 2 | -0/+7 |
* | img_format: add more explanations to component_pad field | wm4 | 2019-11-02 | 1 | -0/+5 |
* | zimg: fix out of bounds memory accesses due to broken zmask | wm4 | 2019-11-02 | 1 | -39/+37 |
* | github: we want a -v -v log now | wm4 | 2019-11-01 | 1 | -1/+1 |
* | f_decoder_wrapper: reduce uninit message log level | wm4 | 2019-11-01 | 1 | -1/+1 |
* | client API: reduce log level of client exiting | wm4 | 2019-11-01 | 1 | -1/+1 |
* | demux: reduce log level for cache index resizing | wm4 | 2019-11-01 | 1 | -2/+2 |
* | lua: change config file logging | wm4 | 2019-11-01 | 1 | -2/+3 |
* | x11: reduce log level for relatively uninteresting things | wm4 | 2019-11-01 | 1 | -9/+9 |
* | demux_mkv: reduce log level of mkvinfo part to debug | wm4 | 2019-11-01 | 1 | -61/+58 |
* | m_config: log applying profiles | wm4 | 2019-11-01 | 1 | -0/+1 |
* | m_config: raise log level of setting options to verbose | wm4 | 2019-11-01 | 1 | -2/+2 |
* | zimg: add more packers/unpackers | wm4 | 2019-10-31 | 1 | -59/+106 |
* | m_option: remove an unused function | wm4 | 2019-10-31 | 2 | -12/+0 |
* | options: make --show-profile without parameters list all profiles | wm4 | 2019-10-31 | 3 | -9/+17 |
* | manpage: fix another typo | wm4 | 2019-10-31 | 1 | -1/+1 |
* | manpage: update --zimg-scaler default | wm4 | 2019-10-31 | 1 | -3/+3 |
* | sws_utils, zimg: destroy vo_x11 and vo_drm performance | wm4 | 2019-10-31 | 9 | -44/+133 |
* | screenshot, vo_image: use global swscale/zimg parameters | wm4 | 2019-10-31 | 6 | -12/+35 |
* | sws_utils: shuffle around some shit | wm4 | 2019-10-31 | 11 | -41/+72 |
* | Use mp_log2() instead of av_log2() | wm4 | 2019-10-31 | 3 | -11/+7 |
* | common: add mp_log2() | wm4 | 2019-10-31 | 2 | -0/+20 |
* | Replace uses of FFMIN/MAX with MPMIN/MAX | wm4 | 2019-10-31 | 16 | -78/+66 |
* | stream_memory: remove trivial ffmpeg dependency | wm4 | 2019-10-31 | 1 | -3/+1 |
* | manpage: document stats page 3 | wm4 | 2019-10-31 | 1 | -0/+3 |
* | player: simplify --stream-dump code | wm4 | 2019-10-31 | 1 | -4/+4 |
* | stream: move stream_read_line to demux_playlist.c | wm4 | 2019-10-31 | 3 | -72/+72 |
* | stream: stop accessing buffer internals in stream_read_line() | wm4 | 2019-10-31 | 2 | -8/+16 |
* | interface-changes: fixup the location of d3d11-output-csp | Jan Ekström | 2019-10-30 | 1 | -1/+2 |
* | vo_gpu/opengl: fully initialize FBO when passing it to rendering | Jan Ekström | 2019-10-30 | 1 | -2/+4 |
* | vo_gpu/d3d11: add support for configuring swap chain color space | Jan Ekström | 2019-10-30 | 5 | -5/+198 |
* | vo_gpu/d3d11: add helpers for getting names for DXGI formats & CSPs | Jan Ekström | 2019-10-30 | 2 | -4/+178 |
* | vo_gpu: add and utilize color space information from ra_fbo | Jan Ekström | 2019-10-30 | 2 | -8/+40 |
* | osc: calculate osc_geo position after aspect correction | Jan Janssen | 2019-10-29 | 1 | -6/+8 |
* | vo_caca: Implement VOCTRL_UPDATE_WINDOW_TITLE | Cameron Cawley | 2019-10-29 | 1 | -2/+4 |
* | osc: Unify bottom and topbar code | Jan Janssen | 2019-10-28 | 2 | -181/+33 |
* | manpage: Update information about default mouse bindings | Cameron Cawley | 2019-10-28 | 1 | -3/+12 |
* | vo_sdl: Acknowledge when the mouse enters or leaves the window | Cameron Cawley | 2019-10-28 | 1 | -0/+6 |
* | input: Add default bindings for MBTN_BACK and MBTN_FORWARD | Cameron Cawley | 2019-10-28 | 1 | -0/+2 |
* | vo_sdl: Improve mouse button input | Cameron Cawley | 2019-10-28 | 1 | -6/+28 |
* | vo_sdl: Support mouse wheel input | Cameron Cawley | 2019-10-28 | 1 | -1/+11 |
* | DOCS/release-policy.md: clarify a few details | sfan5 | 2019-10-27 | 1 | -3/+7 |
* | vo_gpu: log ra_format.storable with the other flags | James Ross-Gowan | 2019-10-27 | 1 | -3/+5 |
* | vo_gpu: d3d11: set the ra_format.storable flag | James Ross-Gowan | 2019-10-27 | 1 | -3/+12 |
* | vo_gpu: attempt to fix 0bgr format | wm4 | 2019-10-26 | 1 | -2/+21 |
* | mp_image: copy closed captions when copying attributes | wm4 | 2019-10-25 | 1 | -0/+1 |
* | mp_image: move buffer ref assigning to a function | wm4 | 2019-10-25 | 1 | -7/+10 |
* | sdl: prevent concurrent use of SDL in different threads | wm4 | 2019-10-25 | 2 | -3/+9 |
* | build: make vo_sdl conflict with cocoa | wm4 | 2019-10-25 | 1 | -0/+1 |
* | vo_sdl: put on do not use stamp | wm4 | 2019-10-25 | 1 | -0/+3 |
* | input: disable gamepad code by default | wm4 | 2019-10-25 | 3 | -5/+1 |
* | f_decoder_wapper: trust frame return over error code | wm4 | 2019-10-25 | 1 | -5/+5 |
* | vd_lavc: fix draining with hwdec copy modes | wm4 | 2019-10-25 | 1 | -4/+4 |
* | vo_gpu: d3d11: prevent wraparound in queued frames calc | James Ross-Gowan | 2019-10-26 | 1 | -1/+2 |
* | Update VERSION | sfan5 | 2019-10-25 | 1 | -1/+1 |
* | Merge branch 'release/0.30' | sfan5 | 2019-10-25 | 2 | -135/+77 |
|\ |
|
| * | Release 0.30.0v0.30.0release/0.30 | sfan5 | 2019-10-25 | 2 | -135/+77 |
| * | manpage: fix --script docs | wm4 | 2019-10-25 | 1 | -3/+3 |
| * | command: remove some unused property metadata | wm4 | 2019-10-25 | 1 | -16/+2 |
| * | options: set correct range for --video-aspect-override | wm4 | 2019-10-25 | 1 | -3/+2 |
| * | json: write NaN/Infinity float values as strings | wm4 | 2019-10-25 | 1 | -2/+4 |
| * | vo_gpu, options: don't return NaN through API | wm4 | 2019-10-25 | 6 | -19/+91 |
* | | sdl_gamepad: fix typo in function name | wm4 | 2019-10-25 | 1 | -2/+2 |
* | | sdl_gamepad: fix function signature | wm4 | 2019-10-25 | 1 | -1/+1 |
* | | vo_drm: allow use of zimg | wm4 | 2019-10-25 | 1 | -0/+1 |
* | | client API: copy instead of move old value on async path | wm4 | 2019-10-25 | 1 | -4/+1 |
* | | manpage: fix --script docs | wm4 | 2019-10-25 | 1 | -3/+3 |
* | | client API: add async path; fix deadlock for vo_libmpv users | wm4 | 2019-10-25 | 1 | -9/+95 |
* | | command: remove some unused property metadata | wm4 | 2019-10-25 | 1 | -16/+2 |
* | | options: set correct range for --video-aspect-override | wm4 | 2019-10-25 | 1 | -3/+2 |
* | | json: write NaN/Infinity float values as strings | wm4 | 2019-10-25 | 1 | -2/+4 |
* | | vo_gpu, options: don't return NaN through API | wm4 | 2019-10-25 | 6 | -19/+91 |
* | | client API: avoid lost wakeups | wm4 | 2019-10-24 | 1 | -3/+7 |
* | | ad_lavc, vd_lavc: return full error codes to shared decoder loop | wm4 | 2019-10-24 | 4 | -56/+64 |
* | | client API: simplify (?) property change notification generation | wm4 | 2019-10-24 | 1 | -75/+79 |
|/ |
|
* | client API: move a function | wm4 | 2019-10-24 | 1 | -7/+7 |
* | client API: remove unused global event mask | wm4 | 2019-10-24 | 2 | -36/+0 |
* | lua: actually unobserve properties in mp.unobserve_property() | wm4 | 2019-10-24 | 1 | -0/+1 |
* | demux_mkv: add V_MPEG4/MS/V3 mapping | wm4 | 2019-10-24 | 1 | -0/+1 |
* | msg: always use terminal control codes for status line | wm4 | 2019-10-24 | 1 | -6/+3 |
* | ytdl_hook: --vid=no should not ignore --ytdl-format in config file | wm4 | 2019-10-24 | 1 | -3/+1 |
* | manpage: fix RST formatting errorin vf_format description | wm4 | 2019-10-24 | 1 | -1/+1 |
* | manpage: slap "do not use" label on vf_vapoursynth | wm4 | 2019-10-24 | 1 | -4/+10 |
* | vf: improve vf_vapoursynth description | wm4 | 2019-10-23 | 1 | -18/+71 |
* | input: add gamepad support through SDL2 | Stefano Pigozzi | 2019-10-23 | 12 | -8/+378 |
* | DOCS/client-api-changes.rst: fix formatting | sfan5 | 2019-10-22 | 1 | -0/+1 |
* | wayland: don't get data device if wl_seat is null | dudemanguy | 2019-10-22 | 1 | -2/+2 |
* | manpage: finish an unfinished sentence | wm4 | 2019-10-21 | 1 | -5/+7 |
* | build: add --enable-ffmpeg-strict-abi option | wm4 | 2019-10-21 | 2 | -0/+8 |
* | filters: extend vf_format so that it can convert color parameters | wm4 | 2019-10-21 | 6 | -43/+165 |
* | sws_utils: improve zimg fallback messages | wm4 | 2019-10-21 | 1 | -2/+2 |
* | vf_fingerprint: don't print fallback warning on each frame | wm4 | 2019-10-21 | 1 | -2/+0 |
* | zimg: minor name consistency improvement | wm4 | 2019-10-21 | 1 | -3/+3 |
* | f_swscale: enable use of zimg | wm4 | 2019-10-21 | 1 | -0/+1 |
* | wayland: fix presentation time | Dudemanguy911 | 2019-10-20 | 5 | -2/+23 |
* | zimg: support RGB30 output | wm4 | 2019-10-20 | 1 | -1/+30 |
* | zimg: move component order arrays to top of file | wm4 | 2019-10-20 | 1 | -4/+6 |
* | img_format: add RGB30 format | wm4 | 2019-10-20 | 2 | -1/+24 |
* | sws_utils: provide function to check whether a format pair is supported | wm4 | 2019-10-20 | 2 | -0/+18 |
* | manpage: describe stride parameter in screenshot-raw command | wm4 | 2019-10-20 | 1 | -0/+6 |
* | build: lower required FFmpeg version | wm4 | 2019-10-20 | 2 | -1/+3 |
* | wayland: add various render-related options | dudemanguy | 2019-10-20 | 7 | -5/+50 |
* | wayland: add presentation time | dudemanguy | 2019-10-20 | 6 | -7/+298 |
* | sws_utils: make libswscale fallback a warning | wm4 | 2019-10-20 | 1 | -1/+1 |
* | zimg: support 3 component 16 bit pixel unpacking | wm4 | 2019-10-20 | 1 | -0/+22 |
* | zimg: avoid theoretical FFmpeg planar RGB/YUV mixup | wm4 | 2019-10-20 | 1 | -5/+17 |
* | zimg: add some more colorspace mappings | wm4 | 2019-10-20 | 1 | -5/+5 |
* | vf_fingerprint: remove single-plane optimization | wm4 | 2019-10-20 | 1 | -31/+1 |
* | vf_fingerprint: use generic zimg wrapper | wm4 | 2019-10-20 | 1 | -79/+29 |
* | mp_image: infer XYZ as BT.2020 instead of BT.709 | Niklas Haas | 2019-10-20 | 1 | -9/+8 |
* | csputils: fix outdated comment | Niklas Haas | 2019-10-20 | 1 | -2/+4 |
* | vo_x11: enable use of zimg | wm4 | 2019-10-20 | 1 | -0/+2 |
* | sws_utils: hack in zimg redirection support | wm4 | 2019-10-20 | 3 | -3/+64 |
* | video: add zimg wrapper | wm4 | 2019-10-20 | 6 | -1/+686 |
* | mp_image: remove old acrobatics in frame copy code | wm4 | 2019-10-20 | 1 | -21/+7 |
* | img_format: update test program | wm4 | 2019-10-20 | 1 | -8/+16 |
* | img_format: document a minor guarantee for certain imgfmt metadata | wm4 | 2019-10-20 | 1 | -0/+1 |
* | manpage: docoument stream-open-filename property | wm4 | 2019-10-20 | 1 | -0/+9 |
* | vaapi: remove hacks for pre-libva2 log callbacks | wm4 | 2019-10-18 | 1 | -65/+0 |
* | manpage: fix a typo | wm4 | 2019-10-18 | 1 | -1/+1 |
* | player: avoid duplicate track auto selection | Stephan Hilb | 2019-10-18 | 1 | -1/+14 |
* | video, demux: rip out unused spherical metadata code | wm4 | 2019-10-17 | 8 | -132/+1 |
* | vo_gpu: hwdec_d3d11egl: add missing P010 format to supported list | wm4 | 2019-10-17 | 1 | -1/+1 |
* | video: remove mp_image_params.hw_flags field | wm4 | 2019-10-17 | 5 | -30/+0 |
* | vo_wlshm: use memfd_create() instead of shm_open() | Emmanuel Gil Peyrot | 2019-10-17 | 4 | -25/+19 |
* | video: do not disable display-sync on A/V desync | wm4 | 2019-10-17 | 3 | -13/+20 |
* | Reintroduce vo_wayland as vo_wlshm | Michael Forney | 2019-10-17 | 4 | -0/+323 |
* | manpage: update --hwdec description | wm4 | 2019-10-17 | 1 | -17/+8 |
* | vf_d3d11vpp: remove RGB conversion hack | wm4 | 2019-10-16 | 3 | -60/+6 |
* | vo_gpu: hwdec_d3d11eglrgb: remove this | wm4 | 2019-10-16 | 3 | -282/+0 |
* | vo_gpu: hwdec_d3d11egl: adapt to newer ANGLE API | wm4 | 2019-10-16 | 1 | -24/+33 |
* | vo_gpu/d3d11: fix memleak of the adapter description string | Jan Ekström | 2019-10-15 | 1 | -1/+5 |
* | vo_gpu/d3d11: remove unnecessary nullptr check | Jan Ekström | 2019-10-15 | 1 | -2/+2 |
* | vo_gpu/d3d11: switch adapter selection to case-insensitive startswith | Jan Ekström | 2019-10-15 | 3 | -4/+9 |
* | vo_gpu/d3d11: fixup adapter selection by switching it all to bstr | Jan Ekström | 2019-10-15 | 3 | -12/+8 |
* | etc/mpv.conf: update outdated use of cache options | wm4 | 2019-10-14 | 1 | -7/+10 |
* | manpage: attempt to remove some more cache option confusion | wm4 | 2019-10-14 | 1 | -6/+7 |
* | ytdl_hook: check youtube-dl version if it breaks | Nicolas F | 2019-10-13 | 1 | -2/+32 |
* | vo_gpu/d3d11: add support for configuring swap chain format | Jan Ekström | 2019-10-13 | 6 | -2/+144 |
* | vo_gpu/d3d11: utilize actual backbuffer values for bit depth | James Ross-Gowan | 2019-10-13 | 1 | -1/+6 |
* | player: accept compatible later FFmpeg library runtime versions | wm4 | 2019-10-11 | 2 | -11/+4 |
* | av_log: use proper FFmpeg version extraction macros | wm4 | 2019-10-11 | 1 | -1/+3 |
* | audio/out: rip out old unused app/softvolume reporting | wm4 | 2019-10-11 | 7 | -21/+0 |
* | audio/out/pull, ao_sdl: implement new underrun reporting | wm4 | 2019-10-11 | 2 | -2/+8 |
* | audio/out/pull: fix underflow reporting | wm4 | 2019-10-11 | 1 | -2/+2 |
* | ao_alsa: use AO underrun reporting | wm4 | 2019-10-11 | 1 | -1/+3 |
* | player: partially rework --cache-pause | wm4 | 2019-10-11 | 4 | -8/+71 |
* | ao: add API for underrun reporting | wm4 | 2019-10-11 | 4 | -1/+25 |
* | ao_alsa: handle underruns in get_space() too | wm4 | 2019-10-11 | 1 | -0/+2 |
* | player: format low cache duration with more decimals | wm4 | 2019-10-11 | 1 | -0/+2 |
* | ao_alsa: mess with underrun handling again | wm4 | 2019-10-11 | 1 | -6/+27 |
* | wayland: use callback flag + poll for buffer swap | dudemanguy | 2019-10-10 | 9 | -26/+112 |
* | Revert "vo: add support for externally driven renderloop and make wayland use... | dudemanguy | 2019-10-10 | 4 | -70/+4 |
* | vo_gpu: d3d11: use linear filtering for wrapped textures | James Ross-Gowan | 2019-10-10 | 1 | -1/+3 |
* | demux_timeline, demux_edl: correctly enable cache in pseudo-DASH mode | wm4 | 2019-10-08 | 3 | -1/+8 |
* | skip-logo.lua: fix skipping in the first two frames | wm4 | 2019-10-08 | 1 | -15/+36 |
* | DOCS: explicitly mention that property observing has an initial event | wm4 | 2019-10-08 | 2 | -2/+9 |
* | DOCS: some corrections around cache options | wm4 | 2019-10-08 | 2 | -3/+10 |
* | demux_edl: better selection of part which defines the track layout | wm4 | 2019-10-06 | 2 | -1/+47 |
* | video: always decode 2 frames on playback restart | wm4 | 2019-10-06 | 1 | -2/+2 |
* | player: don't load external files when reading from stdin | ckath | 2019-10-06 | 1 | -1/+1 |
* | audio: raise log level of playback reset on audio timestamp | wm4 | 2019-10-06 | 1 | -1/+1 |
* | audio: do not try gapless if video is still ongoing | wm4 | 2019-10-06 | 2 | -1/+7 |
* | ao_alsa: don't silence legitimate underrun if final chunk underruns | wm4 | 2019-10-06 | 1 | -4/+1 |
* | ao_alsa: remove sometimes bogus XRUN message | wm4 | 2019-10-06 | 1 | -9/+2 |
* | cocoa-cb: remove get_property_* usages and split up mpv helper | der richter | 2019-10-06 | 12 | -247/+285 |
* | audio/filter: remove no longer used header | Paul B Mahol | 2019-10-05 | 1 | -47/+0 |
* | DOCS/compatibility.rst: add this file | wm4 | 2019-10-05 | 4 | -1/+185 |
* | DOCS/interface-changes.rst: simplify playback abort change description | wm4 | 2019-10-05 | 1 | -11/+2 |
* | player: update for --video-aspect deprecation | Niklas Haas | 2019-10-04 | 2 | -3/+3 |
* | options: rename --video-aspect to --video-aspect-override | Niklas Haas | 2019-10-04 | 6 | -22/+45 |
* | player: "subprocess" command should stop immediately in idle mode | wm4 | 2019-10-04 | 2 | -3/+15 |
* | manpage: clarify some details about async. commands and "subprocess" | wm4 | 2019-10-04 | 3 | -4/+38 |
* | wayland opengl: actually call uninit if init fails | dudemanguy | 2019-10-03 | 1 | -1/+3 |
* | Revert "wayland: free wayland_state on a false return" | dudemanguy | 2019-10-03 | 1 | -11/+3 |
* | wayland: free wayland_state on a false return | Dudemanguy911 | 2019-10-02 | 1 | -3/+11 |
* | vf_fingerprint: fix an obvious memory leak | wm4 | 2019-10-03 | 1 | -4/+12 |
* | vf_vapoursynth: fix crashing memory management mistake | wm4 | 2019-10-03 | 1 | -3/+3 |
* | vf_vapoursynth: do not call vsscript_finalize() if init failed | wm4 | 2019-10-03 | 1 | -1/+5 |
* | vf_vapoursynth: remove some Lua backend remains | wm4 | 2019-10-03 | 1 | -6/+0 |
* | wayland: always create wl_output before rendering | Dudemanguy911 | 2019-10-02 | 1 | -7/+6 |
* | demux: restore some of the DVD/BD/CDDA interaction layers | wm4 | 2019-10-03 | 9 | -32/+751 |
* | f_auto_filters: use f_autoconvert for hw download | wm4 | 2019-10-02 | 1 | -23/+22 |
* | f_autoconvert: provide a function to determine if conversion works | wm4 | 2019-10-02 | 2 | -41/+75 |
* | f_autoconvert: add hw->sw download path | wm4 | 2019-10-02 | 2 | -18/+71 |
* | f_auto_filters: use software conversion if hw deint is not possible | wm4 | 2019-10-02 | 1 | -7/+28 |
* | f_hwtransfer: add a mp_hwdownload filter | wm4 | 2019-10-02 | 2 | -0/+62 |
* | filters: add another dumb helper | wm4 | 2019-10-02 | 2 | -0/+22 |
* | mp_image_pool: expose a function for reporting hw download format | wm4 | 2019-10-02 | 2 | -11/+22 |
* | video: remove vf_vavpp from automatic deinterlace property | wm4 | 2019-10-02 | 2 | -12/+0 |
* | DOCS/tech-overview.txt: caching has changed | wm4 | 2019-10-02 | 1 | -3/+4 |
* | README.md: minor cleanups | wm4 | 2019-10-02 | 1 | -40/+3 |
* | README.md: remove dead homebrew-mpv link | Vítor Galvão | 2019-10-02 | 1 | -1/+0 |
* | autoload.lua: Configurable autoload types | Marek Sebera | 2019-10-02 | 1 | -4/+42 |
* | DOCS: Document DVB changes in interface-changes. | Oliver Freyermuth | 2019-10-02 | 1 | -0/+9 |
* | stream_dvb: Remove now replaced stream-control code for good. | Oliver Freyermuth | 2019-10-02 | 2 | -85/+0 |
* | DOCS: Add documentation for dvbin-prog and dvbin-channel-switch-offset. | Oliver Freyermuth | 2019-10-02 | 1 | -0/+16 |
* | stream_dvb: Allow actual zapping of channels again. | Oliver Freyermuth | 2019-10-02 | 3 | -0/+9 |
* | player: Add mp_property_dvb_channel helper. | Oliver Freyermuth | 2019-10-02 | 1 | -0/+17 |
* | stream_dvb: Add dvb_update_config to poll config parameters. | Oliver Freyermuth | 2019-10-02 | 2 | -0/+33 |
* | stream_dvb: Move stream->is_on initialization to state preparation. | Oliver Freyermuth | 2019-10-02 | 2 | -2/+1 |
* | stream_dvb: Factor out logic to determine program and card. | Oliver Freyermuth | 2019-10-02 | 2 | -47/+75 |
* | stream_dvb: Use separated out options struct. | Oliver Freyermuth | 2019-10-02 | 2 | -27/+33 |
* | demux_lavf: remove recently added author name from license header | wm4 | 2019-10-01 | 1 | -1/+0 |
* | DOCS/contribute.md: split into sections, random changes | wm4 | 2019-10-01 | 1 | -17/+61 |
* | github: try to get contributors to read contribute.md | wm4 | 2019-10-01 | 1 | -5/+4 |
* | demux_mkv: better behavior/warnings on partial files/unseekable streams | wm4 | 2019-10-01 | 1 | -5/+8 |
* | vo_gpu/d3d11: add adapter name validation and listing with "help" | Jan Ekström | 2019-09-29 | 4 | -9/+75 |
* | vo_gpu/d3d11: refactor pthread_once d3d11 loading to function | Jan Ekström | 2019-09-29 | 1 | -6/+15 |
* | vo_gpu/d3d11: utilize the passed adapter name | Jan Ekström | 2019-09-29 | 1 | -5/+77 |
* | vo_gpu/d3d11: add an option for the adapter name | Jan Ekström | 2019-09-29 | 2 | -0/+6 |
* | video/d3d11: add adapter selection by name into d3d11 options | Jan Ekström | 2019-09-29 | 3 | -0/+15 |
* | vo_gpu/d3d11_helpers: also load up CreateDXGIFactory1 | Jan Ekström | 2019-09-29 | 1 | -4/+13 |
* | stream_lavf: add support for gopher | Leonardo Taccari | 2019-09-29 | 1 | -1/+1 |
* | vo_drm: fix flickering when setting pan/scan | Anton Kindestam | 2019-09-29 | 1 | -4/+0 |
* | demux: make --record-file/cache dump command work with disabled streams | wm4 | 2019-09-29 | 1 | -5/+18 |
* | loadfile: make prefetching actually work | wm4 | 2019-09-29 | 1 | -1/+3 |
* | loadfile: don't always accidentally always prefetching | wm4 | 2019-09-29 | 2 | -11/+16 |
* | recorder: don't use a magic index for mp_recorder_get_sink() | wm4 | 2019-09-29 | 4 | -8/+16 |
* | stream: rearrange open functions | wm4 | 2019-09-29 | 4 | -56/+96 |
* | demux: sort filenames naturally when playing a directory / archive | Philip Sequeira | 2019-09-29 | 5 | -2/+95 |
* | build: lower version requirement for EGL | Marvin Schmidt | 2019-09-29 | 1 | -1/+1 |
* | vo_gpu: hwdec_cuda: Synchronise OpenGL Interop | Philip Langdale | 2019-09-28 | 3 | -0/+8 |
* | build: silence OpenGL deprecation warnings on macOS for C/objC | Rodger Combs | 2019-09-28 | 1 | -1/+2 |
* | vo_drm: support controlling swapchain depth using swapchain-depth option | Anton Kindestam | 2019-09-28 | 1 | -10/+13 |
* | vo: make swapchain-depth option generic for all VOs | Anton Kindestam | 2019-09-28 | 11 | -24/+21 |
* | drm: refactor page_flipped callback | Anton Kindestam | 2019-09-28 | 4 | -109/+71 |
* | vo_drm: Implement N-buffering and presentation feedback | Anton Kindestam | 2019-09-28 | 1 | -39/+215 |
* | vo_drm: fix more than 2 buffers | Anton Kindestam | 2019-09-28 | 1 | -1/+1 |
* | drm: move struct vsync_tuple into drm_common as drm_vsync_tuple | Anton Kindestam | 2019-09-28 | 2 | -9/+8 |
* | stream_cb: add cancel_fn callback | Aman Gupta | 2019-09-27 | 4 | -1/+27 |
* | audio: fix copy&paste error | wm4 | 2019-09-27 | 1 | -1/+1 |
* | ad_lavc: log on failure to read AVFrame | wm4 | 2019-09-27 | 1 | -1/+3 |
* | audio: add support for AV_SAMPLE_FMT_S64* | wm4 | 2019-09-27 | 3 | -0/+8 |
* | context_drm_egl: define EGL_PLATFORM_GBM_MESA, EGL_PLATFORM_GBM_KHR if not in... | Anton Kindestam | 2019-09-27 | 1 | -0/+8 |
* | wscript: check tvOS define's value to be nonzero | Jan Ekström | 2019-09-27 | 1 | -1/+4 |
* | video: add pure gamma TRC curves for 2.0, 2.4 and 2.6. | Wessel Dankers | 2019-09-27 | 6 | -0/+36 |
* | ci: remove --enable-zsh-comp | Philip Sequeira | 2019-09-27 | 1 | -2/+1 |
* | zsh completion: move generation to runtime and improve | Philip Sequeira | 2019-09-27 | 5 | -307/+253 |
* | options: add M_OPT_FILE to some more options that take files | Philip Sequeira | 2019-09-27 | 3 | -10/+10 |
* | vo_gpu: hwdec_drmprime_drm: add hwdec ctx | Jonas Karlman | 2019-09-27 | 2 | -1/+15 |
* | hwdec_vaapi_gl: add missing compatibility defines | wm4 | 2019-09-27 | 1 | -0/+6 |
* | stream_cb: fix a typo in a comment | wm4 | 2019-09-27 | 1 | -1/+1 |
* | ao_pulse: add the newly added mappings for TrueHD/DTS-HD formats | Jan Ekström | 2019-09-27 | 1 | -6/+11 |
* | vo_gpu: vulkan: add Android context | sfan5 | 2019-09-27 | 3 | -0/+99 |
* | context_android: move common code to a separate file | sfan5 | 2019-09-27 | 5 | -52/+153 |
* | DOCS: don't lie about the keybind command | dudemanguy | 2019-09-26 | 1 | -2/+1 |
* | wscript: detect tvOS and disable posix-spawn usage | Aman Gupta | 2019-09-26 | 1 | -1/+5 |
* | vo_gpu: d3d11: don't reset frame stats after pause | James Ross-Gowan | 2019-09-26 | 1 | -9/+0 |
* | player: document FFmpeg ABI rules we intentionally violate | wm4 | 2019-09-26 | 1 | -0/+2 |
* | audio: make playback end with --end and --audio-spdif | wm4 | 2019-09-26 | 1 | -0/+3 |
* | DOCS/contribute.md: talk about non-standard and C11 language features | wm4 | 2019-09-26 | 1 | -3/+4 |
* | client API: be explicit about usage rules and deadlocks some more | wm4 | 2019-09-26 | 2 | -0/+9 |
* | client API: fix potential deadlock problems by throwing more shit at it | wm4 | 2019-09-26 | 7 | -32/+81 |
* | command: fix bitrate rounding error | Stefan Pöschel | 2019-09-26 | 1 | -2/+2 |
* | cocoa-cb: add support for 10bit opengl rendering | der richter | 2019-09-26 | 6 | -20/+65 |
* | sub: make font provider user-selectable | wm4 | 2019-09-25 | 4 | -3/+30 |
* | drm_common: add missing zero-initialization of struct vt_mode variable | Anton Kindestam | 2019-09-24 | 1 | -1/+1 |
* | demux: force reading packets again after seeks | wm4 | 2019-09-24 | 1 | -1/+1 |
* | demux: remove redundant seek range update | Gunnar Marten | 2019-09-24 | 1 | -2/+0 |
* | cocoa-cb: fix title bar button state on start up | der richter | 2019-09-23 | 1 | -0/+2 |
* | mac: add Open Playlist menu bar item | Akemi | 2019-09-23 | 1 | -0/+17 |
* | context_drm_egl: Don't get stuck forever if drmHandleEvent fails | Anton Kindestam | 2019-09-22 | 1 | -1/+3 |
* | demux_lavf: fix seeking in ogg audio streams | wm4 | 2019-09-22 | 1 | -0/+3 |
* | travis: use macOS 10.14 image with xcode 11 instead of xcode 10.2 | der richter | 2019-09-22 | 1 | -1/+1 |
* | build: optimise adding additional objects for linking | der richter | 2019-09-22 | 2 | -6/+6 |
* | osxbundle: remove rpath definitions towards dev tools | der richter | 2019-09-22 | 1 | -1/+22 |
* | build: fix swift linking with upcoming xcode 11 | der richter | 2019-09-22 | 2 | -0/+9 |
* | draw_bmp: Fix for GBRP formats GBRP9 and up | Anton Kindestam | 2019-09-22 | 1 | -5/+10 |
* | vo_drm: 30bpp support | Anton Kindestam | 2019-09-22 | 3 | -13/+58 |
* | manpage: update requirements for vdpau hwdec use | Nicolas F | 2019-09-22 | 1 | -1/+2 |
* | vo_gpu: d3d11: add support for presentation feedback | James Ross-Gowan | 2019-09-22 | 1 | -0/+124 |
* | command: add expand-path to expand mpv paths | Nicolas F | 2019-09-22 | 2 | -0/+24 |
* | build: actually detect supported warning options | Avi Halachmi (:avih) | 2019-09-22 | 1 | -2/+2 |
* | command: add sub-start & sub-end properties | Stefano Pigozzi | 2019-09-22 | 8 | -7/+140 |
* | wayland: create current_output in wayland_reconfig | dudemanguy | 2019-09-22 | 1 | -5/+6 |
* | wscript: Fix test for ffmpeg drmprime support | Philip Langdale | 2019-09-22 | 1 | -2/+9 |
* | vf_fingerprint: remove extraneous single quote from description | Jan Ekström | 2019-09-21 | 1 | -1/+1 |
* | test/linked_list: silence nonsense warnings | wm4 | 2019-09-21 | 1 | -6/+12 |
* | test: fix cmocka assert_float_equal shadowing warnings | wm4 | 2019-09-21 | 3 | -9/+6 |
* | stream_dvb: remove unused variable | wm4 | 2019-09-21 | 1 | -1/+0 |
* | waf: fix wayland-scanner deprecation warning | dudemanguy | 2019-09-21 | 2 | -3/+3 |
* | audio: fix use-after-free with fuzzed file | wm4 | 2019-09-21 | 1 | -0/+2 |
* | sub/lavc_conv: skip ReadOrder reset when subtitle decoder gets flushed | Jan Ekström | 2019-09-21 | 1 | -0/+1 |
* | dec_sub: remove unused declaration | wm4 | 2019-09-21 | 1 | -1/+0 |
* | input: add keybind command | Dudemanguy911 | 2019-09-21 | 4 | -0/+65 |
* | playloop: don't read playback pos from byte stream | Dudemanguy911 | 2019-09-21 | 1 | -1/+1 |
* | wayland: avoid handling a 0-value axis event | Dudemanguy911 | 2019-09-21 | 1 | -0/+2 |
* | player: expose pixel aspect ratio, bitrate and rotation value on tracks | wnoun | 2019-09-21 | 3 | -0/+21 |
* | DOCS/contribute.md: expand on recommended C99 usage | wm4 | 2019-09-21 | 1 | -1/+1 |
* | build: don't add swift object when swift disabled | der richter | 2019-09-21 | 1 | -2/+6 |
* | wayland: read xcursor size from XCURSOR_SIZE env | emersion | 2019-09-21 | 1 | -1/+13 |
* | player: use track title if exists instead of filename | thewisenerd | 2019-09-21 | 1 | -1/+5 |
* | input: ignore empty lines on drag-drop mime data | thewisenerd | 2019-09-21 | 1 | -1/+1 |
* | ao_oss: Fallback to stereo when the device does not support >2 channels | Leonardo Taccari | 2019-09-21 | 1 | -6/+10 |
* | osd: allow sub-text to work even if sub-visibility is disabled | dudemanguy | 2019-09-21 | 3 | -5/+5 |
* | x11: fix ICC profiling for multiple monitors | slatchurie | 2019-09-21 | 2 | -2/+22 |
* | osc: add mouse mid-button as alias to shift+left button | Ricardo Constantino | 2019-09-21 | 1 | -0/+3 |
* | wayland: don't show cursor when fullscreening | dudemanguy | 2019-09-21 | 2 | -0/+7 |
* | wayland: reconfigure cursor on pointer enter event | Thomas Weißschuh | 2019-09-21 | 2 | -1/+4 |
* | demux_cue: auto-detect CUE sheet charset | wnoun | 2019-09-21 | 5 | -0/+38 |
* | command: add video-add/video-remove/video-reload commands | Paul B Mahol | 2019-09-21 | 2 | -0/+30 |
* | wayland: add mouse buttons and fix axis scaling | dudemanguy | 2019-09-21 | 1 | -4/+24 |
* | client API: add mpv_command_ret | Dark | 2019-09-21 | 3 | -0/+26 |
* | DOCS/contribute.md: license clarifications | wm4 | 2019-09-21 | 2 | -0/+6 |
* | github: remove LGPL relicensing boilerplate | wm4 | 2019-09-21 | 1 | -3/+2 |
* | vo_sdl: Only create the SDL window once | Cameron Cawley | 2019-09-21 | 1 | -54/+23 |
* | ao_pulse: add --pulse-allow-suspended | Térence Clastres | 2019-09-21 | 2 | -1/+7 |
* | stream_libarchive: Always use LC_CTYPE_MASK for libarchive | James Hilliard | 2019-09-21 | 2 | -2/+1 |
* | command: drop removed cache properties from cache update events | wm4 | 2019-09-20 | 1 | -2/+2 |
* | player: update status line cache display | wm4 | 2019-09-20 | 2 | -7/+5 |
* | context_drm_egl: Use eglGetPlatformDisplayEXT if available | memeka | 2019-09-20 | 1 | -1/+20 |
* | client API: fix missing property change events after property updates | Gunnar Marten | 2019-09-20 | 1 | -24/+28 |
* | loadfile: restore playlist prefetching | wm4 | 2019-09-20 | 1 | -4/+11 |
* | demux: propagate streaming flag through demux_timeline | wm4 | 2019-09-20 | 3 | -3/+10 |
* | client API, vo_libmpv: document random deadlock problems | wm4 | 2019-09-20 | 2 | -0/+20 |