| Commit message (Expand) | Author | Age | Files | Lines |
* | Make parse_key_value_pair() print an error message if a key is not | Stefano Sabatini | 2009-12-08 | 1 | -0/+2 |
* | Use an unsigned int to contain all the color values of the expressions | Stefano Sabatini | 2009-12-08 | 1 | -1/+2 |
* | Log with level AV_LOG_ERROR if av_parse_color() cannot recognize a | Stefano Sabatini | 2009-05-18 | 1 | -1/+1 |
* | Implement av_set_options_string(). | Stefano Sabatini | 2009-05-14 | 1 | -0/+137 |
* | Add support in av_parse_color() to a "random" color name, which will | Stefano Sabatini | 2009-05-14 | 1 | -1/+2 |
* | Make case insensitive the match for the color name in | Stefano Sabatini | 2009-05-14 | 1 | -3/+3 |
* | Accept "bikeshed" as a random color. | Ramiro Polla | 2009-05-06 | 1 | -0/+9 |
* | Implement av_parse_color(). | Stefano Sabatini | 2009-05-05 | 1 | -0/+215 |
* | Prefer (void) over () in function prototype. | Stefano Sabatini | 2009-05-01 | 1 | -1/+1 |
* | av_get_token() | Michael Niedermayer | 2009-05-01 | 1 | -0/+110 |