summaryrefslogtreecommitdiffstats
path: root/m_option.c
Commit message (Expand)AuthorAgeFilesLines
* \, escapingmichael2006-10-201-1/+8
* Avoid memleak when calling parse_obj_params only for syntax-checking (dst == ...reimar2006-10-081-1/+1
* Another != NULL check after dereferencingreimar2006-10-081-1/+2
* Fix variable dereference before NULL check.reimar2006-10-081-1/+2
* Fix broken parse_time_size, it would cause MPlayer to parse its parameter twice,reimar2006-09-291-15/+12
* after a long time, finally i could add -endpos option to mplayer executable.ptt2006-09-251-0/+72
* Get rid of two initialized but unused variablesreimar2006-08-091-2/+0
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-1/+1
* marks some read-only char* inside structs as const, patch by Stefan Huehner, ...reynaldo2006-07-271-2/+2
* marks several string parameters as const, as they are not modified inside the...reynaldo2006-07-131-3/+3
* Remove unused variables, patch by Stefan Huehner stefan at huehner org.diego2006-07-081-2/+2
* rm unnecesary casts from void* - part 3reynaldo2006-07-021-2/+2
* rm unnecesary void* casts - part 1reynaldo2006-07-011-2/+2
* Do not parse numbers as octal, strip leading zeroes instead.reimar2006-06-151-0/+2
* Doxygen attack!albeu2006-04-241-0/+4
* Get ride of the several if(identify) messy lines and rearangment of some of t...reynaldo2006-04-241-2/+1
* Small fix with object list (-vf) help.albeu2006-03-151-2/+8
* Make -xy help output consistent, output an empty line before and after.diego2006-03-041-0/+1
* use calloc instead of malloc in copy_func_pf, missing initialization ofreimar2006-02-221-1/+1
* New option type to print help text with a function.albeu2006-01-241-0/+15
* Fix misuse of the M_OPT_TYPE_INDIRECT flag, it has nothing to doalbeu2006-01-231-2/+2
* fix incorrect use of strl* functions (patch by reimar)rfelker2005-10-251-4/+4
* Use PRI?64 defines as format strings for 64 bit variables.reimar2005-10-131-10/+6
* Add support for suboption escaping via both "" and %n%str syntaxreimar2005-10-121-13/+41
* Do not define NO_FREE, it causes a giant memleak with -loop 0 and a short file.reimar2005-09-071-1/+1
* allow multiple help clauses on the command line, Patch by kiriuja " mplayer-p...gpoirier2005-09-021-6/+6
* adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ...gpoirier2005-06-201-0/+2
* Fix crash with e.g. -vf scale=::reimar2005-06-171-0/+10
* introduced -string- parameter to match everything after :// syntaxnicodvb2005-05-141-0/+6
* CONF_TYPE_AFMT similar to CONF_TYPE_IMGFMTalex2004-12-271-0/+89
* Add "Available video filters:" line to -vf help.diego2004-12-011-0/+1
* RGBA variantsmichael2004-08-111-0/+4
* make config accept true/false as parametersiive2004-07-081-0/+2
* degccifyalex2004-06-251-5/+5
* 100l (cvs commit + tired ...)michael2004-02-101-0/+1
* m_option_type_doublemichael2004-02-101-3/+30
* swedish yes/no options supportwight2004-01-131-0/+2
* polish yes/no options supportwight2004-01-121-0/+2
* Fix long standing bug where last (and sometimes first) char of thealbeu2004-01-101-4/+7
* 10l. found by John Wehle <john@feith.com>alex2003-12-271-1/+1
* Warning fixes (approved by A'rpi).rathann2003-11-081-0/+1
* -vop ---> -vfdiego2003-10-251-1/+1
* added nv12/nv21 and some other fourccs (still not synced)alex2003-08-311-3/+10
* a 100l and another typodiego2003-08-181-2/+2
* spelling and grammar fixes galorediego2003-08-171-46/+46
* Spelling police:diego2003-08-141-4/+4
* CONF_TYPE_IMGFMT now supports 0xffffffff (hexa)-style fourccs tooalex2003-08-131-1/+4
* 100l to albeu for his english grammar, and 10l to me becouse I noticed that l...alex2003-08-131-5/+5
* Removed the historic cfgparser and switched full to the new config parser (al...alex2003-08-131-5/+0
* Fix a 10l and add escaped filename support. Needed by ftp.albeu2003-08-131-1/+11
* output typo fixes: unknow --> unknowndiego2003-07-091-1/+1
* Fix the segfault in case of missing arg for flag optionsalbeu2003-07-011-0/+1
* warning fixes by Dominikalex2003-06-011-1/+2
* Add suffix support to the object list type.albeu2003-04-121-10/+143
* Don't give the initial / as part of the filename.albeu2003-04-061-1/+1
* Fix some 10L typo in header (m_struct_s instead of m_struct_st).albeu2003-04-021-122/+274
* Improve the imgfmt option typealbeu2003-03-151-28/+51
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-151-8/+436
* disable free() in string and string_list parsers. yes, it's a hackarpi2003-01-301-6/+6
* pphelpmichael2003-01-031-1/+19
* fixed 'mplayer -nosound xxx' sig11 if configfile have string list optionsarpi2002-12-061-1/+1
* FreeBSD fixnexus2002-11-241-0/+1
* Fix the Gui with NEW_CONFIGalbeu2002-11-121-2/+18
* New config system + cleanup of header inter dependencyalbeu2002-11-121-0/+1008