Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-18move the av_parse_color() function from libavfilter to libavcoreAurelien Jacobs
2010-11-13improve av_parse_color() to allow for non-null terminated color stringAurelien Jacobs
2010-11-13improve av_parse_color() to support html formattingAurelien Jacobs
2010-11-12remove declaration inside for(), i is already declaredAurelien Jacobs
2010-11-11drop support for base-10 encoded alpha component in av_parse_color()Aurelien Jacobs
2010-09-28Move av_set_options_string() from libavfilter to libavutil.Stefano Sabatini
2010-09-27Move av_get_token() from libavfilter to libavutil.Stefano Sabatini
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-28Cosmetics: merge "} else" and "if (...) {" lines, less confusing.Stefano Sabatini
2010-06-28Reindent after the last commit.Stefano Sabatini
2010-06-28Extend color syntax, make it accept an alpha component specifier.Stefano Sabatini
2010-06-28Rename ColorEntry.rgba_color to rgb_color and do not reserve a fourthStefano Sabatini
2010-06-13 Add missing check to av_get_token().Stefano Sabatini
2010-05-23Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö
2010-05-13Make av_parse_color() return AVERROR(EINVAL) rather than -1.Stefano Sabatini
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-12-09Make parse_key_value_pair() print an error message if a key is notStefano Sabatini
2009-12-09Use an unsigned int to contain all the color values of the expressionsStefano Sabatini
2009-05-18Log with level AV_LOG_ERROR if av_parse_color() cannot recognize aStefano Sabatini
2009-05-15Implement av_set_options_string().Stefano Sabatini
2009-05-14Add support in av_parse_color() to a "random" color name, which willStefano Sabatini
2009-05-14Make case insensitive the match for the color name inStefano Sabatini
2009-05-06Accept "bikeshed" as a random color.Ramiro Polla
2009-05-06Implement av_parse_color().Stefano Sabatini
2009-05-02Prefer (void) over () in function prototype.Stefano Sabatini
2009-05-01av_get_token()Michael Niedermayer