summaryrefslogtreecommitdiffstats
path: root/options/options.h
Commit message (Expand)AuthorAgeFilesLines
* vd_lavc: move hwdec opts to local config, don't use global MPOptswm42018-05-241-7/+0
* ao: use a local option structwm42018-05-241-4/+1
* player: make playback termination asynchronouswm42018-05-241-0/+1
* options: remove broken --video-stereo-mode optionwm42018-04-291-1/+0
* vaapi: add option to select a non-default device pathRostislav Pehlivanov2018-03-301-0/+1
* vo: move display-fps internal option value to VO optswm42018-03-151-1/+1
* video: add an option to tune waiting for video timingwm42018-03-151-0/+2
* video: add option to reduce latency by 1 or 2 frameswm42018-03-031-0/+1
* cocoa-cb: change border and borderless window stylingAkemi2018-02-281-0/+1
* audio: rewrite filtering glue codewm42018-01-301-0/+1
* video: rewrite filtering glue codewm42018-01-301-1/+6
* command: add --osd-on-seek option defaulting to barKevin Mitchell2018-01-261-0/+1
* audio: add global options for resampler defaultswm42018-01-131-1/+2
* player: cosmetics: rename internal variable for consistencywm42018-01-031-1/+1
* player: add --cache-pause-initial option to start in buffering statewm42018-01-031-0/+1
* player: use fixed timeout for cache pausing (buffering) durationwm42018-01-031-0/+1
* options: move most subtitle and OSD rendering options to sub structswm42018-01-021-44/+55
* vo_gpu/context: Let embedding application handle surface resizessfan52017-12-271-0/+1
* options: drop some previously deprecated optionswm42017-12-251-4/+0
* vd_lavc: rewrite how --hwdec is handledwm42017-12-011-1/+4
* vo_gpu: make it possible to load multiple hwdec interop driverswm42017-12-011-3/+1
* af: remove deprecated audio filterswm42017-11-291-1/+0
* vo_gpu: hwdec_d3d11va: allow zero-copy video decodingJames Ross-Gowan2017-11-071-0/+1
* vo_gpu: d3d11: initial implementationJames Ross-Gowan2017-11-071-0/+1
* video : Move drm options to substruct.Lionel CHAZALLON2017-10-231-3/+1
* Add DRM_PRIME Format Handling and Display for RockChip MPP decodersLionel CHAZALLON2017-10-231-0/+1
* video: make it possible to always override hardware decoding formatwm42017-10-161-0/+1
* lua: integrate stats.lua scriptJulian2017-10-091-0/+1
* vo_gpu: vulkan: generalize SPIR-V compilerNiklas Haas2017-09-261-0/+1
* vo_gpu: vulkan: initial implementationNiklas Haas2017-09-261-0/+1
* vo_opengl: refactor into vo_gpuNiklas Haas2017-09-211-0/+1
* options: remove --heartbeat-cmd and --heartbeat--intervalwm42017-09-181-2/+0
* video: redo video equalizer option handlingwm42017-08-221-7/+1
* player: add --track-auto-selection optionwm42017-08-121-0/+1
* cocoa: add an option to disable the native macOS fullscreenAkemi2017-08-061-0/+1
* options: kill --field-dominancewm42017-07-211-1/+0
* options: remove weird --really-quiet special behaviorwm42017-06-231-0/+1
* vo_opengl: hwdec_cuda: Support separate decode and display devicesPhilip Langdale2017-06-031-0/+2
* audio: merge --replaygain-track and --replaygain-album into one optionwm42017-04-271-2/+1
* audio: move replaygain control to top-level optionswm42017-04-261-0/+5
* player: add --keep-open-pause=no optionDan Oscarsson2017-04-141-0/+1
* sub: add SDH subtitle filterDan Oscarsson2017-03-251-0/+2
* cocoa: add option to force dedicated GPUAkemi2017-02-271-0/+1
* cocoa: add --ontop-level option for modifying ontop window levelAkemi2017-02-131-0/+1
* player: add experimental stream recording featurewm42017-02-071-0/+1
* sub: add justify of subtitlesDan Oscarsson2017-02-011-0/+1
* win32: snap to screen edgespavelxdd2017-01-271-0/+1
* sub: add option to force using video resolution for image subtitleswm42017-01-231-0/+1
* player: remove --stream-capture option/propertywm42017-01-211-1/+0
* options: refacactor how --opengl-dwmflush is declaredwm42017-01-201-0/+2
* options: refactor how --opengl-dcomposition is declaredwm42017-01-201-0/+1
* player: add prefetching of the next playlist entrywm42017-01-181-0/+1
* vo_opengl, vo_opengl_cb: better hwdec interop backend selectionwm42017-01-171-1/+1
* cocoa: fullscreen refactoringAkemi2016-12-151-1/+0
* options: remove deprecated sub-option handling for --vo and --aowm42016-11-251-2/+2
* cocoa: option to scale window by HiDPI scale factorAkemi2016-11-111-0/+1
* vo_drm: change CLI options + refactorsrr-2016-10-071-0/+3
* options: rename subtitle optionsDan Oscarsson2016-10-031-1/+1
* player: do not let pseudo-gui override user config settingswm42016-09-231-0/+2
* player: add --watch-later-directory optionDavid Logie2016-09-221-0/+1
* options: make input options generally runtime-settablewm42016-09-211-1/+0
* options: fix window-scale propertywm42016-09-201-1/+1
* stream_dvd, stream_dvdnav: remove weird option parsing stuffwm42016-09-081-4/+8
* options: drop unreferenced --bluray-angle optionwm42016-09-081-1/+0
* demux: do not access global optionswm42016-09-061-19/+4
* audio/out: deprecate "exclusive" sub-optionswm42016-09-051-0/+1
* options: add a mechanism to make sub-option replacement slightly easierwm42016-09-051-2/+0
* sd_lavc: enable teletextwm42016-09-031-0/+1
* ao_alsa: change sub-options to global optionswm42016-09-021-0/+1
* vo_opengl: deprecate sub-options, add them as global optionswm42016-09-021-0/+3
* vo: use new option update mechanismwm42016-09-021-0/+1
* command: add options to property listwm42016-09-011-0/+1
* options: make mp_vo_opts options an actual sub-option groupwm42016-08-301-1/+1
* player: add option to disable video OSDwm42016-08-281-0/+2
* player: add option to control duration of image displaywm42016-08-171-0/+1
* player: add --no-autoload-files optionwm42016-08-101-0/+1
* player: add --audio-wait-open optionswm42016-08-091-0/+1
* player: add --audio-stream-silencewm42016-08-091-0/+1
* audio: use --audio-channels=auto behavior, except on ALSAwm42016-08-041-1/+1
* audio: refactor mixer code and delete mixer.cwm42016-07-171-0/+1
* audio: drop --softvol=no and --softvol=autowm42016-07-091-3/+2
* win32: make taskbar progress indication optionalmaniak13492016-05-081-0/+1
* options: add --fit-border video optionmaniak13492016-04-301-0/+1
* player: add --external-file optionwm42016-02-081-0/+1
* player: add complex filter graph supportwm42016-02-051-0/+1
* audio: change downmix behavior, add --audio-normalize-downmixwm42016-01-201-0/+1
* options: add --audio-file-pathswm42015-12-251-0/+1
* win32: add option to set VO MMCSS profilewm42015-12-061-0/+2
* x11: request bypassing compositorwm42015-11-181-0/+1
* videotoolbox: make decoder format customizablewm42015-11-171-0/+1
* player: handle rebasing start time differentlywm42015-11-161-0/+1
* player: add audio drop/duplicate modewm42015-10-271-0/+1
* options: remove --use-text-osdwm42015-10-241-1/+0
* options: add support for client certificate authenticationJoschka Tillmanns2015-10-201-0/+2
* video: remove user-controllable PTS sorting (--pts-association-mode)wm42015-10-061-1/+0
* audio: add option for falling back to ao_nullwm42015-10-051-0/+1
* video: replace vf_format outputlevels option with global optionwm42015-09-291-0/+1
* video: make container vs. bitstream aspect ratio configurablewm42015-08-301-0/+1
* player: add --playlist-pos optionwm42015-08-221-0/+1
* player: add display sync modewm42015-08-101-0/+3
* demux: add options to control maximum queue sizewm42015-08-051-0/+2
* demux: remove options to control minimum packet queue sizewm42015-08-051-2/+0
* cache: make backbuffer size configurablewm42015-07-221-0/+1
* sub: add option for stretching image subtitles to screenwm42015-07-181-0/+1
* player: disable seeking even if the cache is enabledwm42015-07-081-0/+1
* vo_opengl_cb, vo_opengl: add option for preloading hwdec contextwm42015-07-071-0/+3
* audio: add --audio-spdif as new method for enabling passthroughwm42015-06-051-0/+1
* options: remove --slave-brokenwm42015-05-271-2/+0
* player: use an array for stream ID options and suchwm42015-05-221-9/+4
* options: fix typo in variable namewm42015-05-031-1/+1
* screenshots: add --screenshot-directory optionwm42015-05-011-0/+1
* player: add --window-scale optionwm42015-04-241-0/+1
* demux_mkv: move global options to the demuxerwm42015-04-231-3/+1
* video: move colorspace overrides to vf_format, simplifywm42015-03-311-5/+0
* ytdl: add "--ytdl-params" optionThiago Kenji Okada2015-02-251-0/+1
* sub: mess with styling defaults, change --ass-use-margins behaviorwm42015-02-161-0/+2
* options: add --network-timeoutwm42015-02-061-0/+1
* options: change --msg-level optionwm42015-02-061-1/+1
* player: remove --fixed-vowm42015-02-031-1/+0
* player: add external audio file auto-loadingwm42015-02-021-0/+1
* msg: add --log-file optionwm42015-01-261-0/+1
* x11: add --on-all-workspaces option and propertywm42015-01-161-1/+3
* player: add --autofit-smaller optionwm42015-01-161-0/+1
* sub: add option to not scale subtitles with windowwm42015-01-051-1/+2
* player: filter tags, add --display-tags optionwm42014-12-291-0/+1
* options: deprecate 'lua' based options/dirs for 'script'Avi Halachmi (:avih)2014-12-151-2/+2
* options: add option for ignoring patch in resume mechanismwm42014-12-131-0/+1
* cocoa: allow to black out other display when going fsStefano Pigozzi2014-12-011-0/+1
* player: add option not to use OSD/fontconfigwm42014-11-251-0/+1
* options: add --ytdl-format option for youtube-dl formatJaime Marquínez Ferrándiz2014-11-201-0/+2
* player: integrate ytdl_hook.luawm42014-11-191-0/+1
* demux_mkv: add an option for compatibility with Haaliwm42014-11-181-0/+1
* command: implement A-B loopswm42014-11-181-0/+1
* demux_mkv: adjust subtitle preroll again (2)wm42014-11-151-0/+1
* audio: add --audio-client-name optionwm42014-11-071-0/+1
* player: add --chapters-file optionwm42014-11-021-0/+1
* player: add an option to abort playback on partial init failureswm42014-10-281-0/+1
* Drop libquvi supportwm42014-10-251-2/+0
* player: add stream selection by ffmpeg indexwm42014-10-211-0/+3
* input: implement --input-file on unix using the IPC supportAlessandro Ghedini2014-10-171-0/+1
* input: implement JSON-based IPC protocolAlessandro Ghedini2014-10-171-0/+2
* audio: add device selection & listing with --audio-devicewm42014-10-091-0/+1
* cocoa: remove --fs-missioncontrolStefano Pigozzi2014-10-051-2/+0
* options: add --no-keepaspect-windowwm42014-10-041-0/+1
* audio: enable pitch correction by default when playing fastwm42014-10-021-0/+1
* audio: remove --audiodropwm42014-09-301-1/+0
* options: remove --volstepwm42014-09-211-1/+0
* player: allow overriding OSD message for all OSD levelswm42014-09-181-0/+1
* audio: make buffer size configurablewm42014-09-051-0/+1
* player: add --media-title optionwm42014-09-021-0/+1
* player: add --osd-playing-msg optionwm42014-09-021-0/+1
* player: simplistic HLS bitrate selectionwm42014-09-011-0/+1
* video: initial Matroska 3D supportwm42014-08-301-0/+1
* player: redo how stream caching and pausing on low cache workswm42014-08-271-2/+3
* options: compatibility hack for --slave-brokenwm42014-08-251-0/+2
* demux: add option to control the readahead buffer by a duration valuewm42014-08-161-0/+1
* video: add --display-fps switch to control framedrop FPSwm42014-08-161-0/+1
* audio: add a mode to insert silence on severe A/V desyncwm42014-08-151-0/+1
* sub: add option to workaround broken mkv fileswm42014-08-141-0/+1
* video: move display and timing to a separate threadwm42014-08-12