summaryrefslogtreecommitdiffstats
path: root/m_property.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-1/+1
* Add a m_property_flag_ro function for the default behaviour of areimar2008-10-011-0/+3
* Add necessary #includes to pass 'make checkheaders'.diego2008-03-041-0/+2
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-221-3/+3
* All the m_property stuff works fine with constant m_option_treimar2008-01-131-15/+15
* Add multiple inclusion guards to all header files that lack them.diego2008-01-011-0/+4
* Move the time printing code out of the length property.albeu2007-05-311-0/+4
* Make all the info available via the metadata API available via properties.albeu2007-05-291-0/+3
* Rework the property API to allow sub properties such asalbeu2007-05-291-18/+33
* Split command/property handling from mplayer.c to a new file command.c.uau2007-02-211-6/+6
* marks several read-only string parameters which aren't modified inside the ca...reynaldo2006-07-151-1/+1
* marks several string parameters as const, as they are not modified inside the...reynaldo2006-07-131-1/+1
* Fix most of the mistakes pointed out by Diego.albeu2006-04-251-3/+3
* Doxygen attack!albeu2006-04-241-29/+119
* Add the declarations for mp_property_find/do.albeu2006-04-221-0/+8
* Add an option to list the properties: -list-propertiesalbeu2006-03-221-0/+2
* Add the new property API and implement a couple properties.albeu2006-03-221-0/+78