aboutsummaryrefslogtreecommitdiffhomepage
path: root/options
Commit message (Expand)AuthorAge
* demux_mf: remove global option variablesGravatar wm42014-06-11
* options: remove global variables for swscale options; rename themGravatar wm42014-06-11
* stream_dvd, stream_dvdnav, stream_bluray: remove global option variablesGravatar wm42014-06-11
* stream_dvb: remove global option variablesGravatar wm42014-06-11
* stream_cdda: remove global option variablesGravatar wm42014-06-11
* stream_pvr: remove global option variablesGravatar wm42014-06-11
* tv: remove global option variablesGravatar wm42014-06-11
* m_config: add function to copy subopt-structGravatar wm42014-06-11
* audio: add a "weak" gapless mode, and make it defaultGravatar wm42014-06-09
* player: show "neutral" position markers for OSD barsGravatar wm42014-06-08
* options: change --sub-file behaviorGravatar wm42014-06-08
* sub: remove old style override optionGravatar wm42014-06-05
* sub: add --ass-style-override=force optionGravatar wm42014-06-05
* player: write file name to the watch later config fileGravatar Alessandro Ghedini2014-06-01
* m_option: use isfinite() instead of isnormal()Gravatar wm42014-06-01
* video: add --video-rotate option for controlling auto-rotationGravatar wm42014-05-24
* stream: kill start_pos, remove --sb optionGravatar wm42014-05-24
* input: allow disabling window dragging with --no-window-draggingGravatar wm42014-05-20
* cache: redo options and default settingsGravatar wm42014-05-20
* options: unify code for setting string and "raw" optionsGravatar wm42014-05-18
* x11: replace--[x11-]fstype option with --x11-netwmGravatar wm42014-05-16
* player: reorganize how lua scripts are loadedGravatar wm42014-05-13
* options: add --hr-seek-framedrop optionGravatar wm42014-05-07
* vo: remove old stuffGravatar wm42014-05-06
* options: fix "-" (stdin) inputGravatar wm42014-05-06
* options: print replacement for renamed/replaced optionsGravatar wm42014-05-05
* options: let unknown option case be handled by final option parserGravatar wm42014-05-05
* options: merge ---sub-auto-match with --sub-autoGravatar wm42014-05-04
* options: remove deprecated --identifyGravatar Martin Herkt2014-05-04
* options: remove obsolete --fsmode-dontuseGravatar Martin Herkt2014-05-04
* options: rename device-specific optionsGravatar Martin Herkt2014-05-04
* options: rename msg-related optionsGravatar Martin Herkt2014-05-04
* options: rename video-related options/propertiesGravatar Martin Herkt2014-05-04
* options: rename audio-related options/propertiesGravatar Martin Herkt2014-05-04
* options: rename subtitle-related optionsGravatar Martin Herkt2014-05-04
* options: rename input-related optionsGravatar Martin Herkt2014-05-04
* command: allow native access to "vf" propertyGravatar wm42014-04-24
* client API: make mpv_set_option set options nativelyGravatar wm42014-04-22
* build: glob() is always availableGravatar wm42014-04-22
* parse_commandline: glob filenames on WindowsGravatar James Ross-Gowan2014-04-21
* encode: don't apply default config optionsGravatar wm42014-04-19
* player: add a --loop-file optionGravatar wm42014-04-17
* player: add a --dump-stats optionGravatar wm42014-04-17
* options: don't allow --no-foo=yesGravatar wm42014-04-14
* video: change image format names, prefer mostly FFmpeg namesGravatar wm42014-04-14
* New option --no-ometadata to opt out of including metadata when encoding.Gravatar Rudolf Polzer2014-04-14
* Remove radio://Gravatar wm42014-04-13
* player: remove ASX, SMIL and NSC playlist parsersGravatar wm42014-04-13
* options: don't sort sub-option help outputGravatar wm42014-04-12
* options: sort --list-optionsGravatar wm42014-04-11