summaryrefslogtreecommitdiff
path: root/libavfilter/parseutils.c
Commit message (Expand)AuthorAge
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Cosmetics: merge "} else" and "if (...) {" lines, less confusing.Stefano Sabatini2010-06-27
* Reindent after the last commit.Stefano Sabatini2010-06-27
* Extend color syntax, make it accept an alpha component specifier.Stefano Sabatini2010-06-27
* Rename ColorEntry.rgba_color to rgb_color and do not reserve a fourthStefano Sabatini2010-06-27
* Add missing check to av_get_token().Stefano Sabatini2010-06-13
* Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö2010-05-23
* Make av_parse_color() return AVERROR(EINVAL) rather than -1.Stefano Sabatini2010-05-13
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Make parse_key_value_pair() print an error message if a key is notStefano Sabatini2009-12-08
* Use an unsigned int to contain all the color values of the expressionsStefano Sabatini2009-12-08
* Log with level AV_LOG_ERROR if av_parse_color() cannot recognize aStefano Sabatini2009-05-18
* Implement av_set_options_string().Stefano Sabatini2009-05-14
* Add support in av_parse_color() to a "random" color name, which willStefano Sabatini2009-05-14
* Make case insensitive the match for the color name inStefano Sabatini2009-05-14
* Accept "bikeshed" as a random color.Ramiro Polla2009-05-06
* Implement av_parse_color().Stefano Sabatini2009-05-05
* Prefer (void) over () in function prototype.Stefano Sabatini2009-05-01
* av_get_token()Michael Niedermayer2009-05-01