aboutsummaryrefslogtreecommitdiffhomepage
path: root/m_property.h
Commit message (Expand)AuthorAge
* Add license header to all top-level files missing them.Gravatar diego2010-01-30
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Add a m_property_flag_ro function for the default behaviour of aGravatar reimar2008-10-01
* Add necessary #includes to pass 'make checkheaders'.Gravatar diego2008-03-04
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* All the m_property stuff works fine with constant m_option_tGravatar reimar2008-01-13
* Add multiple inclusion guards to all header files that lack them.Gravatar diego2008-01-01
* Move the time printing code out of the length property.Gravatar albeu2007-05-31
* Make all the info available via the metadata API available via properties.Gravatar albeu2007-05-29
* Rework the property API to allow sub properties such asGravatar albeu2007-05-29
* Split command/property handling from mplayer.c to a new file command.c.Gravatar uau2007-02-21
* marks several read-only string parameters which aren't modified inside the ca...Gravatar reynaldo2006-07-15
* marks several string parameters as const, as they are not modified inside the...Gravatar reynaldo2006-07-13
* Fix most of the mistakes pointed out by Diego.Gravatar albeu2006-04-25
* Doxygen attack!Gravatar albeu2006-04-24
* Add the declarations for mp_property_find/do.Gravatar albeu2006-04-22
* Add an option to list the properties: -list-propertiesGravatar albeu2006-03-22
* Add the new property API and implement a couple properties.Gravatar albeu2006-03-22