summaryrefslogtreecommitdiff
path: root/libavfilter/parseutils.h
Commit message (Collapse)AuthorAge
* move the av_parse_color() function from libavfilter to libavcoreAurelien Jacobs2010-11-17
| | | | Originally committed as revision 25761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve av_parse_color() to allow for non-null terminated color stringAurelien Jacobs2010-11-13
| | | | Originally committed as revision 25744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve av_parse_color() to support html formattingAurelien Jacobs2010-11-13
| | | | Originally committed as revision 25743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* drop support for base-10 encoded alpha component in av_parse_color()Aurelien Jacobs2010-11-10
| | | | Originally committed as revision 25719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_set_options_string() from libavfilter to libavutil.Stefano Sabatini2010-09-27
| | | | Originally committed as revision 25236 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_get_token() from libavfilter to libavutil.Stefano Sabatini2010-09-27
| | | | Originally committed as revision 25225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-26
| | | | Originally committed as revision 25210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix grammar errors in documentationMåns Rullgård2010-06-30
| | | | Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend color syntax, make it accept an alpha component specifier.Stefano Sabatini2010-06-27
| | | | Originally committed as revision 23835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document what av_get_token() returns in case of allocation failure.Stefano Sabatini2010-06-13
| | | | Originally committed as revision 23596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Resort @param in av_get_token() doxy to reflect the same order theyStefano Sabatini2010-06-13
| | | | | | have in the function. Originally committed as revision 23595 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
| | | | | | | | Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement av_set_options_string().Stefano Sabatini2009-05-14
| | | | Originally committed as revision 18832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support in av_parse_color() to a "random" color name, which willStefano Sabatini2009-05-14
| | | | | | | result in a randomly choosen random color, as it is with the "bikeshed" color. Originally committed as revision 18828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make case insensitive the match for the color name inStefano Sabatini2009-05-14
| | | | | | av_parse_color(). Originally committed as revision 18827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement av_parse_color().Stefano Sabatini2009-05-05
| | | | Originally committed as revision 18748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_get_token()Michael Niedermayer2009-05-01
based on a patch by Stefano Sabatini Originally committed as revision 18725 to svn://svn.ffmpeg.org/ffmpeg/trunk