Mon, 06 Jun 2011 14:55:06 +0000 |
ib |
Pass m_config_new() error information to caller.
|
Sun, 22 May 2011 20:32:42 +0000 |
ib |
Add missing m_option_free() to m_config_free().
|
Sun, 07 Nov 2010 12:47:40 +0000 |
diego |
Remove some useless NULL pointer checks before invoking free() on the pointer.
|
Mon, 27 Sep 2010 12:10:59 +0000 |
diego |
cosmetics: Move some functions around to avoid ugly forward declarations.
|
Mon, 27 Sep 2010 11:54:17 +0000 |
diego |
Mark some function parameters that are not modified as const.
|
Sat, 27 Feb 2010 20:52:06 +0000 |
cehoyos |
Remove unused static function m_config_get_option_ptr().
|
Thu, 25 Feb 2010 22:32:28 +0000 |
reimar |
Make more option-parsing related function arguments const.
|
Sat, 20 Feb 2010 20:01:56 +0000 |
diego |
Mark m_config_get_option_ptr() as static, it is only used within the file.
|
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.
|
Sun, 13 Apr 2008 19:18:51 +0000 |
albeu |
Replace the trivial command line preparser with a more robust version
|
Wed, 02 Apr 2008 01:01:22 +0000 |
uau |
Add some const qualifiers to reduce warnings
|
Thu, 14 Feb 2008 14:23:55 +0000 |
diego |
typo fix: inited --> initialized
|
Thu, 10 Jan 2008 18:41:21 +0000 |
ben |
export m_config_set_profile()
|
Sun, 02 Dec 2007 15:35:58 +0000 |
reimar |
First try to mark some things in m_config correctly as const
|
Sat, 28 Jul 2007 10:14:42 +0000 |
reimar |
Fix some typos in comments
|
Thu, 19 Jul 2007 13:52:39 +0000 |
reimar |
Remove some more useless *alloc casts
|
Sun, 19 Nov 2006 17:41:31 +0000 |
reimar |
Fix obvious typo, although the exact effect is still unclear to me, see also bug #593.
|
Sun, 02 Jul 2006 08:17:07 +0000 |
reynaldo |
rm unnecesary casts from void* - part 3
|
Fri, 28 Apr 2006 23:06:42 +0000 |
diego |
Rename some misspelled and misnamed messages.
|
Mon, 24 Apr 2006 19:20:04 +0000 |
albeu |
Doxygen attack!
|
Mon, 13 Mar 2006 21:18:27 +0000 |
albeu |
10L fix missing return statement.
|
Wed, 25 Jan 2006 11:28:19 +0000 |
albeu |
Fix the MSG?_FIXME and make the profiles help translatable.
|
Tue, 24 Jan 2006 11:34:24 +0000 |
albeu |
Make -list-options work in both MPlayer and MEncoder.
|
Tue, 24 Jan 2006 11:16:13 +0000 |
albeu |
Profiles support.
|
Sun, 31 Oct 2004 10:27:40 +0000 |
faust3 |
a few 10l fixes by Wei Jiang <jiangw98@yahoo.com>
|
Wed, 20 Oct 2004 01:32:56 +0000 |
diego |
printf --> mp_msg by the Wanderer <inverseparadox at comcast dot net>
|
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.
|
Sat, 12 Apr 2003 13:40:30 +0000 |
albeu |
Don't save restore all options wich point to the same variable.
|
Sat, 15 Mar 2003 18:01:02 +0000 |
albeu |
Add the new -vf option wich is the same as vop in reverse order.
|
Sun, 02 Feb 2003 15:06:56 +0000 |
arpi |
print meaningful error message for missing parameter
|
Sat, 11 Jan 2003 17:32:45 +0000 |
arpi |
better error handling for invalud suboptions
|
Sat, 11 Jan 2003 16:42:24 +0000 |
arpi |
print meaningful error message
|
Sat, 21 Dec 2002 21:00:45 +0000 |
arpi |
10l fix by eviv bulgroz <ebulgroz@yahoo.com>
|
Tue, 12 Nov 2002 01:56:42 +0000 |
albeu |
New config system + cleanup of header inter dependency
|