aboutsummaryrefslogtreecommitdiffhomepage
path: root/m_option.c
Commit message (Expand)AuthorAge
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31
* marks some read-only char* inside structs as const, patch by Stefan Huehner, ...Gravatar reynaldo2006-07-27
* marks several string parameters as const, as they are not modified inside the...Gravatar reynaldo2006-07-13
* Remove unused variables, patch by Stefan Huehner stefan at huehner org.Gravatar diego2006-07-08
* rm unnecesary casts from void* - part 3Gravatar reynaldo2006-07-02
* rm unnecesary void* casts - part 1Gravatar reynaldo2006-07-01
* Do not parse numbers as octal, strip leading zeroes instead.Gravatar reimar2006-06-15
* Doxygen attack!Gravatar albeu2006-04-24
* Get ride of the several if(identify) messy lines and rearangment of some of t...Gravatar reynaldo2006-04-24
* Small fix with object list (-vf) help.Gravatar albeu2006-03-15
* Make -xy help output consistent, output an empty line before and after.Gravatar diego2006-03-04
* use calloc instead of malloc in copy_func_pf, missing initialization ofGravatar reimar2006-02-22
* New option type to print help text with a function.Gravatar albeu2006-01-24
* Fix misuse of the M_OPT_TYPE_INDIRECT flag, it has nothing to doGravatar albeu2006-01-23
* fix incorrect use of strl* functions (patch by reimar)Gravatar rfelker2005-10-25
* Use PRI?64 defines as format strings for 64 bit variables.Gravatar reimar2005-10-13
* Add support for suboption escaping via both "" and %n%str syntaxGravatar reimar2005-10-12
* Do not define NO_FREE, it causes a giant memleak with -loop 0 and a short file.Gravatar reimar2005-09-07
* allow multiple help clauses on the command line, Patch by kiriuja " mplayer-p...Gravatar gpoirier2005-09-02
* adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ...Gravatar gpoirier2005-06-20
* Fix crash with e.g. -vf scale=::Gravatar reimar2005-06-17
* introduced -string- parameter to match everything after :// syntaxGravatar nicodvb2005-05-14
* CONF_TYPE_AFMT similar to CONF_TYPE_IMGFMTGravatar alex2004-12-27
* Add "Available video filters:" line to -vf help.Gravatar diego2004-12-01
* RGBA variantsGravatar michael2004-08-11
* make config accept true/false as parametersGravatar iive2004-07-08
* degccifyGravatar alex2004-06-25
* 100l (cvs commit + tired ...)Gravatar michael2004-02-10
* m_option_type_doubleGravatar michael2004-02-10
* swedish yes/no options supportGravatar wight2004-01-13
* polish yes/no options supportGravatar wight2004-01-12
* Fix long standing bug where last (and sometimes first) char of theGravatar albeu2004-01-10
* 10l. found by John Wehle <john@feith.com>Gravatar alex2003-12-27
* Warning fixes (approved by A'rpi).Gravatar rathann2003-11-08
* -vop ---> -vfGravatar diego2003-10-25
* added nv12/nv21 and some other fourccs (still not synced)Gravatar alex2003-08-31
* a 100l and another typoGravatar diego2003-08-18
* spelling and grammar fixes galoreGravatar diego2003-08-17
* Spelling police:Gravatar diego2003-08-14
* CONF_TYPE_IMGFMT now supports 0xffffffff (hexa)-style fourccs tooGravatar alex2003-08-13
* 100l to albeu for his english grammar, and 10l to me becouse I noticed that l...Gravatar alex2003-08-13
* Removed the historic cfgparser and switched full to the new config parser (al...Gravatar alex2003-08-13
* Fix a 10l and add escaped filename support. Needed by ftp.Gravatar albeu2003-08-13
* output typo fixes: unknow --> unknownGravatar diego2003-07-09
* Fix the segfault in case of missing arg for flag optionsGravatar albeu2003-07-01
* warning fixes by DominikGravatar alex2003-06-01
* Add suffix support to the object list type.Gravatar albeu2003-04-12
* Don't give the initial / as part of the filename.Gravatar albeu2003-04-06
* Fix some 10L typo in header (m_struct_s instead of m_struct_st).Gravatar albeu2003-04-02
* Improve the imgfmt option typeGravatar albeu2003-03-15