aboutsummaryrefslogtreecommitdiffhomepage
path: root/options/options.c
Commit message (Expand)AuthorAge
* audio: add --audio-spdif as new method for enabling passthroughGravatar wm42015-06-05
* options: remove --slave-brokenGravatar wm42015-05-27
* player: use an array for stream ID options and suchGravatar wm42015-05-22
* options: rename --media-title optionGravatar wm42015-05-22
* audio: make softvol scale cubicGravatar wm42015-05-22
* audio: change range of volume option/propertyGravatar wm42015-05-22
* options: --loop without argument means looping foreverGravatar wm42015-05-22
* video: add hevc to whitelist of hwdec codecsGravatar wm42015-05-14
* player: add --force-window=immediate modeGravatar wm42015-05-08
* options: fix typo in variable nameGravatar wm42015-05-03
* options: remove --leak-reportGravatar wm42015-05-02
* screenshots: prefix default template with "mpv-"Gravatar wm42015-05-01
* screenshots: add --screenshot-directory optionGravatar wm42015-05-01
* ytdl: force "best" format by defaultGravatar wm42015-04-26
* player: add --window-scale optionGravatar wm42015-04-24
* demux_mkv: move global options to the demuxerGravatar wm42015-04-23
* options: don't restrict --hr-seek-demuxer-offsetGravatar wm42015-04-20
* options: --hr-seek=always is the same as --hr-seek=yesGravatar wm42015-04-15
* Update license headersGravatar Marcin Kurczewski2015-04-13
* video: cleanup stereo mode parsingGravatar wm42015-04-02
* 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
* 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
* 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
* options: handle choice -> flag fallback automaticallyGravatar wm42015-02-27
* demux: bump default demuxer queue sizesGravatar wm42015-02-27
* ytdl: add "--ytdl-params" optionGravatar Thiago Kenji Okada2015-02-25
* 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: add a --loop=force modeGravatar wm42015-02-12
* options: add --network-timeoutGravatar wm42015-02-06
* options: change --msg-level optionGravatar wm42015-02-06
* player: do not autoload audio with audio files, enable autoloadingGravatar wm42015-02-05
* player: remove --fixed-voGravatar wm42015-02-03
* options: allow more options to be changed at runtimeGravatar wm42015-02-03
* player: add external audio file auto-loadingGravatar 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
* win32: remove check for SetPriorityClass()Gravatar wm42015-01-20
* x11: add --on-all-workspaces option and propertyGravatar wm42015-01-16
* player: add --autofit-smaller optionGravatar wm42015-01-16
* sub: add option to not scale subtitles with windowGravatar wm42015-01-05