| Commit message (Expand) | Author | Age | Files | Lines |
* | improve av_parse_color() to allow for non-null terminated color string | Aurelien Jacobs | 2010-11-13 | 1 | -1/+5 |
* | improve av_parse_color() to support html formatting | Aurelien Jacobs | 2010-11-13 | 1 | -1/+1 |
* | drop support for base-10 encoded alpha component in av_parse_color() | Aurelien Jacobs | 2010-11-10 | 1 | -5/+4 |
* | Move av_set_options_string() from libavfilter to libavutil. | Stefano Sabatini | 2010-09-27 | 1 | -19/+0 |
* | Move av_get_token() from libavfilter to libavutil. | Stefano Sabatini | 2010-09-27 | 1 | -15/+0 |
* | Move AVOptions from libavcodec to libavutil | Michael Niedermayer | 2010-09-26 | 1 | -1/+1 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -4/+4 |
* | Extend color syntax, make it accept an alpha component specifier. | Stefano Sabatini | 2010-06-27 | 1 | -1/+9 |
* | Document what av_get_token() returns in case of allocation failure. | Stefano Sabatini | 2010-06-13 | 1 | -1/+1 |
* | Resort @param in av_get_token() doxy to reflect the same order they | Stefano Sabatini | 2010-06-13 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Implement av_set_options_string(). | Stefano Sabatini | 2009-05-14 | 1 | -0/+21 |
* | Add support in av_parse_color() to a "random" color name, which will | Stefano Sabatini | 2009-05-14 | 1 | -0/+1 |
* | Make case insensitive the match for the color name in | Stefano Sabatini | 2009-05-14 | 1 | -1/+1 |
* | Implement av_parse_color(). | Stefano Sabatini | 2009-05-05 | 1 | -0/+10 |
* | av_get_token() | Michael Niedermayer | 2009-05-01 | 1 | -0/+43 |