index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
m_config.c
Commit message (
Expand
)
Author
Age
*
Remove unused static function m_config_get_option_ptr().
cehoyos
2010-02-27
*
Make more option-parsing related function arguments const.
reimar
2010-02-25
*
Mark m_config_get_option_ptr() as static, it is only used within the file.
diego
2010-02-20
*
Add license header to all top-level files missing them.
diego
2010-01-30
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
Replace the trivial command line preparser with a more robust version
albeu
2008-04-13
*
Add some const qualifiers to reduce warnings
uau
2008-04-02
*
typo fix: inited --> initialized
diego
2008-02-14
*
export m_config_set_profile()
ben
2008-01-10
*
First try to mark some things in m_config correctly as const
reimar
2007-12-02
*
Fix some typos in comments
reimar
2007-07-28
*
Remove some more useless *alloc casts
reimar
2007-07-19
*
Fix obvious typo, although the exact effect is still unclear to me, see also ...
reimar
2006-11-19
*
rm unnecesary casts from void* - part 3
reynaldo
2006-07-02
*
Rename some misspelled and misnamed messages.
diego
2006-04-28
*
Doxygen attack!
albeu
2006-04-24
*
10L fix missing return statement.
albeu
2006-03-13
*
Fix the MSG?_FIXME and make the profiles help translatable.
albeu
2006-01-25
*
Make -list-options work in both MPlayer and MEncoder.
albeu
2006-01-24
*
Profiles support.
albeu
2006-01-24
*
a few 10l fixes by Wei Jiang <jiangw98@yahoo.com>
faust3
2004-10-31
*
printf --> mp_msg by the Wanderer <inverseparadox at comcast dot net>
diego
2004-10-20
*
100l to albeu for his english grammar, and 10l to me becouse I noticed that l...
alex
2003-08-13
*
Removed the historic cfgparser and switched full to the new config parser (al...
alex
2003-08-13
*
Don't save restore all options wich point to the same variable.
albeu
2003-04-12
*
Add the new -vf option wich is the same as vop in reverse order.
albeu
2003-03-15
*
print meaningful error message for missing parameter
arpi
2003-02-02
*
better error handling for invalud suboptions
arpi
2003-01-11
*
print meaningful error message
arpi
2003-01-11
*
10l fix by eviv bulgroz <ebulgroz@yahoo.com>
arpi
2002-12-21
*
New config system + cleanup of header inter dependency
albeu
2002-11-12