]> git.sesse.net Git - ffmpeg/history - libavfilter/parseutils.c
Stefanos port was missing DIRS variable in the Makefile for the newly added x86
[ffmpeg] / libavfilter / parseutils.c
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-27 Stefano SabatiniCosmetics: merge "} else" and "if (...) {" lines, less...
2010-06-27 Stefano SabatiniReindent after the last commit.
2010-06-27 Stefano SabatiniExtend color syntax, make it accept an alpha component...
2010-06-27 Stefano SabatiniRename ColorEntry.rgba_color to rgb_color and do not...
2010-06-13 Stefano Sabatini Add missing check to av_get_token().
2010-05-23 Martin StorsjöMake ff_random_get_seed public, rename to av_get_random...
2010-05-13 Stefano SabatiniMake av_parse_color() return AVERROR(EINVAL) rather...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-12-08 Stefano SabatiniMake parse_key_value_pair() print an error message...
2009-12-08 Stefano SabatiniUse an unsigned int to contain all the color values...
2009-05-18 Stefano SabatiniLog with level AV_LOG_ERROR if av_parse_color() cannot...
2009-05-14 Stefano SabatiniImplement av_set_options_string().
2009-05-14 Stefano SabatiniAdd support in av_parse_color() to a "random" color...
2009-05-14 Stefano SabatiniMake case insensitive the match for the color name in
2009-05-06 Ramiro PollaAccept "bikeshed" as a random color.
2009-05-05 Stefano SabatiniImplement av_parse_color().
2009-05-01 Stefano SabatiniPrefer (void) over () in function prototype.
2009-05-01 Michael Niedermayerav_get_token()