aboutsummaryrefslogtreecommitdiffhomepage
path: root/m_option.h
Commit message (Expand)AuthorAge
* cleanup: remove M_OPT_NOCMDGravatar wm42012-10-30
* Merge branch 'input_changes' into masterGravatar wm42012-10-12
|\
| * m_option.h: separate creating choices array into M_CHOICES macroGravatar wm42012-10-12
| * commands: don't replicate mapping to option in levels_property_helperGravatar wm42012-10-12
| * commands: handle property clamping in m_optionGravatar wm42012-10-12
| * options: simplify somewhat by introducing a union for option valuesGravatar wm42012-10-12
| * options: accept "yes" and "no" only for flagsGravatar wm42012-10-12
| * commands: generally handle property formatting with m_optionGravatar wm42012-10-12
| * commands: handle property stepping in a generic wayGravatar wm42012-10-12
| * options: remove CONF_TYPE_POSITIONGravatar wm42012-10-12
* | options: simplify somewhat by introducing a union for option valuesGravatar wm42012-09-23
* | options: accept "yes" and "no" only for flagsGravatar wm42012-09-23
* | options: make cache option always per-fileGravatar wm42012-09-23
|/
* options: change --vid, --aid, --sid optionsGravatar wm42012-09-18
* options: change --loop option, and extend choice option typeGravatar wm42012-09-18
* options: remove M_OPT_IMPLICIT_DEFAULTGravatar wm42012-09-18
* m_config: support auto-allocated sub-structsGravatar wm42012-08-06
* m_config: support flatten and merge flags for suboptionsGravatar wm42012-08-06
* options: get rid of some compatibility stuffGravatar wm42012-08-06
* options: get rid of ambiguous option parsingGravatar wm42012-08-05
* options: remove CONF_TYPE_PRINT_INDIRECTGravatar wm42012-08-05
* m_options: get rid of CONF_NOSAVEGravatar wm42012-08-04
* options: revert passing around talloc contextsGravatar wm42012-08-04
* options: remove "no" options variantsGravatar wm42012-07-30
* Merge remote-tracking branch 'origin/master'Gravatar wm42012-07-28
|\
| * options: make option struct the talloc parent of optionsGravatar Uoti Urpala2012-07-16
| * options: support parsing values into substructsGravatar Uoti Urpala2012-07-16
* | Merge remote-tracking branch 'origin/master'Gravatar wm42012-05-20
|\|
| * options: simplify option parsing/setting machineryGravatar Uoti Urpala2012-05-08
* | Merge remote-tracking branch 'origin/master' into my_masterGravatar wm42012-03-16
|\|
| * core: remove old EDL mode (--edl option)Gravatar Uoti Urpala2012-03-09
* | 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