| Commit message (Expand) | Author | Age |
* | Do not cast the results of malloc/calloc/realloc. | diego | 2010-02-26 |
* | Make more option-parsing related function arguments const. | reimar | 2010-02-25 |
* | Add license header to all top-level files missing them. | diego | 2010-01-30 |
* | Add support for distinguishing between little- and big-endian SPDIF AC3 | reimar | 2010-01-11 |
* | Add support for YUV format with alpha and fix the codecs.conf entry for vp6a | reimar | 2009-12-31 |
* | Add support for 16-bit per component YUV formats. | reimar | 2009-12-31 |
* | Add support for 440p colorspace. | reimar | 2009-12-30 |
* | Support 16-bit-per-component RGB formats (rgb48[bln]e) in option parser. | reimar | 2009-11-21 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 |
* | 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 |
* | Avoid a potential memleak in parse_obj_params in case of a missing | reimar | 2008-10-31 |
* | 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 |