aboutsummaryrefslogtreecommitdiffhomepage
path: root/options
Commit message (Expand)AuthorAge
* options: fix run length escape case in config file parserGravatar wm42015-04-04
* options: rewrite config file parserGravatar wm42015-04-04
* video: cleanup stereo mode parsingGravatar wm42015-04-02
* options: fix --geometry to string conversionGravatar wm42015-04-01
* options: make --video-rotate use range 0-360Gravatar wm42015-03-31
* video: move colorspace overrides to vf_format, simplifyGravatar wm42015-03-31
* csputils: unify names for colorspace/etc. namesGravatar wm42015-03-31
* RPI supportGravatar wm42015-03-29
* parse_commandline: fail gracefully on bad argsGravatar wd02015-03-29
* m_config: remove assertion for option names with length 0Gravatar wm42015-03-29
* options: add conversion to string for geometry option typesGravatar wm42015-03-24
* input: remove Linux joystick supportGravatar wm42015-03-24
* input: remove classic LIRC supportGravatar wm42015-03-24
* audio: prefer libdcadec by default if presentGravatar wm42015-03-23
* m_option: remove dead initializationGravatar wm42015-03-23
* m_property: memcpy(ptr, NULL, 0) is undefinedGravatar wm42015-03-23
* options: introduce --cache=yes choiceGravatar wm42015-03-12
* cache: bump default size to 150MBGravatar wm42015-03-12
* options: add M_OPT_FILE to new options that are missing itGravatar Philip Sequeira2015-03-07
* player: fix operation if command line is emptyGravatar wm42015-03-06
* player: minor simplificationGravatar wm42015-03-05
* options: add flag option typeGravatar wm42015-03-04
* win32: fix some more -Wparentheses warningsGravatar wm42015-03-04
* options: handle choice -> flag fallback automaticallyGravatar wm42015-02-27
* options: minor simplification in flag option parserGravatar wm42015-02-27
* demux: bump default demuxer queue sizesGravatar wm42015-02-27
* ytdl: add "--ytdl-params" optionGravatar Thiago Kenji Okada2015-02-25
* demux: add a demux_open_url() functionGravatar wm42015-02-20
* m_config: log options set by the client API tooGravatar wm42015-02-16
* sub: mess with styling defaults, change --ass-use-margins behaviorGravatar wm42015-02-16
* options: mark some more options as runtime-settableGravatar wm42015-02-16
* osd: make it possible to have different subtitle vs. OSD defaultsGravatar wm42015-02-16
* player: undeprecate 'config' filesGravatar wm42015-02-15
* player: add a --loop=force modeGravatar wm42015-02-12
* options: add --network-timeoutGravatar wm42015-02-06
* options: change --msg-level optionGravatar wm42015-02-06
* options: allow ":" as separator in key-value listsGravatar wm42015-02-06
* player: do not autoload audio with audio files, enable autoloadingGravatar wm42015-02-05
* options: allow things like --geometry=x50Gravatar wm42015-02-04
* player: remove --fixed-voGravatar wm42015-02-03
* options: allow more options to be changed at runtimeGravatar wm42015-02-03
* options: fix parsing for options/af and options/vfGravatar wm42015-02-03
* player: add external audio file auto-loadingGravatar wm42015-02-02
* options: slightly improve help output for choice and flag optionsGravatar wm42015-02-02
* options: list correct default value for --screenshot-templateGravatar wm42015-01-26
* msg: add --log-file optionGravatar wm42015-01-26
* options: make --hls-bitrate=max the defaultGravatar wm42015-01-26
* options: don't list removed optionsGravatar wm42015-01-25
* win32: remove check for SetPriorityClass()Gravatar wm42015-01-20
* x11: add --on-all-workspaces option and propertyGravatar wm42015-01-16