index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
options
/
m_config.c
Commit message (
Expand
)
Author
Age
*
player: more option/property consistency fixes
wm4
2016-09-18
*
options: take care of propertly updating options on runtime changes
wm4
2016-09-17
*
options: fix pseudo-options like -v
wm4
2016-09-17
*
options: simplify M_OPT_EXIT
wm4
2016-09-17
*
m_config: make option setting always call m_config_set_option_raw()
wm4
2016-09-17
*
options: kill M_OPT_GLOBAL flag
wm4
2016-09-17
*
options: fix another minor regression
wm4
2016-09-11
*
options: fix --list-options after previous commit
wm4
2016-09-10
*
options: make --h list options according to a pattern passed to it
wm4
2016-09-10
*
m_config: remove another unused leftover
wm4
2016-09-10
*
stream, demux, config: remove some dead/unneeded option-related code
wm4
2016-09-09
*
osdep: rename atomics.h to atomic.h
wm4
2016-09-07
*
m_config: avoid accidentally causing deprecation warnings
wm4
2016-09-05
*
options: add automagic hack for handling sub-option deprecations
wm4
2016-09-05
*
options: add a mechanism to make sub-option replacement slightly easier
wm4
2016-09-05
*
m_config: move parts of m_config_add_option into its own function
wm4
2016-09-05
*
config: allow profile forward-references in default profile
wm4
2016-09-02
*
m_config: make sure profile values are never NULL
wm4
2016-09-02
*
vo_opengl: deprecate sub-options, add them as global options
wm4
2016-09-02
*
m_config: add some convenience functions
wm4
2016-09-02
*
m_config: introduce basic mechanism to synchronize global option updates
wm4
2016-09-02
*
m_config: add helper function for initializing af/ao/vf/vo suboptions
wm4
2016-09-02
*
command: add options to property list
wm4
2016-09-01
*
m_config: fix "no-" option handling with sub-options
wm4
2016-09-01
*
m_config: remove an unused function
wm4
2016-08-31
*
m_config: remove some aliasing checks
wm4
2016-08-31
*
m_option: replace --no-video-aspect alias
wm4
2016-08-31
*
m_config: deprecate top-level suboptions
wm4
2016-08-31
*
client API: deprecate "no-..." option handling
wm4
2016-08-31
*
m_config: introduce and use OPT_ALIAS for some options
wm4
2016-08-31
*
m_config: handle --no-... options differently
wm4
2016-08-31
*
m_config: pass parent option in m_config_add_option()
wm4
2016-08-30
*
m_config: rename is_generated to is_hidden
wm4
2016-08-30
*
m_option: remove M_OPT_TYPE_DYNAMIC flag
wm4
2016-08-30
*
m_config: profile option values can be NULL
wm4
2016-08-29
*
command: export profile list as a property
wm4
2016-08-28
*
options: add a deprecation warning printing mechanism
wm4
2016-06-29
*
vo_opengl: somewhat simplify suboption handling mess
wm4
2016-06-04
*
mpv_talloc.h: rename from talloc.h
Dmitrij D. Czarkoff
2016-01-11
*
Remove some VLAs
wm4
2015-11-06
*
options: handle terminal/logging settings eagerly
wm4
2015-11-04
*
command: add property indicating per-file options
wm4
2015-07-23
*
m_config: make m_config_set_profile() use a name
wm4
2015-05-07
*
Update license headers
Marcin Kurczewski
2015-04-13
*
options: rewrite config file parser
wm4
2015-04-04
*
m_config: remove assertion for option names with length 0
wm4
2015-03-29
*
m_config: log options set by the client API too
wm4
2015-02-16
*
options: don't list removed options
wm4
2015-01-25
*
options: don't cut off long options in --list-options
wm4
2015-01-06
*
options: make --no-... options work for OPT_REPLACED too
wm4
2014-12-11
[next]