| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -0/+2 |
* | options: deprecate --loop | wm4 | 2017-04-10 | 1 | -1/+3 |
* | options: assing proper default value for --audio-channels | wm4 | 2017-04-05 | 1 | -0/+5 |
* | sub: add SDH subtitle filter | Dan Oscarsson | 2017-03-25 | 1 | -0/+2 |
* | 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 |
* | cocoa: add option to force dedicated GPU | Akemi | 2017-02-27 | 1 | -0/+5 |
* | cocoa: add --ontop-level option for modifying ontop window level | Akemi | 2017-02-13 | 1 | -0/+3 |
* | Fix build with HAVE_GL==0 | Michael Forney | 2017-02-13 | 1 | -1/+4 |
* | player: add experimental stream recording feature | wm4 | 2017-02-07 | 1 | -0/+2 |
* | sub: add justify of subtitles | Dan Oscarsson | 2017-02-01 | 1 | -0/+1 |
* | win32: snap to screen edges | pavelxdd | 2017-01-27 | 1 | -0/+2 |
* | sub: add option to force using video resolution for image subtitles | wm4 | 2017-01-23 | 1 | -0/+1 |
* | player: remove --stream-capture option/property | wm4 | 2017-01-21 | 1 | -2/+2 |
* | options: refacactor how --opengl-dwmflush is declared | wm4 | 2017-01-20 | 1 | -0/+5 |
* | options: refactor how --opengl-dcomposition is declared | wm4 | 2017-01-20 | 1 | -0/+6 |
* | player: add prefetching of the next playlist entry | wm4 | 2017-01-18 | 1 | -0/+1 |
* | vo_opengl, vo_opengl_cb: better hwdec interop backend selection | wm4 | 2017-01-17 | 1 | -2/+6 |
* | 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 |
* | cocoa: fullscreen refactoring | Akemi | 2016-12-15 | 1 | -1/+1 |
* | options: remove weird RPI-only fullscreen default | wm4 | 2016-12-08 | 1 | -1/+0 |
* | options: remove deprecated sub-option handling for --vo and --ao | wm4 | 2016-11-25 | 1 | -4/+0 |
* | 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 | 1 | -0/+2 |
* | options: make --load-scripts runtime changeable | wm4 | 2016-10-22 | 1 | -1/+1 |
* | 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 | 1 | -0/+9 |
* | 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 | 1 | -12/+39 |
* | player: make --stop-screensaver runtime-changeable | wm4 | 2016-10-02 | 1 | -1/+1 |
* | rpi: add --hwdec=rpi-copy | wm4 | 2016-09-30 | 1 | -0/+1 |
* | win32: make --priority runtime-settable | James Ross-Gowan | 2016-09-28 | 1 | -1/+1 |
* | 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 | 1 | -0/+4 |
* | player: make audio-channels etc. runtime settable | wm4 | 2016-09-22 | 1 | -4/+4 |
* | player: add --watch-later-directory option | David Logie | 2016-09-22 | 1 | -0/+1 |
* | client API: more or less deprecate mpv_set_option() | wm4 | 2016-09-21 | 1 | -13/+11 |
* | options: make input options generally runtime-settable | wm4 | 2016-09-21 | 1 | -6/+3 |
* | command: change update handling of some video-related properties | wm4 | 2016-09-20 | 1 | -5/+6 |
* | options: fix window-scale property | wm4 | 2016-09-20 | 1 | -1/+1 |
* | player: make --osc/--ytdl settable during playback | wm4 | 2016-09-20 | 1 | -2/+2 |
* | options, command: simplify some option updates | wm4 | 2016-09-19 | 1 | -38/+38 |
* | player: make --terminal freetly settable at runtime | wm4 | 2016-09-19 | 1 | -2/+2 |
* | options: slightly better option update mechanism | wm4 | 2016-09-19 | 1 | -7/+7 |
* | options: remove some M_OPT_FIXED flags | wm4 | 2016-09-19 | 1 | -9/+9 |
* | player: more option/property consistency fixes | wm4 | 2016-09-18 | 1 | -1/+2 |
* | 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: kill M_OPT_GLOBAL flag | wm4 | 2016-09-17 | 1 | -3/+3 |
* | 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 |
* | stream_dvd, stream_dvdnav: remove weird option parsing stuff | wm4 | 2016-09-08 | 1 | -5/+17 |
* | options: drop unreferenced --bluray-angle option | wm4 | 2016-09-08 | 1 | -1/+1 |
* | hwdec/opengl: Add support for CUDA and cuvid/NvDecode | Philip Langdale | 2016-09-08 | 1 | -0/+1 |
* | demux: do not access global options | wm4 | 2016-09-06 | 1 | -51/+34 |
* | audio/out: deprecate "exclusive" sub-options | wm4 | 2016-09-05 | 1 | -0/+1 |
* | 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 | 1 | -6/+2 |
* | sd_lavc: enable teletext | wm4 | 2016-09-03 | 1 | -0/+2 |
* | ao_alsa: change sub-options to global options | wm4 | 2016-09-02 | 1 | -0/+4 |
* | options: deprecate --vo-defaults | wm4 | 2016-09-02 | 1 | -8/+9 |
* | vo_opengl: deprecate sub-options, add them as global options | wm4 | 2016-09-02 | 1 | -0/+7 |
* | vo: use new option update mechanism | wm4 | 2016-09-02 | 1 | -1/+1 |
* | command: fix or document some property/option consistency issues | wm4 | 2016-09-01 | 1 | -5/+5 |
* | command: add options to property list | wm4 | 2016-09-01 | 1 | -12/+15 |
* | m_option: replace --no-video-aspect alias | wm4 | 2016-08-31 | 1 | -2/+1 |
* | m_config: introduce and use OPT_ALIAS for some options | wm4 | 2016-08-31 | 1 | -5/+4 |
* | options: make mp_vo_opts options an actual sub-option group | wm4 | 2016-08-30 | 1 | -68/+77 |
* | player: add option to disable video OSD | wm4 | 2016-08-28 | 1 | -0/+3 |
* | aspect: add --video-unscaled=downscale-big | rr- | 2016-08-19 | 1 | -1/+2 |
* | player: add option to control duration of image display | wm4 | 2016-08-17 | 1 | -0/+4 |
* | player: add --no-autoload-files option | wm4 | 2016-08-10 | 1 | -0/+2 |
* | player: add --audio-wait-open options | wm4 | 2016-08-09 | 1 | -0/+1 |
* | player: add --audio-stream-silence | wm4 | 2016-08-09 | 1 | -0/+1 |
* | audio: use --audio-channels=auto behavior, except on ALSA | wm4 | 2016-08-04 | 1 | -2/+1 |
* | options: un-restrict --audio-delay | wm4 | 2016-08-04 | 1 | -1/+1 |
* | options: add vp9 to --hwdec-codecs | wm4 | 2016-07-30 | 1 | -1/+1 |
* | audio: refactor mixer code and delete mixer.c | wm4 | 2016-07-17 | 1 | -1/+1 |
* | videotoolbox: add --hwdec=videotoolbox-copy for h/w accelerated decoding with... | Aman Gupta | 2016-07-15 | 1 | -0/+1 |
* | audio: drop --softvol=no and --softvol=auto | wm4 | 2016-07-09 | 1 | -6/+7 |
* | options: deprecate --heartbeat-cmd | wm4 | 2016-06-29 | 1 | -1/+2 |
* | video: add --hwdec=auto-copy mode | wm4 | 2016-05-11 | 1 | -0/+1 |
* | win32: make taskbar progress indication optional | maniak1349 | 2016-05-08 | 1 | -0/+2 |
* | x11: rename inappropriate --x11-bypass-compositor=never option | wm4 | 2016-05-07 | 1 | -1/+1 |
* | x11: add --x11-bypass-compositor=always | wm4 | 2016-05-06 | 1 | -1/+1 |
* | x11: extend --x11-bypass-compositor with fs-only option | wm4 | 2016-05-02 | 1 | -2/+3 |
* | options: add --fit-border video option | maniak1349 | 2016-04-30 | 1 | -0/+2 |
* | sd_add: replace --sub-ass=no with --ass-style-override=strip | wm4 | 2016-04-30 | 1 | -1/+1 |
* | vo_opengl: D3D11VA + ANGLE interop | wm4 | 2016-04-27 | 1 | -0/+1 |
* | x11: do not set _NET_WM_BYPASS_COMPOSITOR by default | wm4 | 2016-04-03 | 1 | -1/+1 |
* | vd_lavc: add d3d11va hwdec | Kevin Mitchell | 2016-03-30 | 1 | -0/+1 |
* | Add a mediacodec decoder hwdec wrapper | Jan Ekström | 2016-03-25 | 1 | -0/+1 |
* | ipc: rename --input-unix-socket to --input-ipc-server | James Ross-Gowan | 2016-03-23 | 1 | -1/+2 |
* | dxva2: add interop (non-copyback) hwdec_type | Kevin Mitchell | 2016-02-17 | 1 | -0/+1 |
* | player: add --external-file option | wm4 | 2016-02-08 | 1 | -0/+1 |
* | player: add complex filter graph support | wm4 | 2016-02-05 | 1 | -0/+2 |
* | options: set fs=yes by default on RPI, and change RPI defaults handling | wm4 | 2016-02-05 | 1 | -4/+0 |
* | audio: remove default preference for libdcadec | wm4 | 2016-02-01 | 1 | -1/+1 |
* | audio: change downmix behavior, add --audio-normalize-downmix | wm4 | 2016-01-20 | 1 | -0/+1 |
* | audio: change --audio-channels default back to stereo | wm4 | 2016-01-20 | 1 | -1/+1 |
* | options: add "service_name" as display tag. | Oliver Freyermuth | 2016-01-14 | 1 | -1/+1 |
* | options: raise maximum value for --audio-samplerate | wm4 | 2016-01-05 | 1 | -1/+1 |
* | options: exclude 360 from --video-rotate range | wm4 | 2016-01-02 | 1 | -1/+1 |
* | options: add --audio-file-paths | wm4 | 2015-12-25 | 1 | -0/+1 |
* | stream: drop PVR support | wm4 | 2015-12-10 | 1 | -4/+0 |
* | win32: add option to set VO MMCSS profile | wm4 | 2015-12-06 | 1 | -0/+5 |
* | x11: request bypassing compositor | wm4 | 2015-11-18 | 1 | -0/+2 |
* | videotoolbox: make decoder format customizable | wm4 | 2015-11-17 | 1 | -0/+4 |
* | player: handle rebasing start time differently | wm4 | 2015-11-16 | 1 | -0/+3 |
* | options: enable mpeg2 hw decoding by default if hw decoding is requested | wm4 | 2015-11-05 | 1 | -1/+1 |
* | options: handle terminal/logging settings eagerly | wm4 | 2015-11-04 | 1 | -6/+6 |
* | player: add audio drop/duplicate mode | wm4 | 2015-10-27 | 1 | -0/+4 |
* | options: remove --use-text-osd | wm4 | 2015-10-24 | 1 | -2/+0 |
* | options: add support for client certificate authentication | Joschka Tillmanns | 2015-10-20 | 1 | -0/+2 |
* | ytdl: Remove DASH hacks, use DASH by default | ChrisK2 | 2015-10-11 | 1 | -1/+1 |
* | video: remove user-controllable PTS sorting (--pts-association-mode) | wm4 | 2015-10-06 | 1 | -3/+0 |
* | audio: add option for falling back to ao_null | wm4 | 2015-10-05 | 1 | -0/+1 |
* | video: replace vf_format outputlevels option with global option | wm4 | 2015-09-29 | 1 | -0/+2 |
* | video: remove VDA support | wm4 | 2015-09-28 | 1 | -1/+0 |
* | options: fix --no-config | wm4 | 2015-09-05 | 1 | -1/+1 |
* | video: make container vs. bitstream aspect ratio configurable | wm4 | 2015-08-30 | 1 | -0/+2 |
* | player: add --playlist-pos option | wm4 | 2015-08-22 | 1 | -0/+3 |
* | options: sub-file replaces subfile, instead of sub | Stian Eikeland | 2015-08-21 | 1 | -1/+1 |
* | player: add display sync mode | wm4 | 2015-08-10 | 1 | -0/+14 |
* | options: remove the period at the end of "No file." | Niklas Haas | 2015-08-09 | 1 | -1/+1 |
* | options: move program name to end of window title | Martin Herkt | 2015-08-09 | 1 | -1/+1 |
* | demux: add options to control maximum queue size | wm4 | 2015-08-05 | 1 | -0/+4 |
* | demux: remove options to control minimum packet queue size | wm4 | 2015-08-05 | 1 | -4/+0 |
* | hwdec: add VideoToolbox support | Sebastien Zwickert | 2015-08-05 | 1 | -0/+1 |
* | cache: make backbuffer size configurable | wm4 | 2015-07-22 | 1 | -1/+3 |
* | sub: add option for stretching image subtitles to screen | wm4 | 2015-07-18 | 1 | -0/+1 |
* | player: extend --hls-bitrate option | wm4 | 2015-07-13 | 1 | -3/+3 |
* | player: disable seeking even if the cache is enabled | wm4 | 2015-07-08 | 1 | -0/+2 |
* | vo_opengl_cb, vo_opengl: add option for preloading hwdec context | wm4 | 2015-07-07 | 1 | -0/+1 |
* | options: cleanup hwdec name mappings | wm4 | 2015-07-07 | 1 | -9/+14 |
* | audio: add --audio-spdif as new method for enabling passthrough | wm4 | 2015-06-05 | 1 | -0/+2 |
* | options: remove --slave-broken | wm4 | 2015-05-27 | 1 | -2/+0 |
* | player: use an array for stream ID options and such | wm4 | 2015-05-22 | 1 | -19/+21 |
* | options: rename --media-title option | wm4 | 2015-05-22 | 1 | -1/+2 |
* | audio: make softvol scale cubic | wm4 | 2015-05-22 | 1 | -3/+3 |
* | audio: change range of volume option/property | wm4 | 2015-05-22 | 1 | -2/+2 |
* | options: --loop without argument means looping forever | wm4 | 2015-05-22 | 1 | -1/+1 |
* | video: add hevc to whitelist of hwdec codecs | wm4 | 2015-05-14 | 1 | -1/+1 |
* | player: add --force-window=immediate mode | wm4 | 2015-05-08 | 1 | -1/+2 |
* | options: fix typo in variable name | wm4 | 2015-05-03 | 1 | -1/+1 |
* | options: remove --leak-report | wm4 | 2015-05-02 | 1 | -4/+0 |
* | screenshots: prefix default template with "mpv-" | wm4 | 2015-05-01 | 1 | -1/+1 |
* | screenshots: add --screenshot-directory option | wm4 | 2015-05-01 | 1 | -0/+1 |
* | ytdl: force "best" format by default | wm4 | 2015-04-26 | 1 | -1/+1 |
* | player: add --window-scale option | wm4 | 2015-04-24 | 1 | -0/+2 |
* | demux_mkv: move global options to the demuxer | wm4 | 2015-04-23 | 1 | -6/+2 |
* | options: don't restrict --hr-seek-demuxer-offset | wm4 | 2015-04-20 | 1 | -1/+1 |
* | options: --hr-seek=always is the same as --hr-seek=yes | wm4 | 2015-04-15 | 1 | -1/+1 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 1 | -5/+4 |
* | video: cleanup stereo mode parsing | wm4 | 2015-04-02 | 1 | -1/+1 |
* | options: make --video-rotate use range 0-360 | wm4 | 2015-03-31 | 1 | -1/+1 |
* | video: move colorspace overrides to vf_format, simplify | wm4 | 2015-03-31 | 1 | -22/+0 |
* | csputils: unify names for colorspace/etc. names | wm4 | 2015-03-31 | 1 | -9/+9 |
* | RPI support | wm4 | 2015-03-29 | 1 | -1/+6 |
* | input: remove Linux joystick support | wm4 | 2015-03-24 | 1 | -1/+0 |
* | input: remove classic LIRC support | wm4 | 2015-03-24 | 1 | -2/+0 |
* | audio: prefer libdcadec by default if present | wm4 | 2015-03-23 | 1 | -1/+1 |
* | options: introduce --cache=yes choice | wm4 | 2015-03-12 | 1 | -1/+2 |
* | cache: bump default size to 150MB | wm4 | 2015-03-12 | 1 | -1/+1 |
* | options: add M_OPT_FILE to new options that are missing it | Philip Sequeira | 2015-03-07 | 1 | -1/+1 |
* | options: handle choice -> flag fallback automatically | wm4 | 2015-02-27 | 1 | -13/+13 |
* | demux: bump default demuxer queue sizes | wm4 | 2015-02-27 | 1 | -2/+2 |
* | ytdl: add "--ytdl-params" option | Thiago Kenji Okada | |