summaryrefslogtreecommitdiffstats
path: root/options
Commit message (Expand)AuthorAgeFilesLines
* options: set correct range for --video-aspect-overridewm42019-10-251-3/+2
* vo_gpu, options: don't return NaN through APIwm42019-10-252-9/+31
* wayland: add various render-related optionsdudemanguy2019-10-202-0/+6
* video: add zimg wrapperwm42019-10-202-1/+6
* options: rename --video-aspect to --video-aspect-overrideNiklas Haas2019-10-041-2/+3
* vo: make swapchain-depth option generic for all VOsAnton Kindestam2019-09-282-0/+4
* options: add M_OPT_FILE to some more options that take filesPhilip Sequeira2019-09-271-7/+7
* demux_cue: auto-detect CUE sheet charsetwnoun2019-09-212-0/+3
* m_config: add assertion to a specific casewm42019-09-191-2/+4
* options: deprecate --stream-recordwm42019-09-191-1/+2
* m_config: remove m_config_create_shadowwm42019-09-192-12/+0
* m_config: further minor simplificationswm42019-09-191-35/+26
* m_config: simplify some minor crapwm42019-09-191-24/+20
* m_config: move group list to internal contextwm42019-09-192-42/+53
* m_config: add/move some commentswm42019-09-192-21/+33
* m_config: remove an unused functionwm42019-09-192-7/+0
* m_config: fix typo in commentwm42019-09-191-1/+1
* m_config: add an assert for a theoretical issuewm42019-09-191-1/+6
* aspect: add video margin optionswm42019-09-192-0/+6
* demux: add a on-disk cachewm42019-09-192-0/+3
* m_option: add "B" suffix to human-readable byte numberswm42019-09-191-3/+5
* options: rename --play-direction to --play-dirwm42019-09-191-2/+2
* options: remove --chapterwm42019-09-192-4/+1
* Implement backwards playbackwm42019-09-192-0/+11
* player: add --demuxer-cache-wait optionwm42019-09-192-0/+2
* DOCS: remove references to --video-stereo-modeNiklas Haas2019-09-141-0/+1
* Remove classic Linux analog TV support, and DVB runtime controlswm42019-09-132-5/+0
* Remove optical disc fancification layerswm42019-09-131-35/+0
* Remove libdvdread support in favor of libdvdnavwm42019-09-131-2/+2
* options/path: fix url detection per RFC3986john2019-04-051-3/+7
* Merge commit '559a400ac36e75a8d73ba263fd7fa6736df1c2da' into wm4-commits--mer...Anton Kindestam2018-12-059-382/+394
|\
| * demux, stream: rip out the classic stream cachewm42018-08-312-15/+0
| * m_config: remove a redundant conditionwm42018-05-241-3/+1
| * m_config: fix build with emulated stdatomicwm42018-05-241-2/+3
| * m_config: make m_config_cache_update() return more fine grainedwm42018-05-241-3/+7
| * player: get rid of mpv_global.optswm42018-05-242-5/+3
| * vd_lavc: move hwdec opts to local config, don't use global MPOptswm42018-05-242-16/+1
| * path: don't access global option structwm42018-05-242-7/+18
| * m_config: add a special define to access main configwm42018-05-241-4/+6
| * ao: use a local option structwm42018-05-242-14/+4
| * m_config: optimize initialization of each optionwm42018-05-241-5/+9
| * m_config: remove extra default_data fieldwm42018-05-242-17/+25
| * m_config: remove unused fieldswm42018-05-242-8/+2
| * m_config: reduce redundant option change notificationswm42018-05-241-1/+1
| * m_config: remove an old temporary hackwm42018-05-242-308/+336
| * m_config: remove outdated commentwm42018-05-241-1/+0
| * m_config: check for int16_t offset overflowwm42018-05-241-1/+3
| * m_config: remove an unused functionwm42018-05-242-15/+0
| * m_option: remove an unused fieldwm42018-05-242-13/+0
| * m_config: cosmetics: fix 2 typoswm42018-05-241-2/+2
| * player: make playback termination asynchronouswm42018-05-242-0/+3
| * command: make loadlist command async and abortablewm42018-05-241-1/+1
| * command: add a subprocess commandwm42018-05-241-0/+1
* | wscript: split egl-android from androidTom Yan2018-08-201-1/+1
* | options.c: display additional metadata tags during video playbackStephen Hutchinson2018-06-111-2/+3
* | m_config: remove outdated commentwm42018-05-311-1/+0
* | m_config: check for int16_t offset overflowwm42018-05-311-1/+3
* | m_config: remove an unused functionwm42018-05-312-15/+0
* | m_option: remove an unused fieldwm42018-05-312-13/+0
* | m_config: cosmetics: fix 2 typoswm42018-05-311-2/+2
|/
* m_option: fix duplicate flag valuePhilip Sequeira2018-05-131-2/+2
* build: make encoding mode non-optionalwm42018-05-031-2/+0
* encode: get rid of AVDictionary setter helperwm42018-04-292-0/+6
* options: remove broken --video-stereo-mode optionwm42018-04-292-4/+0
* vaapi: add option to select a non-default device pathRostislav Pehlivanov2018-03-302-0/+6
* command: move property multiply code to m_property.cwm42018-03-262-0/+33
* vo: move display-fps internal option value to VO optswm42018-03-152-3/+2
* video: add an option to tune waiting for video timingwm42018-03-153-0/+7
* video: add option to reduce latency by 1 or 2 frameswm42018-03-032-0/+2
* m_option: remove unneded compatibility featureswm42018-02-282-9/+2
* cocoa-cb: change border and borderless window stylingAkemi2018-02-282-0/+6
* options: minor cleanup to --no-... handlingwm42018-02-133-7/+14
* options: prefix option with "--" in one case in help outputwm42018-02-131-1/+1
* options: slightly improve filter help output for lavfi bridgewm42018-02-032-2/+14
* options: pretty print default values with --list-optionswm42018-02-011-1/+1
* audio: move to decoder wrapperwm42018-01-301-1/+0
* audio: rewrite filtering glue codewm42018-01-302-10/+3
* video: rewrite filtering glue codewm42018-01-303-3/+19
* command: add --osd-on-seek option defaulting to barKevin Mitchell2018-01-262-0/+7
* options: add string list -toggle actionwm42018-01-251-0/+24
* m_option: remove string list -append action code duplicationwm42018-01-251-15/+6
* options: add an option type for byte sizeswm42018-01-252-0/+100
* m_option: add missing print callbackswm42018-01-251-5/+35
* m_option: add print callback to color typeOlivier Perret2018-01-221-0/+7
* options: simplify mp_get_config_group() memory managementwm42018-01-182-4/+4
* options: don't warn when reading deprecated option as raw valuewm42018-01-181-1/+1
* options: deprecate --vf-defaults and --af-defaultswm42018-01-131-2/+4
* audio: add global options for resampler defaultswm42018-01-135-10/+23
* player: cosmetics: rename internal variable for consistencywm42018-01-032-3/+3
* player: add --cache-pause-initial option to start in buffering statewm42018-01-032-0/+2
* player: use fixed timeout for cache pausing (buffering) durationwm42018-01-032-0/+3
* m_option: add print callback to start/end/lengthRicardo Constantino2018-01-031-0/+18
* vo_gpu/context_android: replace both options with android-surface-sizesfan52018-01-021-1/+2
* options: move most subtitle and OSD rendering options to sub structswm42018-01-024-116/+172
* vo_gpu/context: Let embedding application handle surface resizessfan52017-12-272-0/+6
* encode: rename option --ometadata to --ocopy-metadataTheAMM2017-12-261-0/+1
* options: add -add/-append actions to key/value listswm42017-12-261-4/+30
* options: drop some previously deprecated optionswm42017-12-252-29/+0
* options: deprecate --ff- options and propertieswm42017-12-212-5/+9
* msg: reinterpret a bunch of message levelsNiklas Haas2017-12-152-10/+10
* options: rename 'error' labels to 'exit' where appropriatepavelxdd2017-12-161-13/+13
* options: don't report errors on help value for OPT_SIZE_BOXpavelxdd2017-12-161-4/+10
* options: don't report errors on help value for OPT_GEOMETRYpavelxdd2017-12-111-4/+11
* options: don't report errors on help value for OPT_COLORpavelxdd2017-12-111-6/+12
* options: don't report errors on help value for OPT_FLAGpavelxdd2017-12-111-4/+9
* options: don't report errors on help value for OPT_CHOICEpavelxdd2017-12-081-4/+15
* options: add --start=none to reset previously set start timeAman Gupta2017-12-061-0/+5
* vd_lavc: rewrite how --hwdec is handledwm42017-12-012-31/+7
* options: rename empty string special case for option valueswm42017-12-011-3/+0
* vo_gpu: make it possible to load multiple hwdec interop driverswm42017-12-012-8/+1
* af: remove deprecated audio filterswm42017-11-292-2/+0
* video: remove automatic stereo3d filter insertionwm42017-11-292-3/+4
* vo_gpu: hwdec_d3d11va: allow zero-copy video decodingJames Ross-Gowan2017-11-072-0/+5
* vo_gpu: d3d11: initial implementationJames Ross-Gowan2017-11-072-0/+6
* player: change license of some code surrounding --frames to LGPLwm42017-11-061-5/+0
* m_option: pretty print mpv_node for OSDwm42017-10-301-0/+11
* vd_lavc: add support for nvdec hwaccelwm42017-10-281-0/+2
* video : Move drm options to substruct.Lionel CHAZALLON2017-10-232-7/+3
* Add DRM_PRIME Format Handling and Display for RockChip MPP decodersLionel CHAZALLON2017-10-232-0/+3
* command: read the diff if you want to knowwm42017-10-211-0/+2
* video: make it possible to always override hardware decoding formatwm42017-10-162-1/+4
* options: add --vlang switchwm42017-10-131-0/+1
* lua: integrate stats.lua scriptJulian2017-10-093-1/+4
* hwdec: add mediacodec hardware decoder for IMGFMT_MEDIACODEC framesAman Gupta2017-10-091-0/+1
* hwdec: rename mediacodec to mediacodec-copyAman Gupta2017-10-091-1/+1
* vo_gpu: vulkan: generalize SPIR-V compilerNiklas Haas2017-09-262-0/+3
* vo_gpu: vulkan: initial implementationNiklas Haas2017-09-262-0/+6
* m_config: better variable namewm42017-09-221-5/+5
* options: properly handle deprecated options with CLI actionswm42017-09-221-8/+23
* build: make vo_gpu + infrastructure non-optionalwm42017-09-221-6/+0
* vo_opengl: refactor into vo_gpuNiklas Haas2017-09-212-3/+9
* build: add preliminary LGPL modewm42017-09-211-9/+7
* audio: make libaf derived code optionalwm42017-09-211-1/+6
* options: remove --heartbeat-cmd and --heartbeat--intervalwm42017-09-182-7/+1
* video: increase --monitorpixelaspect rangeJames Ross-Gowan2017-08-261-1/+1
* command: restore OSD marker for video equalizer propertieswm42017-08-231-5/+0
* video: change --deinterlace behaviorwm42017-08-222-6/+3
* video: redo video equalizer option handlingwm42017-08-222-21/+2
* options: add a thread-safe way to notify option updateswm42017-08-224-13/+127
* options: change --loop semanticswm42017-08-141-2/+1
* player: add --track-auto-selection optionwm42017-08-122-0/+3
* player: make --lavfi-complex changeable at runtimewm42017-08-122-2/+3
* vo_opengl: separate hwdec context and mapping, port it to use rawm42017-08-101-1/+1
* options: fix --includewm42017-08-081-0/+2
* cocoa: add an option to disable the native macOS fullscreenAkemi2017-08-062-0/+3
* options: --priority can be LGPLwm42017-08-031-1/+1
* options: fix --external-file alias typoMartin Herkt2017-07-291-1/+1
* options: drop --video-aspect-method=hybridwm42017-07-211-1/+1
* client API: drop some compatibility handlingwm42017-07-211-13/+2
* options: kill --field-dominancewm42017-07-212-8/+0
* options/path: fallback to USERPROFILE if HOME isn't setRicardo Constantino2017-07-061-1/+4
* m_option: deprecate multiple items for -add etc.wm42017-07-021-2/+10
* options: change everything againwm42017-07-024-43/+50
* m_option: remove unused error codewm42017-07-022-9/+1
* m_option: remove redundant indirectionswm42017-07-024-51/+28
* d3d: make DXVA2 support optionalwm42017-06-301-1/+1
* options: change path list options, and document list optionswm42017-06-303-13/+14
* video: change --video-aspect-method default value againwm42017-06-291-1/+1
* Universal Windows Plaform (UWP) supportPedro Pombeiro2017-06-291-1/+3
* build: change how some OS specific source files are selectedwm42017-06-291-2/+2
* build: replace glob() check and assume it's always in POSIXwm42017-06-291-1/+1
* options: sort action list alphabeticallywm42017-06-271-11/+11
* options: expose string list actions for --sub-file optionwm42017-06-271-23/+38
* options: list suffix actions as options toowm42017-06-271-2/+7
* options: handle suffixes like -add in a more generic waywm42017-06-264-125/+148
* client API: drop old "no-" option emulationwm42017-06-261-22