summaryrefslogtreecommitdiffstats
path: root/m_option.h
Commit message (Expand)AuthorAgeFilesLines
* options: support string list separators other than ','Uoti Urpala2011-04-201-0/+11
* options: remove CONF_OLD option flagUoti Urpala2011-01-311-6/+1
* options: remove unused "func_full" option typeUoti Urpala2011-01-311-2/+0
* commands: add generic option -> property wrapperUoti Urpala2010-12-181-0/+6
* options: add "choice" option type, use for -pts-association-modeUoti Urpala2010-12-181-0/+8
* options: add OPT_MAKE_FLAGS macro, creates "opt/noopt" flag pairClément Bœsch2010-11-041-0/+1
* options: modify parse_timestring(), make publiccigaes2010-11-021-0/+11
* options: move audio_output_channels, audio_output_format to structUoti Urpala2010-11-021-0/+1
* options: move -chapter values to option structUoti Urpala2010-04-251-0/+2
* Merge svn changes up to r30748Uoti Urpala2010-03-101-9/+9
|\
| * Make more option-parsing related function arguments const.reimar2010-02-251-11/+11
* | Merge svn changes up to r30475Uoti Urpala2010-03-091-0/+18
|\|
| * Add license header to all top-level files missing them.diego2010-01-301-0/+18
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-11/+11
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-11/+11
* | Merge svn changes up to r28862Uoti Urpala2009-03-071-0/+2
|\|
| * Add a 64 bit integer type to the suboption parser.reimar2009-03-021-0/+2
* | Move input options to option structUoti Urpala2008-04-301-0/+1
* | m_option.h: #include <stddef.h> for offsetofUoti Urpala2008-04-281-0/+1
* | Move vf_settings to options structUoti Urpala2008-04-261-0/+1
* | Move -lavdopts to options structUoti Urpala2008-04-251-0/+1
* | Modify option helper macrosUoti Urpala2008-04-241-0/+7
* | Start of new option systemUoti Urpala2008-04-231-14/+4
|/
* Replace the trivial command line preparser with a more robust versionalbeu2008-04-131-0/+6
* Add necessary #includes to pass 'make checkheaders'.diego2008-03-041-0/+2
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-221-3/+3
* Option print functions may not and do not modify valuereimar2007-12-021-2/+2
* correct const usage in the option handling code so that tables can berfelker2007-11-091-43/+43
* Do not use leading underscores in multiple inclusion guards, they are reserved.diego2007-07-021-3/+3
* Move parsing of the -ss option to the option code.uau2007-02-241-0/+2
* after a long time, finally i could add -endpos option to mplayer executable.ptt2006-09-251-0/+10
* marks several string parameters as const, as they are not modified inside the...reynaldo2006-07-131-1/+1
* spelling/grammar/wording fixes in doxygen and non-doxygen commentsdiego2006-04-271-24/+24
* Fix most of the mistakes pointed out by Diego.albeu2006-04-251-31/+31
* Doxygen attack!albeu2006-04-241-79/+295
* New option type to print help text with a function.albeu2006-01-241-0/+2
* 100L m_option_copy should use the copy callback and not the set one.albeu2006-01-221-1/+1
* allow multiple help clauses on the command line, Patch by kiriuja " mplayer-p...gpoirier2005-09-021-0/+5
* CONF_TYPE_AFMT similar to CONF_TYPE_IMGFMTalex2004-12-271-0/+2
* m_option_type_doublemichael2004-02-101-0/+2
* 100l to albeu for his english grammar, and 10l to me becouse I noticed that l...alex2003-08-131-1/+1
* Removed the historic cfgparser and switched full to the new config parser (al...alex2003-08-131-16/+27
* 1000l, thanks Pierrealex2003-08-131-1/+1
* 10L forgot to fix the forward declaration too.albeu2003-04-021-1/+1
* Fix some 10L typo in header (m_struct_s instead of m_struct_st).albeu2003-04-021-18/+20
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-151-1/+28
* pphelpmichael2003-01-031-0/+2
* Fix the Gui with NEW_CONFIGalbeu2002-11-121-1/+1
* New config system + cleanup of header inter dependencyalbeu2002-11-121-0/+222