19 Commits (8c55333c99ef78b6624062261625f0cfcf360d1c)

Author SHA1 Message Date
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Stefano Sabatini 9e74966b3f Cosmetics: merge "} else" and "if (...) {" lines, less confusing. 15 years ago
Stefano Sabatini 4cf0b43ac9 Reindent after the last commit. 15 years ago
Stefano Sabatini a52e2c3a46 Extend color syntax, make it accept an alpha component specifier. 15 years ago
Stefano Sabatini 8e094dd667 Rename ColorEntry.rgba_color to rgb_color and do not reserve a fourth 15 years ago
Stefano Sabatini 5ba949fe90 Add missing check to av_get_token(). 15 years ago
Martin Storsjö 576fb48e6d Make ff_random_get_seed public, rename to av_get_random_seed, export the header 15 years ago
Stefano Sabatini dc0eaef318 Make av_parse_color() return AVERROR(EINVAL) rather than -1. 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 62096b99b1 Make parse_key_value_pair() print an error message if a key is not 15 years ago
Stefano Sabatini 7d132c544b Use an unsigned int to contain all the color values of the expressions 15 years ago
Stefano Sabatini cec8e5f76a Log with level AV_LOG_ERROR if av_parse_color() cannot recognize a 16 years ago
Stefano Sabatini c1ec75b576 Implement av_set_options_string(). 16 years ago
Stefano Sabatini 3d3bd64db8 Add support in av_parse_color() to a "random" color name, which will 16 years ago
Stefano Sabatini b69b622c22 Make case insensitive the match for the color name in 16 years ago
Ramiro Polla 4fa61d1e98 Accept "bikeshed" as a random color. 16 years ago
Stefano Sabatini a3015225c7 Implement av_parse_color(). 16 years ago
Stefano Sabatini 2e032b32df Prefer (void) over () in function prototype. 16 years ago
Michael Niedermayer d11dbf092c av_get_token() 16 years ago