aboutsummaryrefslogtreecommitdiffhomepage
path: root/options/m_option.c
Commit message (Expand)AuthorAge
* options: fix conversion of flags to stringsGravatar wm42015-07-01
* options: improve an error messageGravatar wm42015-06-27
* audio: replace format name tableGravatar wm42015-06-26
* options: make keyvalue list parsing less strictGravatar wm42015-06-10
* options: change [...] to balanced quotesGravatar wm42015-04-19
* options: don't let --vf-clr etc. take an argumentGravatar wm42015-04-13
* Update license headersGravatar Marcin Kurczewski2015-04-13
* video: cleanup stereo mode parsingGravatar wm42015-04-02
* options: fix --geometry to string conversionGravatar wm42015-04-01
* video: move colorspace overrides to vf_format, simplifyGravatar wm42015-03-31
* parse_commandline: fail gracefully on bad argsGravatar wd02015-03-29
* options: add conversion to string for geometry option typesGravatar wm42015-03-24
* m_option: remove dead initializationGravatar wm42015-03-23
* options: add flag option typeGravatar wm42015-03-04
* options: handle choice -> flag fallback automaticallyGravatar wm42015-02-27
* options: minor simplification in flag option parserGravatar wm42015-02-27
* options: change --msg-level optionGravatar wm42015-02-06
* options: allow ":" as separator in key-value listsGravatar wm42015-02-06
* options: allow things like --geometry=x50Gravatar wm42015-02-04
* options: slightly improve help output for choice and flag optionsGravatar wm42015-02-02
* options: fix parsing for --ab-loop-*Gravatar wm42014-12-12
* options: add slightly more sophistcated mechanism for option deprecationGravatar wm42014-12-11
* m_option: never return NOPTS value as number from propertiesGravatar wm42014-12-10
* options: fix channel map options sometimes failingGravatar wm42014-12-01
* options: fix swapped deprecated/replacement in warningGravatar wm42014-12-01
* options: simplify channel map validationGravatar wm42014-12-01
* Remove some unneeded NULL checksGravatar wm42014-11-21
* command: implement A-B loopsGravatar wm42014-11-18
* command: export some option metadataGravatar wm42014-11-13
* m_option: format mpv_node as jsonGravatar wm42014-10-23
* lua: strictly free memory on errorsGravatar wm42014-10-19
* video: initial Matroska 3D supportGravatar wm42014-08-30
* options: more detailed output for --vf-... error messageGravatar wm42014-08-28
* options: fix key-value-list optionsGravatar wm42014-08-05
* Audit and replace all ctype.h usesGravatar wm42014-07-01
* options: support setting start time relative to start PTSGravatar Tsukasa OMOTO2014-06-29
* options: remove some more stuffGravatar wm42014-06-13
* options: remove OPT_FLAG_CONSTANTSGravatar wm42014-06-13
* options: change --sub-file behaviorGravatar wm42014-06-08
* m_option: use isfinite() instead of isnormal()Gravatar wm42014-06-01
* command: allow native access to "vf" propertyGravatar wm42014-04-24
* options: don't allow --no-foo=yesGravatar wm42014-04-14
* video: change image format names, prefer mostly FFmpeg namesGravatar wm42014-04-14
* m_option: fix handling of empty channel layoutsGravatar wm42014-03-10
* m_option: make converting mpv_node to string always failGravatar wm42014-02-26
* m_option: fix key/value list string conversionGravatar wm42014-02-26
* m_option: don't make "unset" string and string list return NULL stringsGravatar wm42014-02-26
* m_option: add a way to convert values to/from mpv_nodeGravatar wm42014-02-24
* m_option: fix printf format specifierGravatar wm42014-02-24
* m_option: explicitly allow m_option.name==NULLGravatar wm42014-02-23