summaryrefslogtreecommitdiff
path: root/libavfilter/parseutils.h
Commit message (Expand)AuthorAge
* move the av_parse_color() function from libavfilter to libavcoreAurelien Jacobs2010-11-17
* improve av_parse_color() to allow for non-null terminated color stringAurelien Jacobs2010-11-13
* improve av_parse_color() to support html formattingAurelien Jacobs2010-11-13
* drop support for base-10 encoded alpha component in av_parse_color()Aurelien Jacobs2010-11-10
* Move av_set_options_string() from libavfilter to libavutil.Stefano Sabatini2010-09-27
* Move av_get_token() from libavfilter to libavutil.Stefano Sabatini2010-09-27
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-26
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Extend color syntax, make it accept an alpha component specifier.Stefano Sabatini2010-06-27
* Document what av_get_token() returns in case of allocation failure.Stefano Sabatini2010-06-13
* Resort @param in av_get_token() doxy to reflect the same order theyStefano Sabatini2010-06-13
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* 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
* Implement av_parse_color().Stefano Sabatini2009-05-05
* av_get_token()Michael Niedermayer2009-05-01