Mercurial > mplayer.hg
log m_property.h @ 21564:6ed90ece4b9b
age | author | description |
---|---|---|
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. |