summaryrefslogtreecommitdiffstats
path: root/options
Commit message (Expand)AuthorAgeFilesLines
* player: slightly improve use of secondary track selection limitswm42020-04-151-0/+1
* options: cleanup .min use for OPT_CHANNELSwm42020-04-092-5/+4
* options: make imgfmt options always accept "no"wm42020-04-091-5/+2
* options: fix ab-loop-* propertieswm42020-04-093-4/+7
* ipc: add --input-ipc-client optionwm42020-04-092-0/+4
* input: remove deprecated --input-file optionwm42020-03-282-3/+0
* options: fix OPT_BYTE_SIZE upper limitswm42020-03-181-0/+3
* m_option: attempt to fix two rounding issueswm42020-03-181-5/+5
* options: change option macros and all option declarationswm42020-03-182-672/+651
* m_option: remove debug codewm42020-03-141-3/+0
* options: introduce bool option type, use it for --fullscreenwm42020-03-144-9/+78
* command: disable edition switching if there are no editionswm42020-03-141-1/+2
* options: change how option range min/max is handledwm42020-03-134-78/+103
* options: more pushing code aroundwm42020-03-134-151/+245
* options: split m_config.c/hwm42020-03-138-1233/+1330
* options: remove intpair option typewm42020-03-132-59/+0
* options: remove min/max support from strings and string listswm42020-03-132-29/+2
* options: make decoder options local to decoder wrapperwm42020-03-012-43/+3
* player: add optional separate video decoding threadwm42020-02-292-0/+7
* player: dumb seeking related stuff, make audio hr-seek defaultwm42020-02-281-1/+3
* options: remove deprecation warning for "-foo bar" syntaxwm42020-02-171-3/+0
* sub: add an option to filter subtitles by regexwm42020-02-162-0/+9
* sub: make filter_sdh a "proper" filter, allow runtime changeswm42020-02-163-4/+22
* mac: always include the macOS config when cocoa is availableder richter2020-02-091-1/+1
* player: add ab-loop-count option/propertywm42020-02-082-0/+4
* options: disable vsfilter blur compat by defaultwm42020-02-071-1/+1
* path: add mp_path_is_absolute()wm42020-02-062-10/+21
* path: change win32 semantics for joining drive-relative pathswm42020-02-061-13/+13
* options: stop hiding deprecated optionswm42020-02-042-7/+3
* options: remove unused set_defaults callbackwm42020-02-012-6/+0
* options: merge split_opt functionswm42020-01-291-30/+18
* options: suggest not using the syntax that was recently disabledwm42020-01-291-0/+4
* Revert "options: move cursor autohiding opts to mp_vo_opts"dudemanguy2020-01-122-7/+6
* options: change option parsing when using a single dashwm42020-01-071-3/+9
* command: make sub-step command actually apply sub-delay change properlywm42020-01-042-2/+18
* options: add mechanism to add sub-options from component listswm42020-01-042-0/+15
* playlist: change from linked list to an arraywm42019-12-281-4/+5
* m_option: fix runtime changing of --audio-channelswm42019-12-271-3/+14
* stream, demux: redo origin policy thingwm42019-12-202-2/+0
* options: fix incorrect deprecation messagewm42019-12-191-2/+4
* options: fix UB/crash in key/values parserwm42019-12-181-2/+2
* options: deprecate -del for list optionswm42019-12-181-0/+6
* options: fix filter list comparison (again)wm42019-12-182-17/+17
* options: add -remove action to list optionswm42019-12-181-7/+36
* options: make keys in key/value lists uniquewm42019-12-181-0/+27
* options: increase consistency between list options and document themwm42019-12-181-3/+16
* command: slightly simplify input-ipc-server change detection/initwm42019-12-171-2/+2
* m_option: clamp integer before adding a valuewm42019-12-161-0/+2
* console.lua: add this scriptJames Ross-Gowan2019-12-082-0/+3
* options: move cursor autohiding opts to mp_vo_optsdudemanguy2019-12-042-6/+7
* m_config: remove change callback before unintializationwm42019-11-301-0/+1
* command: change window-minimized/window-maximized to optionswm42019-11-292-0/+4
* player: change m_config to use new option handling mechanismswm42019-11-292-67/+95
* m_config: make m_config_cache_write_opt() check/return changeswm42019-11-292-8/+14
* options: get rid of GLOBAL_CONFIG hackwm42019-11-294-36/+28
* m_config: untangle new and old code somewhatwm42019-11-291-75/+177
* m_config: allow writing options through m_config_cachewm42019-11-292-0/+74
* m_config: add fine-grained option reporting mechanismwm42019-11-292-34/+135
* m_config: move stuff aroundwm42019-11-292-53/+77
* m_option: remove an outdated ancient commentwm42019-11-291-7/+1
* m_option: add option comparisonwm42019-11-292-1/+156
* options: remove options-to-property bridgewm42019-11-252-32/+3
* options: pre-check filter names when using vf/af libavfilter bridgewm42019-11-252-1/+8
* m_config: discourage mp_read_option_raw()wm42019-11-251-0/+1
* command, options: deprecate old --display-fps behaviorwm42019-11-251-1/+2
* command: shuffle some crap aroundwm42019-11-251-1/+3
* options: remove deprecated --playlist-pos aliaswm42019-11-241-1/+0
* player: Optionally validate st_mtime when restoring playback stateChris Down2019-11-202-0/+2
* options: deprecate --input-filewm42019-11-161-1/+2
* options: remove M_SETOPT_RUNTIMEwm42019-11-101-3/+0
* options: remove M_OPT_FIXEDwm42019-11-104-33/+20
* test: make tests part of the mpv binarywm42019-11-082-0/+5
* stream: turn into a ring buffer, make size configurablewm42019-11-062-0/+3
* m_config: log applying profileswm42019-11-011-0/+1
* m_config: raise log level of setting options to verbosewm42019-11-011-2/+2
* m_option: remove an unused functionwm42019-10-312-12/+0
* options: make --show-profile without parameters list all profileswm42019-10-312-8/+15
* sws_utils: shuffle around some shitwm42019-10-312-7/+8
* Replace uses of FFMIN/MAX with MPMIN/MAXwm42019-10-311-5/+4
* options: set correct range for --video-aspect-overridewm42019-10-251-3/+2
* vo_gpu, options: don't return NaN through APIwm42019-10-252-9/+31
* wayland: add various render-related optionsdudemanguy2019-10-202-0/+6
* video: add zimg wrapperwm42019-10-202-1/+6
* options: rename --video-aspect to --video-aspect-overrideNiklas Haas2019-10-041-2/+3
* vo: make swapchain-depth option generic for all VOsAnton Kindestam2019-09-282-0/+4
* options: add M_OPT_FILE to some more options that take filesPhilip Sequeira2019-09-271-7/+7
* demux_cue: auto-detect CUE sheet charsetwnoun2019-09-212-0/+3
* m_config: add assertion to a specific casewm42019-09-191-2/+4
* options: deprecate --stream-recordwm42019-09-191-1/+2
* m_config: remove m_config_create_shadowwm42019-09-192-12/+0
* m_config: further minor simplificationswm42019-09-191-35/+26
* m_config: simplify some minor crapwm42019-09-191-24/+20
* m_config: move group list to internal contextwm42019-09-192-42/+53
* m_config: add/move some commentswm42019-09-192-21/+33
* m_config: remove an unused functionwm42019-09-192-7/+0
* m_config: fix typo in commentwm42019-09-191-1/+1
* m_config: add an assert for a theoretical issuewm42019-09-191-1/+6
* aspect: add video margin optionswm42019-09-192-0/+6
* demux: add a on-disk cachewm42019-09-192-0/+3
* m_option: add "B" suffix to human-readable byte numberswm42019-09-191-3/+5
* options: rename --play-direction to --play-dirwm42019-09-191-2/+2
* options: remove --chapterwm42019-09-192-4/+1
* Implement backwards playbackwm42019-09-192-0/+11
* player: add --demuxer-cache-wait optionwm42019-09-192-0/+2
* DOCS: remove references to --video-stereo-modeNiklas Haas2019-09-141-0/+1
* Remove classic Linux analog TV support, and DVB runtime controlswm42019-09-132-5/+0
* Remove optical disc fancification layerswm42019-09-131-35/+0
* Remove libdvdread support in favor of libdvdnavwm42019-09-131-2/+2
* options/path: fix url detection per RFC3986john2019-04-051-3/+7
* Merge commit '559a400ac36e75a8d73ba263fd7fa6736df1c2da' into wm4-commits--mer...Anton Kindestam2018-12-059-382/+394
|\
| * demux, stream: rip out the classic stream cachewm42018-08-312-15/+0
| * m_config: remove a redundant conditionwm42018-05-241-3/+1
| * m_config: fix build with emulated stdatomicwm42018-05-241-2/+3
| * m_config: make m_config_cache_update() return more fine grainedwm42018-05-241-3/+7
| * player: get rid of mpv_global.optswm42018-05-242-5/+3
| * vd_lavc: move hwdec opts to local config, don't use global MPOptswm42018-05-242-16/+1
| * path: don't access global option structwm42018-05-242-7/+18
| * m_config: add a special define to access main configwm42018-05-241-4/+6
| * ao: use a local option structwm42018-05-242-14/+4
| * m_config: optimize initialization of each optionwm42018-05-241-5/+9
| * m_config: remove extra default_data fieldwm42018-05-242-17/+25
| * m_config: remove unused fieldswm42018-05-242-8/+2
| * m_config: reduce redundant option change notificationswm42018-05-241-1/+1
| * m_config: remove an old temporary hackwm42018-05-242-308/+336
| * m_config: remove outdated commentwm42018-05-241-1/+0
| * m_config: check for int16_t offset overflowwm42018-05-241-1/+3
| * m_config: remove an unused functionwm42018-05-242-15/+0
| * m_option: remove an unused fieldwm42018-05-242-13/+0
| * m_config: cosmetics: fix 2 typoswm42018-05-241-2/+2
| * player: make playback termination asynchronouswm42018-05-242-0/+3
| * command: make loadlist command async and abortablewm42018-05-241-1/+1
| * command: add a subprocess commandwm42018-05-241-0/+1
* | wscript: split egl-android from androidTom Yan2018-08-201-1/+1
* | options.c: display additional metadata tags during video playbackStephen Hutchinson2018-06-111-2/+3
* | m_config: remove outdated commentwm42018-05-311-1/+0
* | m_config: check for int16_t offset overflowwm42018-05-311-1/+3
* | m_config: remove an unused functionwm42018-05-312-15/+0
* | m_option: remove an unused fieldwm42018-05-312-13/+0
* | m_config: cosmetics: fix 2 typoswm42018-05-311-2/+2
|/
* m_option: fix duplicate flag valuePhilip Sequeira2018-05-131-2/+2
* build: make encoding mode non-optionalwm42018-05-031-2/+0
* encode: get rid of AVDictionary setter helperwm42018-04-292-0/+6
* options: remove broken --video-stereo-mode optionwm42018-04-292-4/+0
* vaapi: add option to select a non-default device pathRostislav Pehlivanov2018-03-302-0/+6
* command: move property multiply code to m_property.cwm42018-03-262-0/+33
* vo: move display-fps internal option value to VO optswm42018-03-152-3/+2
* video: add an option to tune waiting for video timingwm42018-03-153-0/+7
* video: add option to reduce latency by 1 or 2 frameswm42018-03-032-0/+2
* m_option: remove unneded compatibility featureswm42018-02-282-9/+2
* cocoa-cb: change border and borderless window stylingAkemi2018-02-282-0/+6
* options: minor cleanup to --no-... handlingwm42018-02-133-7/+14
* options: prefix option with "--" in one case in help outputwm42018-02-131-1/+1
* options: slightly improve filter help output for lavfi bridgewm42018-02-032-2/+14
* options: pretty print default values with --list-optionswm42018-02-011-1/+1
* audio: move to decoder wrapperwm42018-01-301-1/+0
* audio: rewrite filtering glue codewm42018-01-302-10/+3
* video: rewrite filtering glue codewm42018-01-303-3/+19
* command: add --osd-on-seek option defaulting to barKevin Mitchell2018-01-262-0/+7
* options: add string list -toggle actionwm42018-01-251-0/+24
* m_option: remove string list -append action code duplicationwm42018-01-251-15/+6
* options: add an option type for byte sizeswm42018-01-252-0/+100
* m_option: add missing print callbackswm42018-01-251-5/+35
* m_option: add print callback to color typeOlivier Perret2018-01-221-0/+7
* options: simplify mp_get_config_group() memory managementwm42018-01-182-4/+4
* options: don't warn when reading deprecated option as raw valuewm42018-01-181-1/+1
* options: deprecate --vf-defaults and --af-defaultswm42018-01-131-2/+4
* audio: add global options for resampler defaultswm42018-01-135-10/+23
* player: cosmetics: rename internal variable for consistencywm42018-01-032-3/+3
* player: add --cache-pause-initial option to start in buffering statewm42018-01-032-0/+2
* player: use fixed timeout for cache pausing (buffering) durationwm42018-01-032-0/+3