index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
options
/
m_config.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
options: deprecate --loop
wm4
2017-04-10
1
-5
/
+9
*
options: change --h=... behavior
wm4
2016-12-16
1
-7
/
+1
*
options: some simplifications
wm4
2016-11-29
1
-36
/
+17
*
options: remove deprecated sub-option handling for --vo and --ao
wm4
2016-11-25
1
-65
/
+100
*
options: remove legacy global sub-option syntax
wm4
2016-11-22
1
-54
/
+3
*
options: fnmatch: check existence instead of posix
Avi Halachmi (:avih)
2016-11-08
1
-1
/
+0
*
options: handle legacy no-* sub-options
wm4
2016-10-21
1
-8
/
+21
*
player: do not let pseudo-gui override user config settings
wm4
2016-09-23
1
-0
/
+7
*
m_config, command: remove some minor code duplication
wm4
2016-09-23
1
-3
/
+7
*
client API: more or less deprecate mpv_set_option()
wm4
2016-09-21
1
-1
/
+3
*
options: slightly better option update mechanism
wm4
2016-09-19
1
-7
/
+17
*
player: more option/property consistency fixes
wm4
2016-09-18
1
-5
/
+2
*
options: take care of propertly updating options on runtime changes
wm4
2016-09-17
1
-3
/
+23
*
options: fix pseudo-options like -v
wm4
2016-09-17
1
-1
/
+1
*
options: simplify M_OPT_EXIT
wm4
2016-09-17
1
-7
/
+7
*
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
1
-13
/
+2
*
options: fix another minor regression
wm4
2016-09-11
1
-1
/
+2
*
options: fix --list-options after previous commit
wm4
2016-09-10
1
-2
/
+3
*
options: make --h list options according to a pattern passed to it
wm4
2016-09-10
1
-4
/
+21
*
m_config: remove another unused leftover
wm4
2016-09-10
1
-12
/
+0
*
stream, demux, config: remove some dead/unneeded option-related code
wm4
2016-09-09
1
-63
/
+5
*
osdep: rename atomics.h to atomic.h
wm4
2016-09-07
1
-1
/
+1
*
m_config: avoid accidentally causing deprecation warnings
wm4
2016-09-05
1
-41
/
+52
*
options: add automagic hack for handling sub-option deprecations
wm4
2016-09-05
1
-5
/
+47
*
options: add a mechanism to make sub-option replacement slightly easier
wm4
2016-09-05
1
-0
/
+16
*
m_config: move parts of m_config_add_option into its own function
wm4
2016-09-05
1
-26
/
+36
*
config: allow profile forward-references in default profile
wm4
2016-09-02
1
-2
/
+9
*
m_config: make sure profile values are never NULL
wm4
2016-09-02
1
-5
/
+4
*
vo_opengl: deprecate sub-options, add them as global options
wm4
2016-09-02
1
-20
/
+36
*
m_config: add some convenience functions
wm4
2016-09-02
1
-0
/
+21
*
m_config: introduce basic mechanism to synchronize global option updates
wm4
2016-09-02
1
-4
/
+203
*
m_config: add helper function for initializing af/ao/vf/vo suboptions
wm4
2016-09-02
1
-3
/
+19
*
command: add options to property list
wm4
2016-09-01
1
-1
/
+11
*
m_config: fix "no-" option handling with sub-options
wm4
2016-09-01
1
-1
/
+1
*
m_config: remove an unused function
wm4
2016-08-31
1
-16
/
+6
*
m_config: remove some aliasing checks
wm4
2016-08-31
1
-19
/
+2
*
m_option: replace --no-video-aspect alias
wm4
2016-08-31
1
-15
/
+2
*
m_config: deprecate top-level suboptions
wm4
2016-08-31
1
-0
/
+5
*
client API: deprecate "no-..." option handling
wm4
2016-08-31
1
-0
/
+7
*
m_config: introduce and use OPT_ALIAS for some options
wm4
2016-08-31
1
-8
/
+6
*
m_config: handle --no-... options differently
wm4
2016-08-31
1
-53
/
+44
*
m_config: pass parent option in m_config_add_option()
wm4
2016-08-30
1
-9
/
+10
*
m_config: rename is_generated to is_hidden
wm4
2016-08-30
1
-6
/
+6
*
m_option: remove M_OPT_TYPE_DYNAMIC flag
wm4
2016-08-30
1
-1
/
+1
*
m_config: profile option values can be NULL
wm4
2016-08-29
1
-1
/
+2
*
command: export profile list as a property
wm4
2016-08-28
1
-0
/
+27
*
options: add a deprecation warning printing mechanism
wm4
2016-06-29
1
-0
/
+7
*
vo_opengl: somewhat simplify suboption handling mess
wm4
2016-06-04
1
-14
/
+37
*
mpv_talloc.h: rename from talloc.h
Dmitrij D. Czarkoff
2016-01-11
1
-1
/
+1
*
Remove some VLAs
wm4
2015-11-06
1
-12
/
+4
*
options: handle terminal/logging settings eagerly
wm4
2015-11-04
1
-13
/
+18
*
command: add property indicating per-file options
wm4
2015-07-23
1
-0
/
+2
*
m_config: make m_config_set_profile() use a name
wm4
2015-05-07
1
-9
/
+14
*
Update license headers
Marcin Kurczewski
2015-04-13
1
-5
/
+4
*
options: rewrite config file parser
wm4
2015-04-04
1
-0
/
+8
*
m_config: remove assertion for option names with length 0
wm4
2015-03-29
1
-2
/
+4
*
m_config: log options set by the client API too
wm4
2015-02-16
1
-0
/
+7
*
options: don't list removed options
wm4
2015-01-25
1
-0
/
+3
*
options: don't cut off long options in --list-options
wm4
2015-01-06
1
-1
/
+1
*
options: make --no-... options work for OPT_REPLACED too
wm4
2014-12-11
1
-7
/
+21
*
options: add slightly more sophistcated mechanism for option deprecation
wm4
2014-12-11
1
-92
/
+34
*
m_config: add function to copy all options
wm4
2014-10-06
1
-1
/
+14
*
cocoa: remove --fs-missioncontrol
Stefano Pigozzi
2014-10-05
1
-1
/
+0
*
options: remove --volstep
wm4
2014-09-21
1
-0
/
+1
*
options: add M_OPT_FILE flag to mark options that want a file(list)
Alessandro Ghedini
2014-09-13
1
-0
/
+2
*
m_config: fix theoretic undefined behavior
wm4
2014-09-13
1
-4
/
+7
*
player: redo how stream caching and pausing on low cache works
wm4
2014-08-27
1
-0
/
+2
*
build: include <strings.h> for strcasecmp()
wm4
2014-07-10
1
-0
/
+1
*
options: remove bogus replacement message for --fstype
wm4
2014-07-05
1
-1
/
+0
*
options: add --autosub-match to option replacement list
wm4
2014-07-05
1
-0
/
+1
*
options: remove some more stuff
wm4
2014-06-13
1
-16
/
+11
*
options: remove some unneeded stuff
wm4
2014-06-13
1
-7
/
+2
*
options: remove OPT_FLAG_CONSTANTS
wm4
2014-06-13
1
-1
/
+1
*
options: turn --idx, --forceidx into --index
wm4
2014-06-13
1
-0
/
+2
*
Add more const
wm4
2014-06-11
1
-2
/
+2
*
m_config: add function to copy subopt-struct
wm4
2014-06-11
1
-0
/
+37
*
cache: redo options and default settings
wm4
2014-05-20
1
-1
/
+0
*
options: unify code for setting string and "raw" options
wm4
2014-05-18
1
-42
/
+83
*
options: print replacement for renamed/replaced options
wm4
2014-05-05
1
-1
/
+87
*
client API: make mpv_set_option set options natively
wm4
2014-04-22
1
-21
/
+24
*
encode: don't apply default config options
wm4
2014-04-19
1
-0
/
+2
*
options: don't sort sub-option help output
wm4
2014-04-12
1
-1
/
+2
*
options: sort --list-options
wm4
2014-04-11
1
-1
/
+13
*
options: fix --list-options output
wm4
2014-02-26
1
-2
/
+2
*
command: make options property return the list of all options
wm4
2014-02-24
1
-0
/
+20
*
client API: implement setting options using their native type too
wm4
2014-02-24
1
-0
/
+31
*
options: print any options set in verbose mode
wm4
2013-12-23
1
-0
/
+5
*
m_option, m_config: mp_msg conversions
wm4
2013-12-21
1
-49
/
+42
*
m_config: add custom context to includefunc callback
wm4
2013-12-21
1
-1
/
+1
*
Split mpvcore/ into common/, misc/, bstr/
wm4
2013-12-17
1
-1
/
+1
*
Move options/config related files from mpvcore/ to options/
wm4
2013-12-17
1
-0
/
+755