aboutsummaryrefslogtreecommitdiffhomepage
path: root/m_option.c
Commit message (Expand)AuthorAge
* Rename directories, move files (step 1 of 2) (does not compile)Gravatar wm42012-11-12
* m_option: minor simplificationGravatar wm42012-11-01
* options: fix URL user/password parsingGravatar Uoti Urpala2012-10-30
* commands: handle property clamping in m_optionGravatar 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: change --loop option, and extend choice option typeGravatar wm42012-09-18
* options: remove M_OPT_IMPLICIT_DEFAULTGravatar wm42012-09-18
* libaf: rename af_format.h to format.hGravatar wm42012-08-29
* options, libaf: unify audio format name handlingGravatar wm42012-08-29
* options, codecs.conf, img_format: unify imgfmt name handlingGravatar wm42012-08-29
* img_format, m_option: make image format name list globally availableGravatar wm42012-08-23
* m_config: support auto-allocated sub-structsGravatar wm42012-08-06
* options: get rid of ambiguous option parsingGravatar wm42012-08-05
* options: remove CONF_TYPE_PRINT_INDIRECTGravatar wm42012-08-05
* options: revert passing around talloc contextsGravatar wm42012-08-04
* libmpcodecs: add support for 422P9Gravatar mplayer-svn2012-08-03
* bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstrGravatar wm42012-07-28
* Merge remote-tracking branch 'origin/master'Gravatar wm42012-07-28
|\
| * options: fix specifying string options without parameterGravatar Uoti Urpala2012-07-16
| * 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
* | libmpcodecs: rename IMGFMT_GBR24P to IMGFMT_GBRPGravatar wm42012-03-25
* | libmpcodecs: support planar GBR24 decodingGravatar cehoyos2012-03-25
* | options: allow choice options without parameterGravatar wm42012-01-18
|/
* options: make "choice" option type parsing ignore caseGravatar Uoti Urpala2011-09-11
* options: commandline: don't print video filter list twiceGravatar Uoti Urpala2011-07-31
* options: fix failure to parse trailing ',' in string listGravatar Uoti Urpala2011-07-31
* options: commandline: print error type for parse failuresGravatar 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
* Merge branch 'mplayer1_changes'Gravatar Uoti Urpala2011-07-06
|\
| * options: allow colorspace options to recognize "yvyu"Gravatar reimar2011-07-06
* | options: allocate dynamic options with tallocGravatar Uoti Urpala2011-07-06
|/
* 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
* video/colorspaces: add new 9/10-bit formats from libavcodecGravatar Uoti Urpala2011-06-26
* options: fix -profile parsing after 2db33ab48cGravatar Uoti Urpala2011-05-07
* 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 unused "func_full" option typeGravatar Uoti Urpala2011-01-31
* options: add special -leak-report optionGravatar Uoti Urpala2011-01-15
* Merge branch 'hr-seek'Gravatar Uoti Urpala2010-12-20
|\
* | cosmetics: remove unused code, small formatting tweaksGravatar Uoti Urpala2010-12-20
| * options: add "choice" option type, use for -pts-association-modeGravatar Uoti Urpala2010-12-18
|/
* cleanup: don't check for NULL before free()Gravatar diego2010-11-08