summaryrefslogtreecommitdiffstats
path: root/options/m_property.c
Commit message (Expand)AuthorAgeFilesLines
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
* Remove some VLAswm42015-11-061-6/+4
* command: remove old property deprecation warning mechanismwm42015-05-221-48/+1
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* m_property: memcpy(ptr, NULL, 0) is undefinedwm42015-03-231-1/+2
* options: fix parsing for options/af and options/vfwm42015-02-031-1/+4
* m_property: fix a typowm42014-11-211-1/+1
* command: make sub-properties more flexiblewm42014-11-131-9/+7
* command: fix weird stuffwm42014-11-131-0/+1
* command: make m_property_strdup_ro with NULL mean unavailablewm42014-09-011-0/+2
* command: redo the property typewm42014-06-131-42/+66
* command: remove extended information from --list-propertieswm42014-04-111-19/+4
* command: fix access to "metadata/list" propertywm42014-03-301-0/+14
* command: add helper function to split property pathswm42014-03-301-0/+14
* m_property: don't parse empty string as 0wm42014-03-301-1/+2
* m_property: allow setting string properties via M_PROPERTY_SET_STRINGwm42014-03-031-2/+1
* m_property: fix confused error codewm42014-02-261-1/+1
* m_property: retrieve chapter lists etc. as mpv_nodewm42014-02-241-4/+54
* m_property: add mechanism to access properties as mpv_nodewm42014-02-241-0/+36
* m_property: simplify some codewm42014-02-241-10/+6
* command: don't use option name in propertieswm42014-02-231-15/+5
* m_property: add a mechanism to organize a list of sub-propertieswm42014-02-161-0/+77
* m_property: add a sub-property mechanismwm42014-02-161-0/+61
* m_option, m_config: mp_msg conversionswm42013-12-211-1/+1
* m_property: mp_msg conversionswm42013-12-211-17/+23
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-2/+2
* Move options/config related files from mpvcore/ to options/wm42013-12-171-0/+382