summaryrefslogtreecommitdiffstats
path: root/libavfilter/parseutils.c
Commit message (Expand)AuthorAgeFilesLines
* Move av_set_options_string() from libavfilter to libavutil.Stefano Sabatini2010-09-271-139/+0
* Move av_get_token() from libavfilter to libavutil.Stefano Sabatini2010-09-271-71/+0
* Fix grammar errors in documentationMåns Rullgård2010-06-301-1/+1
* Cosmetics: merge "} else" and "if (...) {" lines, less confusing.Stefano Sabatini2010-06-271-2/+1
* Reindent after the last commit.Stefano Sabatini2010-06-271-4/+4
* Extend color syntax, make it accept an alpha component specifier.Stefano Sabatini2010-06-271-7/+53
* Rename ColorEntry.rgba_color to rgb_color and do not reserve a fourthStefano Sabatini2010-06-271-2/+2
* Add missing check to av_get_token().Stefano Sabatini2010-06-131-0/+1
* Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö2010-05-231-1/+1
* Make av_parse_color() return AVERROR(EINVAL) rather than -1.Stefano Sabatini2010-05-131-2/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Make parse_key_value_pair() print an error message if a key is notStefano Sabatini2009-12-081-0/+2
* Use an unsigned int to contain all the color values of the expressionsStefano Sabatini2009-12-081-1/+2
* Log with level AV_LOG_ERROR if av_parse_color() cannot recognize aStefano Sabatini2009-05-181-1/+1
* Implement av_set_options_string().Stefano Sabatini2009-05-141-0/+137
* Add support in av_parse_color() to a "random" color name, which willStefano Sabatini2009-05-141-1/+2
* Make case insensitive the match for the color name inStefano Sabatini2009-05-141-3/+3
* Accept "bikeshed" as a random color.Ramiro Polla2009-05-061-0/+9
* Implement av_parse_color().Stefano Sabatini2009-05-051-0/+215
* Prefer (void) over () in function prototype.Stefano Sabatini2009-05-011-1/+1
* av_get_token()Michael Niedermayer2009-05-011-0/+110
OpenPOWER on IntegriCloud