log m_property.h @ 37195:ac6c37d85d65 default tip

age author description
Thu, 03 Nov 2011 13:24:53 +0000 diego Fix a bunch of Doxygen syntax errors that caused warnings.
Sat, 30 Jan 2010 23:24:23 +0000 diego Add license header to all top-level files missing them.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Wed, 01 Oct 2008 17:05:18 +0000 reimar Add a m_property_flag_ro function for the default behaviour of a
Tue, 04 Mar 2008 23:35:24 +0000 diego Add necessary #includes to pass 'make checkheaders'.
Fri, 22 Feb 2008 09:09:46 +0000 diego Add MPLAYER_ prefix to multiple inclusion guards.
Sun, 13 Jan 2008 16:59:21 +0000 reimar All the m_property stuff works fine with constant m_option_t
Tue, 01 Jan 2008 21:35:58 +0000 diego Add multiple inclusion guards to all header files that lack them.
Thu, 31 May 2007 12:42:02 +0000 albeu Move the time printing code out of the length property.
Tue, 29 May 2007 22:14:41 +0000 albeu Make all the info available via the metadata API available via properties.
Tue, 29 May 2007 21:49:39 +0000 albeu Rework the property API to allow sub properties such as
Wed, 21 Feb 2007 00:49:24 +0000 uau Split command/property handling from mplayer.c to a new file command.c.
Sat, 15 Jul 2006 16:03:12 +0000 reynaldo marks several read-only string parameters which aren't modified inside the called function as const. Patch by Stefan Huehner, stefan AT huehner-org
Thu, 13 Jul 2006 05:03:43 +0000 reynaldo marks several string parameters as const, as they are not modified inside the function, Patch by Stefan Huehner, stefan AT huehner-org
Tue, 25 Apr 2006 18:48:53 +0000 albeu Fix most of the mistakes pointed out by Diego.
Mon, 24 Apr 2006 19:20:04 +0000 albeu Doxygen attack!
Sat, 22 Apr 2006 14:26:30 +0000 albeu Add the declarations for mp_property_find/do.
Wed, 22 Mar 2006 16:35:17 +0000 albeu Add an option to list the properties: -list-properties
Wed, 22 Mar 2006 00:19:02 +0000 albeu Add the new property API and implement a couple properties.