log m_option.h @ 37195:ac6c37d85d65 default tip

age author description
Sun, 16 Feb 2014 16:29:59 +0000 reimar m_option, vf_scale: Add some missing const.
Thu, 19 Jan 2012 14:36:15 +0000 diego Move static keyword to the beginning of function declarations.
Thu, 03 Nov 2011 13:24:53 +0000 diego Fix a bunch of Doxygen syntax errors that caused warnings.
Tue, 25 Oct 2011 20:18:35 +0000 reimar Sanitize include behaviour.
Sat, 22 Oct 2011 11:00:31 +0000 ib Improve option type CONF_TYPE_PRINT.
Thu, 11 Aug 2011 17:45:38 +0000 diego doxygen: drop filename from @file directive
Mon, 18 Oct 2010 20:56:52 +0000 cigaes Make the parse_timestring public, with a slightly extended API.
Sun, 04 Apr 2010 15:57:17 +0000 diego Revert marking m_option struct member as const.
Sat, 03 Apr 2010 11:06:57 +0000 diego Mark m_option struct member as const.
Thu, 25 Feb 2010 22:32:28 +0000 reimar Make more option-parsing related function arguments const.
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.
Mon, 02 Mar 2009 11:17:50 +0000 reimar Add a 64 bit integer type to the suboption parser.
Sun, 13 Apr 2008 19:18:51 +0000 albeu Replace the trivial command line preparser with a more robust version
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, 02 Dec 2007 15:56:38 +0000 reimar Option print functions may not and do not modify value
Fri, 09 Nov 2007 06:50:53 +0000 rfelker correct const usage in the option handling code so that tables can be
Mon, 02 Jul 2007 22:34:45 +0000 diego Do not use leading underscores in multiple inclusion guards, they are reserved.
Sat, 24 Feb 2007 07:11:57 +0000 uau Move parsing of the -ss option to the option code.
Mon, 25 Sep 2006 16:47:56 +0000 ptt after a long time, finally i could add -endpos option to mplayer executable.
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
Thu, 27 Apr 2006 13:22:23 +0000 diego spelling/grammar/wording fixes in doxygen and non-doxygen comments
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!
Tue, 24 Jan 2006 11:14:13 +0000 albeu New option type to print help text with a function.
Sun, 22 Jan 2006 12:43:14 +0000 albeu 100L m_option_copy should use the copy callback and not the set one.
Fri, 02 Sep 2005 08:29:30 +0000 gpoirier allow multiple help clauses on the command line, Patch by kiriuja " mplayer-patches AH en-directo POUM net "
Mon, 27 Dec 2004 17:32:54 +0000 alex CONF_TYPE_AFMT similar to CONF_TYPE_IMGFMT
Tue, 10 Feb 2004 14:32:06 +0000 michael m_option_type_double
Wed, 13 Aug 2003 16:45:02 +0000 alex 100l to albeu for his english grammar, and 10l to me becouse I noticed that lately (my backward compatibilty macro uses M_OPT_UNKNOWN)
Wed, 13 Aug 2003 16:29:32 +0000 alex Removed the historic cfgparser and switched full to the new config parser (altought some macros still remain for compatibility). As a side effect 90% of the warning messages are gone from the core. Things should be cleaner now and less confusing for newbies.
Wed, 13 Aug 2003 09:42:53 +0000 alex 1000l, thanks Pierre
Wed, 02 Apr 2003 16:15:06 +0000 albeu 10L forgot to fix the forward declaration too.
Wed, 02 Apr 2003 16:11:15 +0000 albeu Fix some 10L typo in header (m_struct_s instead of m_struct_st).
Sat, 15 Mar 2003 18:01:02 +0000 albeu Add the new -vf option wich is the same as vop in reverse order.
Fri, 03 Jan 2003 12:40:10 +0000 michael pphelp
Tue, 12 Nov 2002 12:39:05 +0000 albeu Fix the Gui with NEW_CONFIG
Tue, 12 Nov 2002 01:56:42 +0000 albeu New config system + cleanup of header inter dependency