summaryrefslogtreecommitdiffstats
path: root/libavfilter/parseutils.h
Commit message (Expand)AuthorAgeFilesLines
* move the av_parse_color() function from libavfilter to libavcoreAurelien Jacobs2010-11-171-52/+0
* improve av_parse_color() to allow for non-null terminated color stringAurelien Jacobs2010-11-131-1/+5
* improve av_parse_color() to support html formattingAurelien Jacobs2010-11-131-1/+1
* drop support for base-10 encoded alpha component in av_parse_color()Aurelien Jacobs2010-11-101-5/+4
* Move av_set_options_string() from libavfilter to libavutil.Stefano Sabatini2010-09-271-19/+0
* Move av_get_token() from libavfilter to libavutil.Stefano Sabatini2010-09-271-15/+0
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-261-1/+1
* Fix grammar errors in documentationMåns Rullgård2010-06-301-4/+4
* Extend color syntax, make it accept an alpha component specifier.Stefano Sabatini2010-06-271-1/+9
* Document what av_get_token() returns in case of allocation failure.Stefano Sabatini2010-06-131-1/+1
* Resort @param in av_get_token() doxy to reflect the same order theyStefano Sabatini2010-06-131-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Implement av_set_options_string().Stefano Sabatini2009-05-141-0/+21
* Add support in av_parse_color() to a "random" color name, which willStefano Sabatini2009-05-141-0/+1
* Make case insensitive the match for the color name inStefano Sabatini2009-05-141-1/+1
* Implement av_parse_color().Stefano Sabatini2009-05-051-0/+10
* av_get_token()Michael Niedermayer2009-05-011-0/+43
OpenPOWER on IntegriCloud