aboutsummaryrefslogtreecommitdiffhomepage
path: root/options
Commit message (Expand)AuthorAge
* options: add --hwdec=yes as alias for --hwdec=autoGravatar wm42016-09-15
* player: move builtin profiles to a separate fileGravatar wm42016-09-15
* hwdec_cuda: Add trivial cuda-copy wrapperGravatar Philip Langdale2016-09-11
* options: fix another minor regressionGravatar wm42016-09-11
* options: fix --list-options after previous commitGravatar wm42016-09-10
* options: make --h list options according to a pattern passed to itGravatar wm42016-09-10
* m_config: remove another unused leftoverGravatar wm42016-09-10
* stream, demux, config: remove some dead/unneeded option-related codeGravatar wm42016-09-09
* stream_dvd, stream_dvdnav: remove weird option parsing stuffGravatar wm42016-09-08
* options: drop unreferenced --bluray-angle optionGravatar wm42016-09-08
* hwdec/opengl: Add support for CUDA and cuvid/NvDecodeGravatar Philip Langdale2016-09-08
* osdep: rename atomics.h to atomic.hGravatar wm42016-09-07
* demux: do not access global optionsGravatar wm42016-09-06
* m_config: avoid accidentally causing deprecation warningsGravatar wm42016-09-05
* audio/out: deprecate "exclusive" sub-optionsGravatar wm42016-09-05
* options: add automagic hack for handling sub-option deprecationsGravatar wm42016-09-05
* vo_image: move to global optionsGravatar wm42016-09-05
* options: add a mechanism to make sub-option replacement slightly easierGravatar wm42016-09-05
* m_config: move parts of m_config_add_option into its own functionGravatar wm42016-09-05
* sd_lavc: enable teletextGravatar wm42016-09-03
* ao_alsa: change sub-options to global optionsGravatar wm42016-09-02
* config: allow profile forward-references in default profileGravatar wm42016-09-02
* m_config: make sure profile values are never NULLGravatar wm42016-09-02
* options: deprecate --vo-defaultsGravatar wm42016-09-02
* vo_opengl: deprecate sub-options, add them as global optionsGravatar wm42016-09-02
* m_config: add some convenience functionsGravatar wm42016-09-02
* vo: use new option update mechanismGravatar wm42016-09-02
* m_config: introduce basic mechanism to synchronize global option updatesGravatar wm42016-09-02
* m_config: add helper function for initializing af/ao/vf/vo suboptionsGravatar wm42016-09-02
* command: fix or document some property/option consistency issuesGravatar wm42016-09-01
* command: add options to property listGravatar wm42016-09-01
* m_config: fix "no-" option handling with sub-optionsGravatar wm42016-09-01
* vo, ao: disable positional parameter suboptionsGravatar wm42016-09-01
* m_config: remove an unused functionGravatar wm42016-08-31
* m_config: remove some aliasing checksGravatar wm42016-08-31
* m_option: replace --no-video-aspect aliasGravatar wm42016-08-31
* m_config: deprecate top-level suboptionsGravatar wm42016-08-31
* client API: deprecate "no-..." option handlingGravatar wm42016-08-31
* m_config: introduce and use OPT_ALIAS for some optionsGravatar wm42016-08-31
* m_config: handle --no-... options differentlyGravatar wm42016-08-31
* m_property: remove pointless explicitly clampingGravatar wm42016-08-31
* options: make mp_vo_opts options an actual sub-option groupGravatar wm42016-08-30
* m_config: pass parent option in m_config_add_option()Gravatar wm42016-08-30
* m_config: rename is_generated to is_hiddenGravatar wm42016-08-30
* m_option: remove M_OPT_TYPE_DYNAMIC flagGravatar wm42016-08-30
* m_config: profile option values can be NULLGravatar wm42016-08-29
* command: export profile list as a propertyGravatar wm42016-08-28
* player: add option to disable video OSDGravatar wm42016-08-28
* aspect: add --video-unscaled=downscale-bigGravatar rr-2016-08-19
* player: add option to control duration of image displayGravatar wm42016-08-17