| Commit message (Expand) | Author | Age | Files | Lines |
* | options: do not accept ":" as separator anymore in key/value lists | wm4 | 2020-08-22 | 1 | -1/+1 |
* | player: add --subs-with-matching-audio option | rcombs | 2020-08-19 | 2 | -1/+7 |
* | wayland: expose wayland-app-id as a user option | Dudemanguy | 2020-08-14 | 2 | -0/+2 |
* | sub: extend range of --sub-pos option | wm4 | 2020-08-12 | 1 | -1/+1 |
* | sd_ass: force full reinit if certain options change at runtime | wm4 | 2020-08-12 | 2 | -5/+8 |
* | options: add some way to more or less "unapply" profiles | wm4 | 2020-08-07 | 3 | -55/+124 |
* | auto_profiles: add this script | wm4 | 2020-08-05 | 5 | -0/+27 |
* | x11: add option to make window appear on a specific workspace | wm4 | 2020-07-12 | 2 | -2/+14 |
* | path: fix broken exe-dir[/mpv] config locations | Avi Halachmi (:avih) | 2020-07-08 | 1 | -1/+1 |
* | path: do not use old_home for win32 exe dir | wm4 | 2020-06-25 | 1 | -0/+1 |
* | options: add --video-scale-x/y | wm4 | 2020-06-03 | 2 | -0/+5 |
* | player: add --term-title option | wm4 | 2020-05-25 | 2 | -0/+2 |
* | player: remove some display-adrop leftovers | wm4 | 2020-05-23 | 2 | -4/+0 |
* | options: add option to control display-sync factor | wm4 | 2020-05-23 | 2 | -0/+3 |
* | options: update OSD when writing some OSD-related options | wm4 | 2020-05-09 | 1 | -9/+9 |
* | options: don't trigger bool "compact" path for --loop-file | wm4 | 2020-05-06 | 1 | -2/+2 |
* | player: slightly improve use of secondary track selection limits | wm4 | 2020-04-15 | 1 | -0/+1 |
* | options: cleanup .min use for OPT_CHANNELS | wm4 | 2020-04-09 | 2 | -5/+4 |
* | options: make imgfmt options always accept "no" | wm4 | 2020-04-09 | 1 | -5/+2 |
* | options: fix ab-loop-* properties | wm4 | 2020-04-09 | 3 | -4/+7 |
* | ipc: add --input-ipc-client option | wm4 | 2020-04-09 | 2 | -0/+4 |
* | input: remove deprecated --input-file option | wm4 | 2020-03-28 | 2 | -3/+0 |
* | options: fix OPT_BYTE_SIZE upper limits | wm4 | 2020-03-18 | 1 | -0/+3 |
* | m_option: attempt to fix two rounding issues | wm4 | 2020-03-18 | 1 | -5/+5 |
* | options: change option macros and all option declarations | wm4 | 2020-03-18 | 2 | -672/+651 |
* | m_option: remove debug code | wm4 | 2020-03-14 | 1 | -3/+0 |
* | options: introduce bool option type, use it for --fullscreen | wm4 | 2020-03-14 | 4 | -9/+78 |
* | command: disable edition switching if there are no editions | wm4 | 2020-03-14 | 1 | -1/+2 |
* | options: change how option range min/max is handled | wm4 | 2020-03-13 | 4 | -78/+103 |
* | options: more pushing code around | wm4 | 2020-03-13 | 4 | -151/+245 |
* | options: split m_config.c/h | wm4 | 2020-03-13 | 8 | -1233/+1330 |
* | options: remove intpair option type | wm4 | 2020-03-13 | 2 | -59/+0 |
* | options: remove min/max support from strings and string lists | wm4 | 2020-03-13 | 2 | -29/+2 |
* | options: make decoder options local to decoder wrapper | wm4 | 2020-03-01 | 2 | -43/+3 |
* | player: add optional separate video decoding thread | wm4 | 2020-02-29 | 2 | -0/+7 |
* | player: dumb seeking related stuff, make audio hr-seek default | wm4 | 2020-02-28 | 1 | -1/+3 |
* | options: remove deprecation warning for "-foo bar" syntax | wm4 | 2020-02-17 | 1 | -3/+0 |
* | sub: add an option to filter subtitles by regex | wm4 | 2020-02-16 | 2 | -0/+9 |
* | sub: make filter_sdh a "proper" filter, allow runtime changes | wm4 | 2020-02-16 | 3 | -4/+22 |
* | mac: always include the macOS config when cocoa is available | der richter | 2020-02-09 | 1 | -1/+1 |
* | player: add ab-loop-count option/property | wm4 | 2020-02-08 | 2 | -0/+4 |
* | options: disable vsfilter blur compat by default | wm4 | 2020-02-07 | 1 | -1/+1 |
* | path: add mp_path_is_absolute() | wm4 | 2020-02-06 | 2 | -10/+21 |
* | path: change win32 semantics for joining drive-relative paths | wm4 | 2020-02-06 | 1 | -13/+13 |
* | options: stop hiding deprecated options | wm4 | 2020-02-04 | 2 | -7/+3 |
* | options: remove unused set_defaults callback | wm4 | 2020-02-01 | 2 | -6/+0 |
* | options: merge split_opt functions | wm4 | 2020-01-29 | 1 | -30/+18 |
* | options: suggest not using the syntax that was recently disabled | wm4 | 2020-01-29 | 1 | -0/+4 |
* | Revert "options: move cursor autohiding opts to mp_vo_opts" | dudemanguy | 2020-01-12 | 2 | -7/+6 |
* | options: change option parsing when using a single dash | wm4 | 2020-01-07 | 1 | -3/+9 |
* | command: make sub-step command actually apply sub-delay change properly | wm4 | 2020-01-04 | 2 | -2/+18 |
* | options: add mechanism to add sub-options from component lists | wm4 | 2020-01-04 | 2 | -0/+15 |
* | playlist: change from linked list to an array | wm4 | 2019-12-28 | 1 | -4/+5 |
* | m_option: fix runtime changing of --audio-channels | wm4 | 2019-12-27 | 1 | -3/+14 |
* | stream, demux: redo origin policy thing | wm4 | 2019-12-20 | 2 | -2/+0 |
* | options: fix incorrect deprecation message | wm4 | 2019-12-19 | 1 | -2/+4 |
* | options: fix UB/crash in key/values parser | wm4 | 2019-12-18 | 1 | -2/+2 |
* | options: deprecate -del for list options | wm4 | 2019-12-18 | 1 | -0/+6 |
* | options: fix filter list comparison (again) | wm4 | 2019-12-18 | 2 | -17/+17 |
* | options: add -remove action to list options | wm4 | 2019-12-18 | 1 | -7/+36 |
* | options: make keys in key/value lists unique | wm4 | 2019-12-18 | 1 | -0/+27 |
* | options: increase consistency between list options and document them | wm4 | 2019-12-18 | 1 | -3/+16 |
* | command: slightly simplify input-ipc-server change detection/init | wm4 | 2019-12-17 | 1 | -2/+2 |
* | m_option: clamp integer before adding a value | wm4 | 2019-12-16 | 1 | -0/+2 |
* | console.lua: add this script | James Ross-Gowan | 2019-12-08 | 2 | -0/+3 |
* | options: move cursor autohiding opts to mp_vo_opts | dudemanguy | 2019-12-04 | 2 | -6/+7 |
* | m_config: remove change callback before unintialization | wm4 | 2019-11-30 | 1 | -0/+1 |
* | command: change window-minimized/window-maximized to options | wm4 | 2019-11-29 | 2 | -0/+4 |
* | player: change m_config to use new option handling mechanisms | wm4 | 2019-11-29 | 2 | -67/+95 |
* | 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 | 4 | -36/+28 |
* | 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 |
* | m_option: remove an outdated ancient comment | wm4 | 2019-11-29 | 1 | -7/+1 |
* | m_option: add option comparison | wm4 | 2019-11-29 | 2 | -1/+156 |
* | options: remove options-to-property bridge | wm4 | 2019-11-25 | 2 | -32/+3 |
* | options: pre-check filter names when using vf/af libavfilter bridge | wm4 | 2019-11-25 | 2 | -1/+8 |
* | 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 | 1 | -1/+2 |
* | command: shuffle some crap around | wm4 | 2019-11-25 | 1 | -1/+3 |
* | options: remove deprecated --playlist-pos alias | wm4 | 2019-11-24 | 1 | -1/+0 |
* | player: Optionally validate st_mtime when restoring playback state | Chris Down | 2019-11-20 | 2 | -0/+2 |
* | options: deprecate --input-file | wm4 | 2019-11-16 | 1 | -1/+2 |
* | options: remove M_SETOPT_RUNTIME | wm4 | 2019-11-10 | 1 | -3/+0 |
* | options: remove M_OPT_FIXED | wm4 | 2019-11-10 | 4 | -33/+20 |
* | test: make tests part of the mpv binary | wm4 | 2019-11-08 | 2 | -0/+5 |
* | stream: turn into a ring buffer, make size configurable | wm4 | 2019-11-06 | 2 | -0/+3 |
* | 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 |
* | 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 | 2 | -8/+15 |
* | sws_utils: shuffle around some shit | wm4 | 2019-10-31 | 2 | -7/+8 |
* | Replace uses of FFMIN/MAX with MPMIN/MAX | wm4 | 2019-10-31 | 1 | -5/+4 |
* | options: set correct range for --video-aspect-override | wm4 | 2019-10-25 | 1 | -3/+2 |
* | vo_gpu, options: don't return NaN through API | wm4 | 2019-10-25 | 2 | -9/+31 |
* | wayland: add various render-related options | dudemanguy | 2019-10-20 | 2 | -0/+6 |
* | video: add zimg wrapper | wm4 | 2019-10-20 | 2 | -1/+6 |
* | options: rename --video-aspect to --video-aspect-override | Niklas Haas | 2019-10-04 | 1 | -2/+3 |
* | vo: make swapchain-depth option generic for all VOs | Anton Kindestam | 2019-09-28 | 2 | -0/+4 |
* | options: add M_OPT_FILE to some more options that take files | Philip Sequeira | 2019-09-27 | 1 | -7/+7 |
* | demux_cue: auto-detect CUE sheet charset | wnoun | 2019-09-21 | 2 | -0/+3 |
* | m_config: add assertion to a specific case | wm4 | 2019-09-19 | 1 | -2/+4 |
* | options: deprecate --stream-record | wm4 | 2019-09-19 | 1 | -1/+2 |
* | m_config: remove m_config_create_shadow | wm4 | 2019-09-19 | 2 | -12/+0 |
* | m_config: further minor simplifications | wm4 | 2019-09-19 | 1 | -35/+26 |
* | m_config: simplify some minor crap | wm4 | 2019-09-19 | 1 | -24/+20 |
* | m_config: move group list to internal context | wm4 | 2019-09-19 | 2 | -42/+53 |
* | m_config: add/move some comments | wm4 | 2019-09-19 | 2 | -21/+33 |
* | m_config: remove an unused function | wm4 | 2019-09-19 | 2 | -7/+0 |
* | m_config: fix typo in comment | wm4 | 2019-09-19 | 1 | -1/+1 |
* | m_config: add an assert for a theoretical issue | wm4 | 2019-09-19 | 1 | -1/+6 |
* | aspect: add video margin options | wm4 | 2019-09-19 | 2 | -0/+6 |
* | demux: add a on-disk cache | wm4 | 2019-09-19 | 2 | -0/+3 |
* | m_option: add "B" suffix to human-readable byte numbers | wm4 | 2019-09-19 | 1 | -3/+5 |
* | options: rename --play-direction to --play-dir | wm4 | 2019-09-19 | 1 | -2/+2 |
* | options: remove --chapter | wm4 | 2019-09-19 | 2 | -4/+1 |
* | Implement backwards playback | wm4 | 2019-09-19 | 2 | -0/+11 |
* | player: add --demuxer-cache-wait option | wm4 | 2019-09-19 | 2 | -0/+2 |
* | DOCS: remove references to --video-stereo-mode | Niklas Haas | 2019-09-14 | 1 | -0/+1 |
* | Remove classic Linux analog TV support, and DVB runtime controls | wm4 | 2019-09-13 | 2 | -5/+0 |
* | Remove optical disc fancification layers | wm4 | 2019-09-13 | 1 | -35/+0 |
* | Remove libdvdread support in favor of libdvdnav | wm4 | 2019-09-13 | 1 | -2/+2 |
* | options/path: fix url detection per RFC3986 | john | 2019-04-05 | 1 | -3/+7 |
* | Merge commit '559a400ac36e75a8d73ba263fd7fa6736df1c2da' into wm4-commits--mer... | Anton Kindestam | 2018-12-05 | 9 | -382/+394 |
|\ |
|
| * | demux, stream: rip out the classic stream cache | wm4 | 2018-08-31 | 2 | -15/+0 |
| * | m_config: remove a redundant condition | wm4 | 2018-05-24 | 1 | -3/+1 |
| * | m_config: fix build with emulated stdatomic | wm4 | 2018-05-24 | 1 | -2/+3 |
| * | m_config: make m_config_cache_update() return more fine grained | wm4 | 2018-05-24 | 1 | -3/+7 |
| * | player: get rid of mpv_global.opts | wm4 | 2018-05-24 | 2 | -5/+3 |
| * | vd_lavc: move hwdec opts to local config, don't use global MPOpts | wm4 | 2018-05-24 | 2 | -16/+1 |
| * | path: don't access global option struct | wm4 | 2018-05-24 | 2 | -7/+18 |
| * | m_config: add a special define to access main config | wm4 | 2018-05-24 | 1 | -4/+6 |
| * | ao: use a local option struct | wm4 | 2018-05-24 | 2 | -14/+4 |
| * | m_config: optimize initialization of each option | wm4 | 2018-05-24 | 1 | -5/+9 |
| * | m_config: remove extra default_data field | wm4 | 2018-05-24 | 2 | -17/+25 |
| * | m_config: remove unused fields | wm4 | 2018-05-24 | 2 | -8/+2 |
| * | m_config: reduce redundant option change notifications | wm4 | 2018-05-24 | 1 | -1/+1 |
| * | m_config: remove an old temporary hack | wm4 | 2018-05-24 | 2 | -308/+336 |
| * | m_config: remove outdated comment | wm4 | 2018-05-24 | 1 | -1/+0 |
| * | m_config: check for int16_t offset overflow | wm4 | 2018-05-24 | 1 | -1/+3 |
| * | m_config: remove an unused function | wm4 | 2018-05-24 | 2 | -15/+0 |
| * | m_option: remove an unused field | wm4 | 2018-05-24 | 2 | -13/+0 |
| * | m_config: cosmetics: fix 2 typos | wm4 | 2018-05-24 | 1 | -2/+2 |
| * | player: make playback termination asynchronous | wm4 | 2018-05-24 | 2 | -0/+3 |
| * | command: make loadlist command async and abortable | wm4 | 2018-05-24 | 1 | -1/+1 |
| * | command: add a subprocess command | wm4 | 2018-05-24 | 1 | -0/+1 |
* | | wscript: split egl-android from android | Tom Yan | 2018-08-20 | 1 | -1/+1 |
* | | options.c: display additional metadata tags during video playback | Stephen Hutchinson | 2018-06-11 | 1 | -2/+3 |
* | | m_config: remove outdated comment | wm4 | 2018-05-31 | 1 | -1/+0 |
* | | m_config: check for int16_t offset overflow | wm4 | 2018-05-31 | 1 | -1/+3 |
* | | m_config: remove an unused function | wm4 | 2018-05-31 | 2 | -15/+0 |
* | | m_option: remove an unused field | wm4 | 2018-05-31 | 2 | -13/+0 |
* | | m_config: cosmetics: fix 2 typos | wm4 | 2018-05-31 | 1 | -2/+2 |
|/ |
|
* | m_option: fix duplicate flag value | Philip Sequeira | 2018-05-13 | 1 | -2/+2 |
* | build: make encoding mode non-optional | wm4 | 2018-05-03 | 1 | -2/+0 |
* | encode: get rid of AVDictionary setter helper | wm4 | 2018-04-29 | 2 | -0/+6 |
* | options: remove broken --video-stereo-mode option | wm4 | 2018-04-29 | 2 | -4/+0 |
* | vaapi: add option to select a non-default device path | Rostislav Pehlivanov | 2018-03-30 | 2 | -0/+6 |
* | command: move property multiply code to m_property.c | wm4 | 2018-03-26 | 2 | -0/+33 |
* | vo: move display-fps internal option value to VO opts | wm4 | 2018-03-15 | 2 | -3/+2 |
* | video: add an option to tune waiting for video timing | wm4 | 2018-03-15 | 3 | -0/+7 |
* | video: add option to reduce latency by 1 or 2 frames | wm4 | 2018-03-03 | 2 | -0/+2 |
* | m_option: remove unneded compatibility features | wm4 | 2018-02-28 | 2 | -9 |