summaryrefslogtreecommitdiffstats
path: root/m_config.c
Commit message (Expand)AuthorAgeFilesLines
* options: handle alias options differentlywm42012-09-231-5/+5
* options: simplify somewhat by introducing a union for option valueswm42012-09-231-6/+5
* options: make cache option always per-filewm42012-09-231-0/+4
* m_config: support auto-allocated sub-structswm42012-08-061-37/+46
* m_config: support flatten and merge flags for suboptionswm42012-08-061-14/+32
* options: get rid of some compatibility stuffwm42012-08-061-31/+8
* options: get rid of ambiguous option parsingwm42012-08-051-28/+13
* m_config: always reject setting global options in per-file modewm42012-08-041-0/+6
* m_options: get rid of CONF_NOSAVEwm42012-08-041-3/+3
* m_config: implement m_config_new in terms of m_config_simplewm42012-08-041-15/+11
* options: revert passing around talloc contextswm42012-08-041-10/+5
* m_config: reallow specifying static default values for string optionswm42012-08-021-1/+1
* mplayer: turn playtree into a list, and change per-file option handlingwm42012-07-311-132/+93
* bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstrwm42012-07-281-7/+7
* options: support "no-foo" syntax for flag suboptionsUoti Urpala2012-07-271-6/+23
* options: make option struct the talloc parent of optionsUoti Urpala2012-07-161-5/+8
* options: support parsing values into substructsUoti Urpala2012-07-161-47/+85
* options: simplify option parsing/setting machineryUoti Urpala2012-05-081-67/+49
* options: add "disabled option" functionalityUoti Urpala2011-09-041-12/+35
* options: change option parsing to use bstrUoti Urpala2011-07-291-35/+40
* options: indicate ambiguous option parameters explicitlyUoti Urpala2011-07-291-14/+19
* options: free option defaults when freeing configUoti Urpala2011-07-061-0/+5
* options: allocate dynamic options with tallocUoti Urpala2011-07-061-3/+3
* cleanup: reformat and clean up m_config.[ch]Uoti Urpala2011-07-061-396/+409
* cleanup: remove more warningsClément Bœsch2011-05-021-3/+3
* options: remove CONF_OLD option flagUoti Urpala2011-01-311-2/+0
* commands: add generic option -> property wrapperUoti Urpala2010-12-181-2/+2
* options: fix autoloaded profile handling of flag optionsUoti Urpala2010-11-151-0/+3
* cleanup: don't check for NULL before free()diego2010-11-081-1/+1
* m_config.c: cosmetics: Move functions to avoid forward declarationsdiego2010-11-021-114/+108
* m_config.[ch]: mark some function parameters constdiego2010-11-021-6/+6
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Merge svn changes up to r30748Uoti Urpala2010-03-101-6/+6
|\
| * Make more option-parsing related function arguments const.reimar2010-02-251-4/+4
| * Mark m_config_get_option_ptr() as static, it is only used within the file.diego2010-02-201-1/+1
* | Merge svn changes up to r30475Uoti Urpala2010-03-091-0/+17
|\|
| * Add license header to all top-level files missing them.diego2010-01-301-0/+17
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-13/+13
* | Restore collapsed whitespace in output messagesUoti Urpala2010-03-071-1/+1
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-10/+10
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-14/+14
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-14/+14
* | m_config.c: Remove unused function m_config_get_option_ptrUoti Urpala2008-08-121-14/+0
* | options: Make dynamic dup hack work with new optionsUoti Urpala2008-04-301-4/+7
* | m_config.c: Cosmetics: fix nested block lacking indentationUoti Urpala2008-04-301-16/+17
* | Mark some constant symbols as suchUoti Urpala2008-04-261-1/+1
* | Move global mconfig to mpctxUoti Urpala2008-04-261-2/+9
* | Convert m_config.c to use tallocUoti Urpala2008-04-261-62/+32
* | Start of new option systemUoti Urpala2008-04-231-9/+32
|/
* Replace the trivial command line preparser with a more robust versionalbeu2008-04-131-0/+7
* Add some const qualifiers to reduce warningsuau2008-04-021-4/+5
* typo fix: inited --> initializeddiego2008-02-141-3/+3
* export m_config_set_profile()ben2008-01-101-1/+1
* First try to mark some things in m_config correctly as constreimar2007-12-021-8/+8
* Fix some typos in commentsreimar2007-07-281-5/+5
* Remove some more useless *alloc castsreimar2007-07-191-1/+1
* Fix obvious typo, although the exact effect is still unclear to me, see also ...reimar2006-11-191-1/+1
* rm unnecesary casts from void* - part 3reynaldo2006-07-021-5/+5
* Rename some misspelled and misnamed messages.diego2006-04-281-1/+1
* Doxygen attack!albeu2006-04-241-0/+4
* 10L fix missing return statement.albeu2006-03-131-0/+1
* Fix the MSG?_FIXME and make the profiles help translatable.albeu2006-01-251-11/+11
* Make -list-options work in both MPlayer and MEncoder.albeu2006-01-241-0/+11
* Profiles support.albeu2006-01-241-0/+195
* a few 10l fixes by Wei Jiang <jiangw98@yahoo.com>faust32004-10-311-2/+7
* printf --> mp_msg by the Wanderer <inverseparadox at comcast dot net>diego2004-10-201-9/+10
* 100l to albeu for his english grammar, and 10l to me becouse I noticed that l...alex2003-08-131-2/+2
* Removed the historic cfgparser and switched full to the new config parser (al...alex2003-08-131-6/+0
* Don't save restore all options wich point to the same variable.albeu2003-04-121-4/+21
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-151-1/+1
* print meaningful error message for missing parameterarpi2003-02-021-1/+11
* better error handling for invalud suboptionsarpi2003-01-111-2/+9
* print meaningful error messagearpi2003-01-111-1/+3
* 10l fix by eviv bulgroz <ebulgroz@yahoo.com>arpi2002-12-211-2/+2
* New config system + cleanup of header inter dependencyalbeu2002-11-121-0/+347