| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid a potential memleak in parse_obj_params in case of a missing | reimar | 2008-10-31 | 1 | -1/+2 |
* | typo: begining --> beginning | diego | 2007-12-23 | 1 | -1/+1 |
* | Option print functions may not and do not modify value | reimar | 2007-12-02 | 1 | -7/+7 |
* | correct const usage in the option handling code so that tables can be | rfelker | 2007-11-09 | 1 | -78/+78 |
* | Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy | reimar | 2007-07-05 | 1 | -4/+5 |
* | mjpeg support for v4l2 tv:// driver | voroshil | 2007-06-01 | 1 | -0/+2 |
* | Add a print function for the time option type. | albeu | 2007-05-31 | 1 | -1/+1 |
* | remove C99-ism (mixed declaration and code), | gpoirier | 2007-02-28 | 1 | -1/+3 |
* | Move parsing of the -ss option to the option code. | uau | 2007-02-24 | 1 | -11/+48 |
* | str_list separator backslash-escaping | reimar | 2007-02-05 | 1 | -10/+18 |
* | Get rid of useless last_ptr assignment | reimar | 2007-02-04 | 1 | -1/+0 |
* | \, escaping | michael | 2006-10-20 | 1 | -1/+8 |
* | Avoid memleak when calling parse_obj_params only for syntax-checking (dst == ... | reimar | 2006-10-08 | 1 | -1/+1 |
* | Another != NULL check after dereferencing | reimar | 2006-10-08 | 1 | -1/+2 |
* | Fix variable dereference before NULL check. | reimar | 2006-10-08 | 1 | -1/+2 |
* | Fix broken parse_time_size, it would cause MPlayer to parse its parameter twice, | reimar | 2006-09-29 | 1 | -15/+12 |
* | after a long time, finally i could add -endpos option to mplayer executable. | ptt | 2006-09-25 | 1 | -0/+72 |
* | Get rid of two initialized but unused variables | reimar | 2006-08-09 | 1 | -2/+0 |
* | introduce new 'stream' directory for all stream layer related components and ... | ben | 2006-07-31 | 1 | -1/+1 |
* | marks some read-only char* inside structs as const, patch by Stefan Huehner, ... | reynaldo | 2006-07-27 | 1 | -2/+2 |
* | marks several string parameters as const, as they are not modified inside the... | reynaldo | 2006-07-13 | 1 | -3/+3 |
* | Remove unused variables, patch by Stefan Huehner stefan at huehner org. | diego | 2006-07-08 | 1 | -2/+2 |
* | rm unnecesary casts from void* - part 3 | reynaldo | 2006-07-02 | 1 | -2/+2 |
* | rm unnecesary void* casts - part 1 | reynaldo | 2006-07-01 | 1 | -2/+2 |
* | Do not parse numbers as octal, strip leading zeroes instead. | reimar | 2006-06-15 | 1 | -0/+2 |
* | Doxygen attack! | albeu | 2006-04-24 | 1 | -0/+4 |
* | Get ride of the several if(identify) messy lines and rearangment of some of t... | reynaldo | 2006-04-24 | 1 | -2/+1 |
* | Small fix with object list (-vf) help. | albeu | 2006-03-15 | 1 | -2/+8 |
* | Make -xy help output consistent, output an empty line before and after. | diego | 2006-03-04 | 1 | -0/+1 |
* | use calloc instead of malloc in copy_func_pf, missing initialization of | reimar | 2006-02-22 | 1 | -1/+1 |
* | New option type to print help text with a function. | albeu | 2006-01-24 | 1 | -0/+15 |
* | Fix misuse of the M_OPT_TYPE_INDIRECT flag, it has nothing to do | albeu | 2006-01-23 | 1 | -2/+2 |
* | fix incorrect use of strl* functions (patch by reimar) | rfelker | 2005-10-25 | 1 | -4/+4 |
* | Use PRI?64 defines as format strings for 64 bit variables. | reimar | 2005-10-13 | 1 | -10/+6 |
* | Add support for suboption escaping via both "" and %n%str syntax | reimar | 2005-10-12 | 1 | -13/+41 |
* | Do not define NO_FREE, it causes a giant memleak with -loop 0 and a short file. | reimar | 2005-09-07 | 1 | -1/+1 |
* | allow multiple help clauses on the command line, Patch by kiriuja " mplayer-p... | gpoirier | 2005-09-02 | 1 | -6/+6 |
* | adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ... | gpoirier | 2005-06-20 | 1 | -0/+2 |
* | Fix crash with e.g. -vf scale=:: | reimar | 2005-06-17 | 1 | -0/+10 |
* | introduced -string- parameter to match everything after :// syntax | nicodvb | 2005-05-14 | 1 | -0/+6 |
* | CONF_TYPE_AFMT similar to CONF_TYPE_IMGFMT | alex | 2004-12-27 | 1 | -0/+89 |
* | Add "Available video filters:" line to -vf help. | diego | 2004-12-01 | 1 | -0/+1 |
* | RGBA variants | michael | 2004-08-11 | 1 | -0/+4 |
* | make config accept true/false as parameters | iive | 2004-07-08 | 1 | -0/+2 |
* | degccify | alex | 2004-06-25 | 1 | -5/+5 |
* | 100l (cvs commit + tired ...) | michael | 2004-02-10 | 1 | -0/+1 |
* | m_option_type_double | michael | 2004-02-10 | 1 | -3/+30 |
* | swedish yes/no options support | wight | 2004-01-13 | 1 | -0/+2 |
* | polish yes/no options support | wight | 2004-01-12 | 1 | -0/+2 |
* | Fix long standing bug where last (and sometimes first) char of the | albeu | 2004-01-10 | 1 | -4/+7 |
* | 10l. found by John Wehle <john@feith.com> | alex | 2003-12-27 | 1 | -1/+1 |
* | Warning fixes (approved by A'rpi). | rathann | 2003-11-08 | 1 | -0/+1 |
* | -vop ---> -vf | diego | 2003-10-25 | 1 | -1/+1 |
* | added nv12/nv21 and some other fourccs (still not synced) | alex | 2003-08-31 | 1 | -3/+10 |
* | a 100l and another typo | diego | 2003-08-18 | 1 | -2/+2 |
* | spelling and grammar fixes galore | diego | 2003-08-17 | 1 | -46/+46 |
* | Spelling police: | diego | 2003-08-14 | 1 | -4/+4 |
* | CONF_TYPE_IMGFMT now supports 0xffffffff (hexa)-style fourccs too | alex | 2003-08-13 | 1 | -1/+4 |
* | 100l to albeu for his english grammar, and 10l to me becouse I noticed that l... | alex | 2003-08-13 | 1 | -5/+5 |
* | Removed the historic cfgparser and switched full to the new config parser (al... | alex | 2003-08-13 | 1 | -5/+0 |
* | Fix a 10l and add escaped filename support. Needed by ftp. | albeu | 2003-08-13 | 1 | -1/+11 |
* | output typo fixes: unknow --> unknown | diego | 2003-07-09 | 1 | -1/+1 |
* | Fix the segfault in case of missing arg for flag options | albeu | 2003-07-01 | 1 | -0/+1 |
* | warning fixes by Dominik | alex | 2003-06-01 | 1 | -1/+2 |
* | Add suffix support to the object list type. | albeu | 2003-04-12 | 1 | -10/+143 |
* | Don't give the initial / as part of the filename. | albeu | 2003-04-06 | 1 | -1/+1 |
* | Fix some 10L typo in header (m_struct_s instead of m_struct_st). | albeu | 2003-04-02 | 1 | -122/+274 |
* | Improve the imgfmt option type | albeu | 2003-03-15 | 1 | -28/+51 |
* | Add the new -vf option wich is the same as vop in reverse order. | albeu | 2003-03-15 | 1 | -8/+436 |
* | disable free() in string and string_list parsers. yes, it's a hack | arpi | 2003-01-30 | 1 | -6/+6 |
* | pphelp | michael | 2003-01-03 | 1 | -1/+19 |
* | fixed 'mplayer -nosound xxx' sig11 if configfile have string list options | arpi | 2002-12-06 | 1 | -1/+1 |
* | FreeBSD fix | nexus | 2002-11-24 | 1 | -0/+1 |
* | Fix the Gui with NEW_CONFIG | albeu | 2002-11-12 | 1 | -2/+18 |
* | New config system + cleanup of header inter dependency | albeu | 2002-11-12 | 1 | -0/+1008 |