aboutsummaryrefslogtreecommitdiffhomepage
path: root/m_option.h
Commit message (Expand)AuthorAge
* options: allow choice options without parameterGravatar wm42012-01-18
* options: add "disabled option" functionalityGravatar Uoti Urpala2011-09-04
* options: commandline: print error type for parse failuresGravatar Uoti Urpala2011-07-29
* core: improve --loop handlingGravatar Uoti Urpala2011-07-29
* options: change option parsing to use bstrGravatar Uoti Urpala2011-07-29
* options: indicate ambiguous option parameters explicitlyGravatar Uoti Urpala2011-07-29
* cleanup: silence most of the clang warningsGravatar Clément Bœsch2011-07-09
* commands: change property mechanism to use talloc stringsGravatar Uoti Urpala2011-07-03
* cosmetics: reformat demux_lavf.c, m_option.[ch] and m_property.cGravatar Uoti Urpala2011-07-03
* cleanup: shut up more warningsGravatar Clément Bœsch2011-05-06
* options: support string list separators other than ','Gravatar Uoti Urpala2011-04-20
* options: remove CONF_OLD option flagGravatar Uoti Urpala2011-01-31
* options: remove unused "func_full" option typeGravatar Uoti Urpala2011-01-31
* commands: add generic option -> property wrapperGravatar Uoti Urpala2010-12-18
* options: add "choice" option type, use for -pts-association-modeGravatar Uoti Urpala2010-12-18
* options: add OPT_MAKE_FLAGS macro, creates "opt/noopt" flag pairGravatar Clément Bœsch2010-11-04
* options: modify parse_timestring(), make publicGravatar cigaes2010-11-02
* options: move audio_output_channels, audio_output_format to structGravatar Uoti Urpala2010-11-02
* options: move -chapter values to option structGravatar Uoti Urpala2010-04-25
* Merge svn changes up to r30748Gravatar Uoti Urpala2010-03-10
|\
* \ Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\ \
| | * Make more option-parsing related function arguments const.Gravatar reimar2010-02-25
| |/
| * Add license header to all top-level files missing them.Gravatar diego2010-01-30
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r28862Gravatar Uoti Urpala2009-03-07
|\|
| * Add a 64 bit integer type to the suboption parser.Gravatar reimar2009-03-02
* | Move input options to option structGravatar Uoti Urpala2008-04-30
* | m_option.h: #include <stddef.h> for offsetofGravatar Uoti Urpala2008-04-28
* | Move vf_settings to options structGravatar Uoti Urpala2008-04-26
* | Move -lavdopts to options structGravatar Uoti Urpala2008-04-25
* | Modify option helper macrosGravatar Uoti Urpala2008-04-24
* | Start of new option systemGravatar Uoti Urpala2008-04-23
|/
* Replace the trivial command line preparser with a more robust versionGravatar albeu2008-04-13
* Add necessary #includes to pass 'make checkheaders'.Gravatar diego2008-03-04
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Option print functions may not and do not modify valueGravatar reimar2007-12-02
* correct const usage in the option handling code so that tables can beGravatar rfelker2007-11-09
* Do not use leading underscores in multiple inclusion guards, they are reserved.Gravatar diego2007-07-02
* Move parsing of the -ss option to the option code.Gravatar uau2007-02-24
* after a long time, finally i could add -endpos option to mplayer executable.Gravatar ptt2006-09-25
* marks several string parameters as const, as they are not modified inside the...Gravatar reynaldo2006-07-13
* spelling/grammar/wording fixes in doxygen and non-doxygen commentsGravatar diego2006-04-27
* Fix most of the mistakes pointed out by Diego.Gravatar albeu2006-04-25
* Doxygen attack!Gravatar albeu2006-04-24
* New option type to print help text with a function.Gravatar albeu2006-01-24
* 100L m_option_copy should use the copy callback and not the set one.Gravatar albeu2006-01-22
* allow multiple help clauses on the command line, Patch by kiriuja " mplayer-p...Gravatar gpoirier2005-09-02
* CONF_TYPE_AFMT similar to CONF_TYPE_IMGFMTGravatar alex2004-12-27
* m_option_type_doubleGravatar michael2004-02-10