aboutsummaryrefslogtreecommitdiffhomepage
path: root/m_config.c
Commit message (Expand)AuthorAge
* cleanup: don't check for NULL before free()Gravatar diego2010-11-08
* m_config.c: cosmetics: Move functions to avoid forward declarationsGravatar diego2010-11-02
* m_config.[ch]: mark some function parameters constGravatar diego2010-11-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30748Gravatar Uoti Urpala2010-03-10
|\
* \ Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\ \
* | | Restore collapsed whitespace in output messagesGravatar Uoti Urpala2010-03-07
| | * Make more option-parsing related function arguments const.Gravatar reimar2010-02-25
| | * Mark m_config_get_option_ptr() as static, it is only used within the file.Gravatar diego2010-02-20
| |/
| * Add license header to all top-level files missing them.Gravatar diego2010-01-30
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | m_config.c: Remove unused function m_config_get_option_ptrGravatar Uoti Urpala2008-08-12
* | options: Make dynamic dup hack work with new optionsGravatar Uoti Urpala2008-04-30
* | m_config.c: Cosmetics: fix nested block lacking indentationGravatar Uoti Urpala2008-04-30
* | Mark some constant symbols as suchGravatar Uoti Urpala2008-04-26
* | Move global mconfig to mpctxGravatar Uoti Urpala2008-04-26
* | Convert m_config.c to use tallocGravatar Uoti Urpala2008-04-26
* | Start of new option systemGravatar Uoti Urpala2008-04-23
|/
* Replace the trivial command line preparser with a more robust versionGravatar albeu2008-04-13
* Add some const qualifiers to reduce warningsGravatar uau2008-04-02
* typo fix: inited --> initializedGravatar diego2008-02-14
* export m_config_set_profile()Gravatar ben2008-01-10
* First try to mark some things in m_config correctly as constGravatar reimar2007-12-02
* Fix some typos in commentsGravatar reimar2007-07-28
* Remove some more useless *alloc castsGravatar reimar2007-07-19
* Fix obvious typo, although the exact effect is still unclear to me, see also ...Gravatar reimar2006-11-19
* rm unnecesary casts from void* - part 3Gravatar reynaldo2006-07-02
* Rename some misspelled and misnamed messages.Gravatar diego2006-04-28
* Doxygen attack!Gravatar albeu2006-04-24
* 10L fix missing return statement.Gravatar albeu2006-03-13
* Fix the MSG?_FIXME and make the profiles help translatable.Gravatar albeu2006-01-25
* Make -list-options work in both MPlayer and MEncoder.Gravatar albeu2006-01-24
* Profiles support.Gravatar albeu2006-01-24
* a few 10l fixes by Wei Jiang <jiangw98@yahoo.com>Gravatar faust32004-10-31
* printf --> mp_msg by the Wanderer <inverseparadox at comcast dot net>Gravatar diego2004-10-20
* 100l to albeu for his english grammar, and 10l to me becouse I noticed that l...Gravatar alex2003-08-13
* Removed the historic cfgparser and switched full to the new config parser (al...Gravatar alex2003-08-13
* Don't save restore all options wich point to the same variable.Gravatar albeu2003-04-12
* Add the new -vf option wich is the same as vop in reverse order.Gravatar albeu2003-03-15
* print meaningful error message for missing parameterGravatar arpi2003-02-02
* better error handling for invalud suboptionsGravatar arpi2003-01-11
* print meaningful error messageGravatar arpi2003-01-11
* 10l fix by eviv bulgroz <ebulgroz@yahoo.com>Gravatar arpi2002-12-21
* New config system + cleanup of header inter dependencyGravatar albeu2002-11-12