| Commit message (Expand) | Author | Age | Files | Lines |
* | core: move contents to mpvcore (1/2) | Stefano Pigozzi | 2013-08-06 | 1 | -2407/+0 |
* | m_option.c: fix typo in message | wm4 | 2013-08-02 | 1 | -1/+1 |
* | Remove m_struct | wm4 | 2013-08-02 | 1 | -2/+0 |
* | stream: redo URL parsing, replace m_struct usage with m_config | wm4 | 2013-08-02 | 1 | -222/+0 |
* | options: handle presets directly in m_config | wm4 | 2013-07-31 | 1 | -27/+23 |
* | m_option: fix skipping of missing -vo/-ao entries | wm4 | 2013-07-31 | 1 | -3/+9 |
* | options: make legacy hacks for AFs/VFs more explicit | wm4 | 2013-07-22 | 1 | -1/+1 |
* | options: hide encoding AO/VO in help output | wm4 | 2013-07-21 | 1 | -2/+4 |
* | options: add some features to video filter parser | wm4 | 2013-07-21 | 1 | -9/+69 |
* | m_option: fix memory leak on error path | wm4 | 2013-07-21 | 1 | -2/+4 |
* | m_config: improve option list output a bit | wm4 | 2013-07-21 | 1 | -1/+1 |
* | options: use m_config for options instead of m_struct | wm4 | 2013-07-21 | 1 | -77/+53 |
* | Remove internal network support | wm4 | 2013-07-07 | 1 | -1/+33 |
* | m_option: allow setting empty lists | wm4 | 2013-06-07 | 1 | -2/+5 |
* | m_option: fix -vo opengl lscale validation | wm4 | 2013-06-03 | 1 | -0/+7 |
* | m_option: allow removing filter entries by content with -vf-del | wm4 | 2013-05-23 | 1 | -89/+88 |
* | m_option: move code around | wm4 | 2013-05-23 | 1 | -139/+146 |
* | m_option, vf: add label support | wm4 | 2013-05-23 | 1 | -25/+81 |
* | m_option: fix parameter comparison for vf-toggle | wm4 | 2013-05-21 | 1 | -6/+11 |
* | m_option: fix -vf-del in profiles | wm4 | 2013-05-21 | 1 | -3/+4 |
* | Fix commit d1b37af | wm4 | 2013-05-18 | 1 | -1/+1 |
* | m_option: allow -vf "" | wm4 | 2013-05-18 | 1 | -5/+3 |
* | m_option: add -vf-toggle | wm4 | 2013-05-18 | 1 | -52/+80 |
* | m_option: allow using -vf-del with a name | wm4 | 2013-05-18 | 1 | -51/+70 |
* | options: use case-sensitive comparsion for options | wm4 | 2013-05-15 | 1 | -15/+15 |
* | m_option: fix segfault in parse_chmap | Rudolf Polzer | 2013-05-14 | 1 | -1/+2 |
* | Merge branch 'audio_changes' | wm4 | 2013-05-12 | 1 | -0/+42 |
|\ |
|
| * | audio: add channel map API | wm4 | 2013-05-12 | 1 | -0/+42 |
* | | options: allow using [ ] for quoting in sub-options | wm4 | 2013-04-26 | 1 | -1/+8 |
* | | m_option: fix positional sub-option skipping | wm4 | 2013-04-23 | 1 | -2/+2 |
* | | m_option: allow quoted positional parameters for -vf | wm4 | 2013-04-23 | 1 | -36/+53 |
* | | m_option: redo code for parsing -vf to accept quotes | wm4 | 2013-04-21 | 1 | -130/+123 |
* | | m_option: add function to check whether parameters are required | wm4 | 2013-04-21 | 1 | -0/+8 |
* | | options: untangle track range parsing for stream_cdda | wm4 | 2013-04-21 | 1 | -56/+0 |
* | | m_option: split out sub-config parsing | wm4 | 2013-04-21 | 1 | -37/+54 |
|/ |
|
* | m_option: pretty-print floats with 3 pre-decimal digits instead of 2 | wm4 | 2013-03-26 | 1 | -6/+6 |
* | m_options: more typesafety | wm4 | 2013-03-01 | 1 | -0/+28 |
* | options: reject nan, inf, 0:0, etc. for float options | wm4 | 2013-02-26 | 1 | -0/+13 |
* | options: remove parsing of "," as decimal point | wm4 | 2013-02-26 | 1 | -17/+2 |
* | m_option: remove preset mechanism | wm4 | 2013-02-23 | 1 | -76/+0 |
* | options: parse C-style escapes for some options | wm4 | 2013-02-20 | 1 | -7/+62 |
* | options: unify single dash and double dash options | wm4 | 2013-02-09 | 1 | -11/+12 |
* | options: change handling of "no-" options | wm4 | 2013-02-09 | 1 | -0/+25 |
* | video: add --autofit and --autofit-larger options | wm4 | 2013-01-23 | 1 | -0/+27 |
* | options: allow using % for width and height in --geometry | wm4 | 2013-01-23 | 1 | -63/+82 |
* | options: move -geometry parsing to m_option.c | wm4 | 2013-01-23 | 1 | -0/+128 |
* | video: decouple internal pixel formats from FourCCs | wm4 | 2013-01-13 | 1 | -0/+35 |
* | m_option: print valid integer range for choices on parsing errors | wm4 | 2012-11-20 | 1 | -0/+2 |
* | m_option: add color option type | wm4 | 2012-11-20 | 1 | -0/+47 |
* | options: support chapters for --start and --end | wm4 | 2012-11-20 | 1 | -1/+11 |
* | m_option: fix braindead --start, --length, --end option parsing bugs | wm4 | 2012-11-18 | 1 | -4/+4 |
* | options: rename -ss and -endpos, allow relative times | wm4 | 2012-11-16 | 1 | -37/+26 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -5/+5 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 1 | -0/+2117 |