aboutsummaryrefslogtreecommitdiffhomepage
path: root/m_option.c
Commit message (Expand)AuthorAge
* Merge svn changes up to r30165Gravatar Uoti Urpala2010-01-08
|\
| * Add support for YUV format with alpha and fix the codecs.conf entry for vp6aGravatar reimar2009-12-31
| * Add support for 16-bit per component YUV formats.Gravatar reimar2009-12-31
| * Add support for 440p colorspace.Gravatar reimar2009-12-30
* | Merge svn changes up to r29962Gravatar Uoti Urpala2009-11-23
|\|
| * Support 16-bit-per-component RGB formats (rgb48[bln]e) in option parser.Gravatar reimar2009-11-21
* | 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
|\|
| * 100l, remove a pointless opt = NULL assignment that made print_int crash sinc...Gravatar reimar2009-03-03
| * Add a 64 bit integer type to the suboption parser.Gravatar reimar2009-03-02
| * Use strtoll in parse_int to avoid discrepancies between 32 and 64 bit systems.Gravatar reimar2009-03-02
| * Minor cosmetics: fix indentationGravatar reimar2009-03-02
* | Merge svn changes up to r27899Gravatar Uoti Urpala2008-11-06
|\|
| * Avoid a potential memleak in parse_obj_params in case of a missingGravatar reimar2008-10-31
* | options: Fix multiple -v by simplifying CONF_TYPE_FUNCGravatar Uoti Urpala2008-04-26
* | options: Remove "reset" functionality from CONF_TYPE_FUNC[_PARAM]Gravatar Uoti Urpala2008-04-26
|/
* typo: begining --> beginningGravatar diego2007-12-23
* 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
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyGravatar reimar2007-07-05
* mjpeg support for v4l2 tv:// driverGravatar voroshil2007-06-01
* Add a print function for the time option type.Gravatar albeu2007-05-31
* remove C99-ism (mixed declaration and code),Gravatar gpoirier2007-02-28
* Move parsing of the -ss option to the option code.Gravatar uau2007-02-24
* str_list separator backslash-escapingGravatar reimar2007-02-05
* Get rid of useless last_ptr assignmentGravatar reimar2007-02-04
* \, escapingGravatar michael2006-10-20
* Avoid memleak when calling parse_obj_params only for syntax-checking (dst == ...Gravatar reimar2006-10-08
* Another != NULL check after dereferencingGravatar reimar2006-10-08
* Fix variable dereference before NULL check.Gravatar reimar2006-10-08
* Fix broken parse_time_size, it would cause MPlayer to parse its parameter twice,Gravatar reimar2006-09-29
* after a long time, finally i could add -endpos option to mplayer executable.Gravatar ptt2006-09-25
* Get rid of two initialized but unused variablesGravatar reimar2006-08-09
* 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