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 (Collapse)Author
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
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
2009-12-09Make parse_key_value_pair() print an error message if a key is notStefano Sabatini
found in the context. Originally committed as revision 20779 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-09Use an unsigned int to contain all the color values of the expressionsStefano Sabatini
of the type 0xRRGBBAA parsed by av_parse_color(), using a simple int was resulting in unexpected results as the most significant bit was used for the sign. Originally committed as revision 20778 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-18Log with level AV_LOG_ERROR if av_parse_color() cannot recognize aStefano Sabatini
color. Originally committed as revision 18868 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-15Implement av_set_options_string().Stefano Sabatini
Originally committed as revision 18832 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-14Add support in av_parse_color() to a "random" color name, which willStefano Sabatini
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
2009-05-14Make case insensitive the match for the color name inStefano Sabatini
av_parse_color(). Originally committed as revision 18827 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-06Accept "bikeshed" as a random color.Ramiro Polla
Originally committed as revision 18758 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-06Implement av_parse_color().Stefano Sabatini
Originally committed as revision 18748 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-02Prefer (void) over () in function prototype.Stefano Sabatini
Originally committed as revision 18727 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-01av_get_token()Michael Niedermayer
based on a patch by Stefano Sabatini Originally committed as revision 18725 to svn://svn.ffmpeg.org/ffmpeg/trunk