index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavfilter
/
parseutils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix grammar errors in documentation
Måns Rullgård
2010-06-30
1
-1
/
+1
*
Cosmetics: merge "} else" and "if (...) {" lines, less confusing.
Stefano Sabatini
2010-06-27
1
-2
/
+1
*
Reindent after the last commit.
Stefano Sabatini
2010-06-27
1
-4
/
+4
*
Extend color syntax, make it accept an alpha component specifier.
Stefano Sabatini
2010-06-27
1
-7
/
+53
*
Rename ColorEntry.rgba_color to rgb_color and do not reserve a fourth
Stefano Sabatini
2010-06-27
1
-2
/
+2
*
Add missing check to av_get_token().
Stefano Sabatini
2010-06-13
1
-0
/
+1
*
Make ff_random_get_seed public, rename to av_get_random_seed, export the header
Martin Storsjö
2010-05-23
1
-1
/
+1
*
Make av_parse_color() return AVERROR(EINVAL) rather than -1.
Stefano Sabatini
2010-05-13
1
-2
/
+2
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Make parse_key_value_pair() print an error message if a key is not
Stefano Sabatini
2009-12-08
1
-0
/
+2
*
Use an unsigned int to contain all the color values of the expressions
Stefano Sabatini
2009-12-08
1
-1
/
+2
*
Log with level AV_LOG_ERROR if av_parse_color() cannot recognize a
Stefano Sabatini
2009-05-18
1
-1
/
+1
*
Implement av_set_options_string().
Stefano Sabatini
2009-05-14
1
-0
/
+137
*
Add support in av_parse_color() to a "random" color name, which will
Stefano Sabatini
2009-05-14
1
-1
/
+2
*
Make case insensitive the match for the color name in
Stefano Sabatini
2009-05-14
1
-3
/
+3
*
Accept "bikeshed" as a random color.
Ramiro Polla
2009-05-06
1
-0
/
+9
*
Implement av_parse_color().
Stefano Sabatini
2009-05-05
1
-0
/
+215
*
Prefer (void) over () in function prototype.
Stefano Sabatini
2009-05-01
1
-1
/
+1
*
av_get_token()
Michael Niedermayer
2009-05-01
1
-0
/
+110