summaryrefslogtreecommitdiffstats
path: root/m_property.c
Commit message (Expand)AuthorAgeFilesLines
* options: get rid of ambiguous option parsingwm42012-08-051-2/+1
* bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstrwm42012-07-281-1/+1
* core: change format of time properties to match the OSD time formatwm42012-07-281-11/+11
* commands: osd_show_property_text: fix \xNN escapesharklu2011-08-051-1/+1
* options: change option parsing to use bstrUoti Urpala2011-07-291-1/+2
* options: indicate ambiguous option parameters explicitlyUoti Urpala2011-07-291-2/+1
* commands: change property mechanism to use talloc stringsUoti Urpala2011-07-031-19/+14
* cosmetics: reformat demux_lavf.c, m_option.[ch] and m_property.cUoti Urpala2011-07-031-182/+224
* cleanup: define ROUND() macro in mpcommon.hcboesch2011-01-311-2/+1
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Merge svn changes up to r30475Uoti Urpala2010-03-091-0/+17
|\
| * Add license header to all top-level files missing them.diego2010-01-301-0/+17
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-7/+7
* | Restore collapsed whitespace in output messagesUoti Urpala2010-03-071-1/+1
* | translations: corrently translate most OSD outputUoti Urpala2010-01-121-1/+2
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-7/+7
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-3/+3
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-3/+3
|/
* Add a m_property_flag_ro function for the default behaviour of areimar2008-10-011-3/+12
* All the m_property stuff works fine with constant m_option_treimar2008-01-131-19/+19
* Support ?(!NAME:TEXT) format for expanding string by property.ulion2007-12-261-3/+8
* Move two variable to the scope where they are indeed used.ulion2007-12-221-2/+2
* Move the time printing code out of the length property.albeu2007-05-311-0/+25
* Fix fallback on the default GET_TYPE for unvailable/disabledalbeu2007-05-301-1/+1
* Make all the info available via the metadata API available via properties.albeu2007-05-291-0/+12
* Rework the property API to allow sub properties such asalbeu2007-05-291-45/+71
* Split command/property handling from mplayer.c to a new file command.c.uau2007-02-211-11/+11
* Doxygen attack!albeu2006-04-241-0/+3
* 100L too many arguments to mp_msg().albeu2006-03-231-4/+1
* Add an option to list the properties: -list-propertiesalbeu2006-03-221-0/+29
* Add the new property API and implement a couple properties.albeu2006-03-221-0/+278