April 20, 2010
View ba87f08

Remove explicit filename from Doxygen @file commands.

Diego Biurrun authored on 2010/04/20 23:45:34
December 9, 2009
View 62096b9

Make parse_key_value_pair() print an error message if a key is not found in the context.

Stefano Sabatini authored on 2009/12/09 07:01:25
View 7d132c5

Use an unsigned int to contain all the color values of the expressions 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.

Stefano Sabatini authored on 2009/12/09 07:00:07
May 19, 2009
View cec8e5f

Log with level AV_LOG_ERROR if av_parse_color() cannot recognize a color.

Stefano Sabatini authored on 2009/05/19 02:59:03
May 15, 2009
View c1ec75b

Implement av_set_options_string().

Stefano Sabatini authored on 2009/05/15 07:57:08
View 3d3bd64

Add support in av_parse_color() to a "random" color name, which will result in a randomly choosen random color, as it is with the "bikeshed" color.

Stefano Sabatini authored on 2009/05/15 03:58:06
View b69b622

Make case insensitive the match for the color name in av_parse_color().

Stefano Sabatini authored on 2009/05/15 03:54:25
May 7, 2009
View 4fa61d1

Accept "bikeshed" as a random color.

Ramiro Polla authored on 2009/05/07 00:25:30
May 6, 2009
View a301522

Implement av_parse_color().

Stefano Sabatini authored on 2009/05/06 07:10:06
May 2, 2009
View 2e032b3

Prefer (void) over () in function prototype.

Stefano Sabatini authored on 2009/05/02 06:35:01
May 1, 2009
View d11dbf0

av_get_token() based on a patch by Stefano Sabatini

Michael Niedermayer authored on 2009/05/01 23:38:07