| Commit message (Expand) | Author | Age |
* | Merge svn changes up to r28862 | Uoti Urpala | 2009-03-07 |
|\ |
|
| * | 100l, remove a pointless opt = NULL assignment that made print_int crash sinc... | reimar | 2009-03-03 |
| * | Add a 64 bit integer type to the suboption parser. | reimar | 2009-03-02 |
| * | Use strtoll in parse_int to avoid discrepancies between 32 and 64 bit systems. | reimar | 2009-03-02 |
| * | Minor cosmetics: fix indentation | reimar | 2009-03-02 |
* | | Merge svn changes up to r27899 | Uoti Urpala | 2008-11-06 |
|\| |
|
| * | Avoid a potential memleak in parse_obj_params in case of a missing | reimar | 2008-10-31 |
* | | options: Fix multiple -v by simplifying CONF_TYPE_FUNC | Uoti Urpala | 2008-04-26 |
* | | options: Remove "reset" functionality from CONF_TYPE_FUNC[_PARAM] | Uoti Urpala | 2008-04-26 |
|/ |
|
* | typo: begining --> beginning | diego | 2007-12-23 |
* | Option print functions may not and do not modify value | reimar | 2007-12-02 |
* | correct const usage in the option handling code so that tables can be | rfelker | 2007-11-09 |
* | Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy | reimar | 2007-07-05 |
* | mjpeg support for v4l2 tv:// driver | voroshil | 2007-06-01 |
* | Add a print function for the time option type. | albeu | 2007-05-31 |
* | remove C99-ism (mixed declaration and code), | gpoirier | 2007-02-28 |
* | Move parsing of the -ss option to the option code. | uau | 2007-02-24 |
* | str_list separator backslash-escaping | reimar | 2007-02-05 |
* | Get rid of useless last_ptr assignment | reimar | 2007-02-04 |
* | \, escaping | michael | 2006-10-20 |
* | Avoid memleak when calling parse_obj_params only for syntax-checking (dst == ... | reimar | 2006-10-08 |
* | Another != NULL check after dereferencing | reimar | 2006-10-08 |
* | Fix variable dereference before NULL check. | reimar | 2006-10-08 |
* | Fix broken parse_time_size, it would cause MPlayer to parse its parameter twice, | reimar | 2006-09-29 |
* | after a long time, finally i could add -endpos option to mplayer executable. | ptt | 2006-09-25 |
* | Get rid of two initialized but unused variables | reimar | 2006-08-09 |
* | introduce new 'stream' directory for all stream layer related components and ... | ben | 2006-07-31 |
* | marks some read-only char* inside structs as const, patch by Stefan Huehner, ... | reynaldo | 2006-07-27 |
* | marks several string parameters as const, as they are not modified inside the... | reynaldo | 2006-07-13 |
* | Remove unused variables, patch by Stefan Huehner stefan at huehner org. | diego | 2006-07-08 |
* | rm unnecesary casts from void* - part 3 | reynaldo | 2006-07-02 |
* | rm unnecesary void* casts - part 1 | reynaldo | 2006-07-01 |
* | Do not parse numbers as octal, strip leading zeroes instead. | reimar | 2006-06-15 |
* | Doxygen attack! | albeu | 2006-04-24 |
* | Get ride of the several if(identify) messy lines and rearangment of some of t... | reynaldo | 2006-04-24 |
* | Small fix with object list (-vf) help. | albeu | 2006-03-15 |
* | Make -xy help output consistent, output an empty line before and after. | diego | 2006-03-04 |
* | use calloc instead of malloc in copy_func_pf, missing initialization of | reimar | 2006-02-22 |
* | New option type to print help text with a function. | albeu | 2006-01-24 |
* | Fix misuse of the M_OPT_TYPE_INDIRECT flag, it has nothing to do | albeu | 2006-01-23 |
* | fix incorrect use of strl* functions (patch by reimar) | rfelker | 2005-10-25 |
* | Use PRI?64 defines as format strings for 64 bit variables. | reimar | 2005-10-13 |
* | Add support for suboption escaping via both "" and %n%str syntax | reimar | 2005-10-12 |
* | Do not define NO_FREE, it causes a giant memleak with -loop 0 and a short file. | reimar | 2005-09-07 |
* | allow multiple help clauses on the command line, Patch by kiriuja " mplayer-p... | gpoirier | 2005-09-02 |
* | adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ... | gpoirier | 2005-06-20 |
* | Fix crash with e.g. -vf scale=:: | reimar | 2005-06-17 |
* | introduced -string- parameter to match everything after :// syntax | nicodvb | 2005-05-14 |
* | CONF_TYPE_AFMT similar to CONF_TYPE_IMGFMT | alex | 2004-12-27 |
* | Add "Available video filters:" line to -vf help. | diego | 2004-12-01 |