summaryrefslogtreecommitdiffstats
path: root/options/options.c
Commit message (Expand)AuthorAgeFilesLines
* cache: change auto-pause/resume defaultswm42014-06-231-2/+2
* video: Support BT.2020 constant luminance systemNiklas Haas2014-06-221-1/+2
* options: Expose --colormatrix-primaries to the userNiklas Haas2014-06-221-0/+6
* video: Add BT.2020-NCL colorspace and transfer functionNiklas Haas2014-06-221-0/+1
* win32: add missing priority classesJames Ross-Gowan2014-06-221-0/+2
* stream: add a file cachewm42014-06-221-0/+3
* options: allow adding multiple files with --audio-filewm42014-06-181-1/+1
* sub: add --sub-scale-with-window optionwm42014-06-141-0/+1
* options: remove some more stuffwm42014-06-131-8/+2
* options: remove some unneeded stuffwm42014-06-131-11/+13
* options: remove use of an inverted option valuewm42014-06-131-2/+2
* options: turn --idx, --forceidx into --indexwm42014-06-131-4/+2
* win32: implement --priority differentlywm42014-06-121-6/+13
* options: fix for compilation when encoding disabledxylosper2014-06-121-1/+1
* encode: make option struct localwm42014-06-111-25/+4
* input: make option struct localwm42014-06-111-16/+2
* demux_lavf: make option struct localwm42014-06-111-6/+2
* ad_lavc: make option struct localwm42014-06-111-8/+2
* vd_lavc: make option struct localwm42014-06-111-6/+2
* demux_raw: remove global option variableswm42014-06-111-6/+4
* demux_mf: remove global option variableswm42014-06-111-9/+4
* options: remove global variables for swscale options; rename themwm42014-06-111-22/+3
* stream_dvd, stream_dvdnav, stream_bluray: remove global option variableswm42014-06-111-5/+7
* stream_dvb: remove global option variableswm42014-06-111-2/+2
* stream_cdda: remove global option variableswm42014-06-111-3/+3
* stream_pvr: remove global option variableswm42014-06-111-26/+2
* tv: remove global option variableswm42014-06-111-60/+2
* audio: add a "weak" gapless mode, and make it defaultwm42014-06-091-1/+4
* options: change --sub-file behaviorwm42014-06-081-1/+1
* sub: remove old style override optionwm42014-06-051-1/+1
* sub: add --ass-style-override=force optionwm42014-06-051-1/+1
* player: write file name to the watch later config fileAlessandro Ghedini2014-06-011-0/+1
* video: add --video-rotate option for controlling auto-rotationwm42014-05-241-0/+2
* stream: kill start_pos, remove --sb optionwm42014-05-241-2/+0
* input: allow disabling window dragging with --no-window-draggingwm42014-05-201-0/+3
* cache: redo options and default settingswm42014-05-201-15/+17
* x11: replace--[x11-]fstype option with --x11-netwmwm42014-05-161-1/+2
* player: reorganize how lua scripts are loadedwm42014-05-131-0/+2
* options: add --hr-seek-framedrop optionwm42014-05-071-0/+2
* options: merge ---sub-auto-match with --sub-autowm42014-05-041-4/+3
* options: remove deprecated --identifyMartin Herkt2014-05-041-1/+0
* options: remove obsolete --fsmode-dontuseMartin Herkt2014-05-041-3/+0
* options: rename device-specific optionsMartin Herkt2014-05-041-2/+2
* options: rename msg-related optionsMartin Herkt2014-05-041-6/+6
* options: rename video-related options/propertiesMartin Herkt2014-05-041-5/+5
* options: rename audio-related options/propertiesMartin Herkt2014-05-041-5/+5
* options: rename subtitle-related optionsMartin Herkt2014-05-041-6/+6
* options: rename input-related optionsMartin Herkt2014-05-041-3/+3
* encode: don't apply default config optionswm42014-04-191-1/+1
* player: add a --loop-file optionwm42014-04-171-0/+1
* player: add a --dump-stats optionwm42014-04-171-0/+1
* New option --no-ometadata to opt out of including metadata when encoding.Rudolf Polzer2014-04-141-0/+4
* Remove radio://wm42014-04-131-17/+1
* vd_lavc: by default, do not show corrupt frameswm42014-04-081-1/+1
* audio: make --channels option always force the output layoutwm42014-03-101-1/+1
* sd_ass: add a very simple and evil way to override ASS subtitle styleswm42014-03-011-1/+1
* msg: add --msgtime option to add timestamps to each output messagewm42014-02-281-0/+1
* lua: add option to disable auto-loading of lua scriptswm42014-02-281-0/+2
* options: allow changing options at runtimewm42014-02-251-29/+32
* config: add a --config-dir option to force config directorywm42014-02-251-0/+2
* options: handle escape sequences in e.g. --playing-msg differentlywm42014-02-201-3/+3
* options: add --no-terminal switchwm42014-02-101-0/+2
* quvi: disable subtitle fetching by defaultwm42014-01-311-1/+1
* lua: add a --lua-opts option, which can be queried by scriptswm42014-01-161-0/+1
* player: add --term-osd-bar, which shows a status bar on the terminalwm42014-01-151-0/+4
* player: redo terminal OSD and status line handlingwm42014-01-131-2/+0
* options: remove --screenw and --screenhwm42014-01-111-3/+0
* options: don't reset pause mode when switching to next filewm42014-01-091-1/+0
* quvi: add option to not fetch subtitlesAndre D2014-01-051-0/+2
* vd_lavc: by default, output all frames, even corrupted oneswm42013-12-291-0/+1
* options: simplify handling of some help optionswm42013-12-261-9/+13
* player: fix initial selection with --secondary-sidwm42013-12-251-0/+1
* player: add --secondary-sid for displaying a second subtitle streamwm42013-12-241-0/+1
* options: disable joystick by defaultwm42013-12-231-1/+0
* Don't include version.h from make options.cwm42013-12-221-3/+1
* options: move network related options to MPOptswm42013-12-221-20/+9
* msg: remove global statewm42013-12-211-7/+6
* m_option, m_config: mp_msg conversionswm42013-12-211-3/+3
* input: rework how input sources are addedwm42013-12-211-4/+0
* msg: change --msglevel, reduce legacy gluewm42013-12-201-101/+3
* options: use M_OPT_EXIT with -Vwm42013-12-191-1/+1
* Move options/config related files from mpvcore/ to options/wm42013-12-171-0/+886