aboutsummaryrefslogtreecommitdiffhomepage
path: root/options/m_property.c
Commit message (Expand)AuthorAge
* command: move property multiply code to m_property.cGravatar wm42018-03-26
* m_property: change license to LGPLGravatar wm42017-06-12
* command: fix "cycle"/"add" not working on most propertiesGravatar wm42016-09-18
* player: more option/property consistency fixesGravatar wm42016-09-18
* command: add options to property listGravatar wm42016-09-01
* m_property: remove pointless explicitly clampingGravatar wm42016-08-31
* command: fix cycling certain propertiesGravatar wm42016-04-15
* client API: improve mpv_set_property() handling of MPV_FORMAT_NODEGravatar wm42016-04-15
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* Remove some VLAsGravatar wm42015-11-06
* command: remove old property deprecation warning mechanismGravatar wm42015-05-22
* Update license headersGravatar Marcin Kurczewski2015-04-13
* m_property: memcpy(ptr, NULL, 0) is undefinedGravatar wm42015-03-23
* options: fix parsing for options/af and options/vfGravatar wm42015-02-03
* m_property: fix a typoGravatar wm42014-11-21
* command: make sub-properties more flexibleGravatar wm42014-11-13
* command: fix weird stuffGravatar wm42014-11-13
* command: make m_property_strdup_ro with NULL mean unavailableGravatar wm42014-09-01
* command: redo the property typeGravatar wm42014-06-13
* command: remove extended information from --list-propertiesGravatar wm42014-04-11
* command: fix access to "metadata/list" propertyGravatar wm42014-03-30
* command: add helper function to split property pathsGravatar wm42014-03-30
* m_property: don't parse empty string as 0Gravatar wm42014-03-30
* m_property: allow setting string properties via M_PROPERTY_SET_STRINGGravatar wm42014-03-03
* m_property: fix confused error codeGravatar wm42014-02-26
* m_property: retrieve chapter lists etc. as mpv_nodeGravatar wm42014-02-24
* m_property: add mechanism to access properties as mpv_nodeGravatar wm42014-02-24
* m_property: simplify some codeGravatar wm42014-02-24
* command: don't use option name in propertiesGravatar wm42014-02-23
* m_property: add a mechanism to organize a list of sub-propertiesGravatar wm42014-02-16
* m_property: add a sub-property mechanismGravatar wm42014-02-16
* m_option, m_config: mp_msg conversionsGravatar wm42013-12-21
* m_property: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17