| Commit message (Expand) | Author | Age | Files | Lines |
* | lua: integrate stats.lua script | Julian | 2017-10-09 | 3 | -1/+4 |
* | hwdec: add mediacodec hardware decoder for IMGFMT_MEDIACODEC frames | Aman Gupta | 2017-10-09 | 1 | -0/+1 |
* | hwdec: rename mediacodec to mediacodec-copy | Aman Gupta | 2017-10-09 | 1 | -1/+1 |
* | vo_gpu: vulkan: generalize SPIR-V compiler | Niklas Haas | 2017-09-26 | 2 | -0/+3 |
* | vo_gpu: vulkan: initial implementation | Niklas Haas | 2017-09-26 | 2 | -0/+6 |
* | m_config: better variable name | wm4 | 2017-09-22 | 1 | -5/+5 |
* | options: properly handle deprecated options with CLI actions | wm4 | 2017-09-22 | 1 | -8/+23 |
* | build: make vo_gpu + infrastructure non-optional | wm4 | 2017-09-22 | 1 | -6/+0 |
* | vo_opengl: refactor into vo_gpu | Niklas Haas | 2017-09-21 | 2 | -3/+9 |
* | build: add preliminary LGPL mode | wm4 | 2017-09-21 | 1 | -9/+7 |
* | audio: make libaf derived code optional | wm4 | 2017-09-21 | 1 | -1/+6 |
* | options: remove --heartbeat-cmd and --heartbeat--interval | wm4 | 2017-09-18 | 2 | -7/+1 |
* | video: increase --monitorpixelaspect range | James Ross-Gowan | 2017-08-26 | 1 | -1/+1 |
* | command: restore OSD marker for video equalizer properties | wm4 | 2017-08-23 | 1 | -5/+0 |
* | video: change --deinterlace behavior | wm4 | 2017-08-22 | 2 | -6/+3 |
* | video: redo video equalizer option handling | wm4 | 2017-08-22 | 2 | -21/+2 |
* | options: add a thread-safe way to notify option updates | wm4 | 2017-08-22 | 4 | -13/+127 |
* | options: change --loop semantics | wm4 | 2017-08-14 | 1 | -2/+1 |
* | player: add --track-auto-selection option | wm4 | 2017-08-12 | 2 | -0/+3 |
* | player: make --lavfi-complex changeable at runtime | wm4 | 2017-08-12 | 2 | -2/+3 |
* | vo_opengl: separate hwdec context and mapping, port it to use ra | wm4 | 2017-08-10 | 1 | -1/+1 |
* | options: fix --include | wm4 | 2017-08-08 | 1 | -0/+2 |
* | cocoa: add an option to disable the native macOS fullscreen | Akemi | 2017-08-06 | 2 | -0/+3 |
* | options: --priority can be LGPL | wm4 | 2017-08-03 | 1 | -1/+1 |
* | options: fix --external-file alias typo | Martin Herkt | 2017-07-29 | 1 | -1/+1 |
* | options: drop --video-aspect-method=hybrid | wm4 | 2017-07-21 | 1 | -1/+1 |
* | client API: drop some compatibility handling | wm4 | 2017-07-21 | 1 | -13/+2 |
* | options: kill --field-dominance | wm4 | 2017-07-21 | 2 | -8/+0 |
* | options/path: fallback to USERPROFILE if HOME isn't set | Ricardo Constantino | 2017-07-06 | 1 | -1/+4 |
* | m_option: deprecate multiple items for -add etc. | wm4 | 2017-07-02 | 1 | -2/+10 |
* | options: change everything again | wm4 | 2017-07-02 | 4 | -43/+50 |
* | m_option: remove unused error code | wm4 | 2017-07-02 | 2 | -9/+1 |
* | m_option: remove redundant indirections | wm4 | 2017-07-02 | 4 | -51/+28 |
* | d3d: make DXVA2 support optional | wm4 | 2017-06-30 | 1 | -1/+1 |
* | options: change path list options, and document list options | wm4 | 2017-06-30 | 3 | -13/+14 |
* | video: change --video-aspect-method default value again | wm4 | 2017-06-29 | 1 | -1/+1 |
* | Universal Windows Plaform (UWP) support | Pedro Pombeiro | 2017-06-29 | 1 | -1/+3 |
* | build: change how some OS specific source files are selected | wm4 | 2017-06-29 | 1 | -2/+2 |
* | build: replace glob() check and assume it's always in POSIX | wm4 | 2017-06-29 | 1 | -1/+1 |
* | options: sort action list alphabetically | wm4 | 2017-06-27 | 1 | -11/+11 |
* | options: expose string list actions for --sub-file option | wm4 | 2017-06-27 | 1 | -23/+38 |
* | options: list suffix actions as options too | wm4 | 2017-06-27 | 1 | -2/+7 |
* | options: handle suffixes like -add in a more generic way | wm4 | 2017-06-26 | 4 | -125/+148 |
* | client API: drop old "no-" option emulation | wm4 | 2017-06-26 | 1 | -22/+2 |
* | options: suggest a replacement for --field-dominance | wm4 | 2017-06-25 | 1 | -1/+1 |
* | Revert "parse_commandline: fail gracefully on bad args" | wm4 | 2017-06-24 | 2 | -6/+3 |
* | options: simplify and rename m_option_type_store | wm4 | 2017-06-23 | 3 | -50/+27 |
* | options: remove weird --really-quiet special behavior | wm4 | 2017-06-23 | 2 | -2/+2 |
* | options: unbreak -h | wm4 | 2017-06-23 | 3 | -4/+9 |
* | player: change license of most core files to LGPL | wm4 | 2017-06-23 | 1 | -7/+9 |
* | player: disable --frames in WIP LGPL mode | wm4 | 2017-06-23 | 1 | -0/+3 |
* | player: disable video equalizer frontend code for WIP LGPL mode | wm4 | 2017-06-23 | 1 | -0/+2 |
* | options: disable --field-dominance for WIP LGPL mode, also deprecate | wm4 | 2017-06-23 | 1 | -1/+4 |
* | player: disable --priority for WIP LGPL mode | wm4 | 2017-06-23 | 1 | -1/+1 |
* | stream: move cache option declarations to cache.c | wm4 | 2017-06-23 | 1 | -28/+1 |
* | Revert "m_option: make geometry code GPL-only" | wm4 | 2017-06-22 | 1 | -32/+0 |
* | m_option: make geometry code GPL-only | wm4 | 2017-06-21 | 1 | -0/+32 |
* | dec_video: change license to LGPL (almost) | wm4 | 2017-06-18 | 1 | -0/+1 |
* | img_format: minor simplification | wm4 | 2017-06-18 | 1 | -1/+1 |
* | command: avoid going through prop->opt bridge from opt->prop bridge | wm4 | 2017-06-16 | 1 | -0/+2 |
* | command: add all options to property->option bridge | wm4 | 2017-06-15 | 2 | -9/+13 |
* | options: make mess to allow setting profile option with libmpv | wm4 | 2017-06-15 | 2 | -94/+87 |
* | js: add javascript scripting support using MuJS | Avi Halachmi (:avih) | 2017-06-14 | 1 | -2/+4 |
* | options: change license of most files to LGPL (except options.c/.h) | wm4 | 2017-06-12 | 8 | -52/+58 |
* | m_option: revert commit 2793a70e0fb3 | wm4 | 2017-06-12 | 1 | -3/+2 |
* | m_property: change license to LGPL | wm4 | 2017-06-12 | 2 | -14/+14 |
* | path: change license to LGPL | wm4 | 2017-06-12 | 2 | -21/+16 |
* | m_option: fix leaks with OPT_KEYVALUELIST options | wm4 | 2017-06-08 | 1 | -0/+3 |
* | options: slight cleanup of --sub-ass-style-override | Niklas Haas | 2017-06-07 | 1 | -2/+3 |
* | options: change --sub-fix-timing default | wm4 | 2017-06-06 | 1 | -1/+0 |
* | vo_opengl: hwdec_cuda: Support separate decode and display devices | Philip Langdale | 2017-06-03 | 2 | -0/+9 |
* | audio: merge --replaygain-track and --replaygain-album into one option | wm4 | 2017-04-27 | 2 | -4/+5 |
* | audio: move replaygain control to top-level options | wm4 | 2017-04-26 | 3 | -3/+14 |
* | options: change --audio-file-auto default to not to load any files | wm4 | 2017-04-20 | 1 | -1/+1 |
* | player: add --keep-open-pause=no option | Dan Oscarsson | 2017-04-14 | 2 | -0/+3 |
* | options: deprecate --loop | wm4 | 2017-04-10 | 3 | -8/+17 |
* | options: assing proper default value for --audio-channels | wm4 | 2017-04-05 | 1 | -0/+5 |
* | parse_commandline: guard glob() use | wm4 | 2017-04-04 | 1 | -1/+1 |
* | video: support positional arguments for automatic lavfi option bridge | wm4 | 2017-04-03 | 1 | -5/+22 |
* | command: change and simplify filter toggle syntax | wm4 | 2017-03-26 | 1 | -5/+23 |
* | m_option: consistent af/vf filter entry "enabled" flag default value | wm4 | 2017-03-25 | 1 | -0/+1 |
* | command: add better runtime filter toggling method | wm4 | 2017-03-25 | 2 | -7/+42 |
* | sub: add SDH subtitle filter | Dan Oscarsson | 2017-03-25 | 2 | -0/+4 |
* | options: add M_OPT_FILE to some more file options | Philip Sequeira | 2017-03-06 | 1 | -3/+3 |
* | hw_videotoolbox: allow using native decoder output format | wm4 | 2017-03-02 | 1 | -1/+1 |
* | m_option: optionally allow passing "no" to imgfmt option types | wm4 | 2017-03-02 | 1 | -4/+7 |
* | cocoa: add option to force dedicated GPU | Akemi | 2017-02-27 | 2 | -0/+6 |
* | cocoa: add --ontop-level option for modifying ontop window level | Akemi | 2017-02-13 | 2 | -0/+4 |
* | Fix build with HAVE_GL==0 | Michael Forney | 2017-02-13 | 1 | -1/+4 |
* | player: add experimental stream recording feature | wm4 | 2017-02-07 | 2 | -0/+3 |
* | sub: add justify of subtitles | Dan Oscarsson | 2017-02-01 | 2 | -0/+2 |
* | win32: snap to screen edges | pavelxdd | 2017-01-27 | 2 | -0/+3 |
* | sub: add option to force using video resolution for image subtitles | wm4 | 2017-01-23 | 2 | -0/+2 |
* | player: remove --stream-capture option/property | wm4 | 2017-01-21 | 2 | -3/+2 |
* | options: refacactor how --opengl-dwmflush is declared | wm4 | 2017-01-20 | 2 | -0/+7 |
* | options: refactor how --opengl-dcomposition is declared | wm4 | 2017-01-20 | 2 | -0/+7 |
* | player: add prefetching of the next playlist entry | wm4 | 2017-01-18 | 2 | -0/+2 |
* | vo_opengl, vo_opengl_cb: better hwdec interop backend selection | wm4 | 2017-01-17 | 2 | -3/+7 |
* | config: do not resolve default profile during "include" processing | wm4 | 2017-01-13 | 1 | -1/+2 |
* | options: explicitly deprecate --ad-spdif-dtshd | wm4 | 2016-12-23 | 1 | -1/+2 |
* | audio: change how spdif codecs are selected | wm4 | 2016-12-23 | 1 | -1/+1 |
* | options: change --h=... behavior | wm4 | 2016-12-16 | 1 | -7/+1 |
* | cocoa: fullscreen refactoring | Akemi | 2016-12-15 | 2 | -2/+1 |
* | options: remove weird RPI-only fullscreen default | wm4 | 2016-12-08 | 1 | -1/+0 |
* | options: some simplifications | wm4 | 2016-11-29 | 3 | -110/+20 |
* | options: remove deprecated sub-option handling for --vo and --ao | wm4 | 2016-11-25 | 6 | -84/+124 |
* | options: remove legacy global sub-option syntax | wm4 | 2016-11-22 | 2 | -60/+3 |
* | options: clarify --softvol deprecation message and manpage entry | wm4 | 2016-11-19 | 1 | -1/+2 |
* | cocoa: option to scale window by HiDPI scale factor | Akemi | 2016-11-11 | 2 | -0/+3 |
* | options: fnmatch: check existence instead of posix | Avi Halachmi (:avih) | 2016-11-08 | 1 | -1/+0 |
* | options: make --load-scripts runtime changeable | wm4 | 2016-10-22 | 1 | -1/+1 |
* | options: handle legacy no-* sub-options | wm4 | 2016-10-21 | 1 | -8/+21 |
* | video: add --hwdec=vdpau-copy mode | wm4 | 2016-10-20 | 1 | -0/+1 |
* | vd_lavc: Add hwdec wrapper for crystalhd | Philip Langdale | 2016-10-15 | 1 | -0/+1 |
* | vo_drm: change CLI options + refactors | rr- | 2016-10-07 | 2 | -0/+12 |
* | options: handle --audio-device changes like the other options | wm4 | 2016-10-05 | 1 | -2/+2 |
* | audio: make setting audio-exclusive update the audio chain | Kevin Mitchell | 2016-10-04 | 1 | -1/+1 |
* | options: rename subtitle options | Dan Oscarsson | 2016-10-03 | 2 | -13/+40 |
* | player: make --stop-screensaver runtime-changeable | wm4 | 2016-10-02 | 2 | -2/+3 |
* | rpi: add --hwdec=rpi-copy | wm4 | 2016-09-30 | 1 | -0/+1 |
* | path: default ~~ paths to home directory | wm4 | 2016-09-29 | 1 | -0/+6 |
* | win32: make --priority runtime-settable | James Ross-Gowan | 2016-09-28 | 2 | -2/+3 |
* | options: do not mark --profile/--include as M_OPT_FIXED | wm4 | 2016-09-24 | 1 | -2/+2 |
* | player: do not let pseudo-gui override user config settings | wm4 | 2016-09-23 | 4 | -0/+15 |
* | m_config, command: remove some minor code duplication | wm4 | 2016-09-23 | 2 | -3/+9 |
* | player: make audio-channels etc. runtime settable | wm4 | 2016-09-22 | 2 | -5/+6 |
* | player: add --watch-later-directory option | David Logie | 2016-09-22 | 2 | -0/+2 |
* | client API: more or less deprecate mpv_set_option() | wm4 | 2016-09-21 | 3 | -15/+14 |
* | options: make input options generally runtime-settable | wm4 | 2016-09-21 | 3 | -8/+5 |
* | command: change update handling of some video-related properties | wm4 | 2016-09-20 | 2 | -6/+8 |
* | options: fix window-scale property | wm4 | 2016-09-20 | 2 | -2/+2 |
* | m_option: resort M_OPT_ flag values | wm4 | 2016-09-20 | 1 | -11/+11 |
* | player: make --osc/--ytdl settable during playback | wm4 | 2016-09-20 | 2 | -3/+4 |
* | options, command: simplify some option updates | wm4 | 2016-09-19 | 2 | -39/+41 |
* | player: make --terminal freetly settable at runtime | wm4 | 2016-09-19 | 1 | -2/+2 |
* | options: slightly better option update mechanism | wm4 | 2016-09-19 | 4 | -17/+45 |
* | options: remove some M_OPT_FIXED flags | wm4 | 2016-09-19 | 1 | -9/+9 |
* | command: fix "cycle"/"add" not working on most properties | wm4 | 2016-09-18 | 1 | -1/+2 |
* | player: more option/property consistency fixes | wm4 | 2016-09-18 | 5 | -6/+23 |
* | options: rename/deprecate --playlist-pos | wm4 | 2016-09-18 | 1 | -1/+3 |
* | options: actually deprecate --mute=auto | wm4 | 2016-09-18 | 1 | -2/+2 |
* | options: take care of propertly updating options on runtime changes | wm4 | 2016-09-17 | 2 | -5/+31 |
* | options: fix pseudo-options like -v | wm4 | 2016-09-17 | 1 | -1/+1 |
* | options: simplify M_OPT_EXIT | wm4 | 2016-09-17 | 4 | -21/+17 |
* | m_config: make option setting always call m_config_set_option_raw() | wm4 | 2016-09-17 | 1 | -14/+20 |
* | options: kill M_OPT_GLOBAL flag | wm4 | 2016-09-17 | 3 | -21/+7 |
* | options: add --hwdec=yes as alias for --hwdec=auto | wm4 | 2016-09-15 | 1 | -0/+1 |
* | player: move builtin profiles to a separate file | wm4 | 2016-09-15 | 1 | -0/+2 |
* | hwdec_cuda: Add trivial cuda-copy wrapper | Philip Langdale | 2016-09-11 | 1 | -0/+1 |
* | options: fix another minor regression | wm4 | 2016-09-11 | 1 | -1/+2 |
* | options: fix --list-options after previous commit | wm4 | 2016-09-10 | 2 | -3/+4 |
* | options: make --h list options according to a pattern passed to it | wm4 | 2016-09-10 | 3 | -9/+23 |
* | m_config: remove another unused leftover | wm4 | 2016-09-10 | 2 | -15/+0 |
* | stream, demux, config: remove some dead/unneeded option-related code | wm4 | 2016-09-09 | 2 | -72/+5 |
* | stream_dvd, stream_dvdnav: remove weird option parsing stuff | wm4 | 2016-09-08 | 2 | -9/+25 |
* | options: drop unreferenced --bluray-angle option | wm4 | 2016-09-08 | 2 | -2/+1 |
* | hwdec/opengl: Add support for CUDA and cuvid/NvDecode | Philip Langdale | 2016-09-08 | 1 | -0/+1 |
* | osdep: rename atomics.h to atomic.h | wm4 | 2016-09-07 | 1 | -1/+1 |
* | demux: do not access global options | wm4 | 2016-09-06 | 2 | -70/+38 |
* | m_config: avoid accidentally causing deprecation warnings | wm4 | 2016-09-05 | 1 | -41/+52 |
* | audio/out: deprecate "exclusive" sub-options | wm4 | 2016-09-05 | 2 | -0/+2 |
* | options: add automagic hack for handling sub-option deprecations | wm4 | 2016-09-05 | 2 | -5/+51 |
* | vo_image: move to global options | wm4 | 2016-09-05 | 1 | -2/+8 |
* | options: add a mechanism to make sub-option replacement slightly easier | wm4 | 2016-09-05 | 4 | -8/+20 |
* | m_config: move parts of m_config_add_option into its own function | wm4 | 2016-09-05 | 1 | -26/+36 |
* | sd_lavc: enable teletext | wm4 | 2016-09-03 | 2 | -0/+3 |
* | ao_alsa: change sub-options to global options | wm4 | 2016-09-02 | 2 | -0/+5 |
* | config: allow profile forward-references in default profile | wm4 | 2016-09-02 | 3 | -10/+19 |
* | m_config: make sure profile values are never NULL | wm4 | 2016-09-02 | 1 | -5/+4 |
* | options: deprecate --vo-defaults | wm4 | 2016-09-02 | 2 | -10/+12 |
* | vo_opengl: deprecate sub-options, add them as global options | wm4 | |