47 {
"qntsc", 352, 240 },
49 {
"sntsc", 640, 480 },
52 {
"ntsc-film", 352, 240 },
57 {
"16cif", 1408,1152 },
58 {
"qqvga", 160, 120 },
63 {
"uxga", 1600,1200 },
64 {
"qxga", 2048,1536 },
65 {
"sxga", 1280,1024 },
66 {
"qsxga", 2560,2048 },
67 {
"hsxga", 5120,4096 },
69 {
"wxga", 1366, 768 },
70 {
"wsxga", 1600,1024 },
71 {
"wuxga", 1920,1200 },
72 {
"woxga", 2560,1600 },
73 {
"wqsxga", 3200,2048 },
74 {
"wquxga", 3840,2400 },
75 {
"whsxga", 6400,4096 },
76 {
"whuxga", 7680,4800 },
79 {
"hd480", 852, 480 },
80 {
"hd720", 1280, 720 },
81 {
"hd1080", 1920,1080 },
85 {
"ntsc", { 30000, 1001 } },
87 {
"qntsc", { 30000, 1001 } },
88 {
"qpal", { 25, 1 } },
89 {
"sntsc", { 30000, 1001 } },
90 {
"spal", { 25, 1 } },
91 {
"film", { 24, 1 } },
92 {
"ntsc-film", { 24000, 1001 } },
102 for (i = 0; i < n; i++) {
103 if (!strcmp(video_size_abbrs[i].abbr, str)) {
104 width = video_size_abbrs[i].
width;
110 width = strtol(str, &p, 10);
113 height = strtol(p, &p, 10);
115 if (width <= 0 ||
height <= 0)
129 for (i = 0; i < n; ++i)
130 if (!strcmp(video_rate_abbrs[i].abbr, arg)) {
131 *rate = video_rate_abbrs[i].
rate;
139 *rate =
av_d2q(res, 1001000);
140 if (rate->
num <= 0 || rate->
den <= 0)
151 {
"AliceBlue", { 0xF0, 0xF8, 0xFF } },
152 {
"AntiqueWhite", { 0xFA, 0xEB, 0xD7 } },
153 {
"Aqua", { 0x00, 0xFF, 0xFF } },
154 {
"Aquamarine", { 0x7F, 0xFF, 0xD4 } },
155 {
"Azure", { 0xF0, 0xFF, 0xFF } },
156 {
"Beige", { 0xF5, 0xF5, 0xDC } },
157 {
"Bisque", { 0xFF, 0xE4, 0xC4 } },
158 {
"Black", { 0x00, 0x00, 0x00 } },
159 {
"BlanchedAlmond", { 0xFF, 0xEB, 0xCD } },
160 {
"Blue", { 0x00, 0x00, 0xFF } },
161 {
"BlueViolet", { 0x8A, 0x2B, 0xE2 } },
162 {
"Brown", { 0xA5, 0x2A, 0x2A } },
163 {
"BurlyWood", { 0xDE, 0xB8, 0x87 } },
164 {
"CadetBlue", { 0x5F, 0x9E, 0xA0 } },
165 {
"Chartreuse", { 0x7F, 0xFF, 0x00 } },
166 {
"Chocolate", { 0xD2, 0x69, 0x1E } },
167 {
"Coral", { 0xFF, 0x7F, 0x50 } },
168 {
"CornflowerBlue", { 0x64, 0x95, 0xED } },
169 {
"Cornsilk", { 0xFF, 0xF8, 0xDC } },
170 {
"Crimson", { 0xDC, 0x14, 0x3C } },
171 {
"Cyan", { 0x00, 0xFF, 0xFF } },
172 {
"DarkBlue", { 0x00, 0x00, 0x8B } },
173 {
"DarkCyan", { 0x00, 0x8B, 0x8B } },
174 {
"DarkGoldenRod", { 0xB8, 0x86, 0x0B } },
175 {
"DarkGray", { 0xA9, 0xA9, 0xA9 } },
176 {
"DarkGreen", { 0x00, 0x64, 0x00 } },
177 {
"DarkKhaki", { 0xBD, 0xB7, 0x6B } },
178 {
"DarkMagenta", { 0x8B, 0x00, 0x8B } },
179 {
"DarkOliveGreen", { 0x55, 0x6B, 0x2F } },
180 {
"Darkorange", { 0xFF, 0x8C, 0x00 } },
181 {
"DarkOrchid", { 0x99, 0x32, 0xCC } },
182 {
"DarkRed", { 0x8B, 0x00, 0x00 } },
183 {
"DarkSalmon", { 0xE9, 0x96, 0x7A } },
184 {
"DarkSeaGreen", { 0x8F, 0xBC, 0x8F } },
185 {
"DarkSlateBlue", { 0x48, 0x3D, 0x8B } },
186 {
"DarkSlateGray", { 0x2F, 0x4F, 0x4F } },
187 {
"DarkTurquoise", { 0x00, 0xCE, 0xD1 } },
188 {
"DarkViolet", { 0x94, 0x00, 0xD3 } },
189 {
"DeepPink", { 0xFF, 0x14, 0x93 } },
190 {
"DeepSkyBlue", { 0x00, 0xBF, 0xFF } },
191 {
"DimGray", { 0x69, 0x69, 0x69 } },
192 {
"DodgerBlue", { 0x1E, 0x90, 0xFF } },
193 {
"FireBrick", { 0xB2, 0x22, 0x22 } },
194 {
"FloralWhite", { 0xFF, 0xFA, 0xF0 } },
195 {
"ForestGreen", { 0x22, 0x8B, 0x22 } },
196 {
"Fuchsia", { 0xFF, 0x00, 0xFF } },
197 {
"Gainsboro", { 0xDC, 0xDC, 0xDC } },
198 {
"GhostWhite", { 0xF8, 0xF8, 0xFF } },
199 {
"Gold", { 0xFF, 0xD7, 0x00 } },
200 {
"GoldenRod", { 0xDA, 0xA5, 0x20 } },
201 {
"Gray", { 0x80, 0x80, 0x80 } },
202 {
"Green", { 0x00, 0x80, 0x00 } },
203 {
"GreenYellow", { 0xAD, 0xFF, 0x2F } },
204 {
"HoneyDew", { 0xF0, 0xFF, 0xF0 } },
205 {
"HotPink", { 0xFF, 0x69, 0xB4 } },
206 {
"IndianRed", { 0xCD, 0x5C, 0x5C } },
207 {
"Indigo", { 0x4B, 0x00, 0x82 } },
208 {
"Ivory", { 0xFF, 0xFF, 0xF0 } },
209 {
"Khaki", { 0xF0, 0xE6, 0x8C } },
210 {
"Lavender", { 0xE6, 0xE6, 0xFA } },
211 {
"LavenderBlush", { 0xFF, 0xF0, 0xF5 } },
212 {
"LawnGreen", { 0x7C, 0xFC, 0x00 } },
213 {
"LemonChiffon", { 0xFF, 0xFA, 0xCD } },
214 {
"LightBlue", { 0xAD, 0xD8, 0xE6 } },
215 {
"LightCoral", { 0xF0, 0x80, 0x80 } },
216 {
"LightCyan", { 0xE0, 0xFF, 0xFF } },
217 {
"LightGoldenRodYellow", { 0xFA, 0xFA, 0xD2 } },
218 {
"LightGrey", { 0xD3, 0xD3, 0xD3 } },
219 {
"LightGreen", { 0x90, 0xEE, 0x90 } },
220 {
"LightPink", { 0xFF, 0xB6, 0xC1 } },
221 {
"LightSalmon", { 0xFF, 0xA0, 0x7A } },
222 {
"LightSeaGreen", { 0x20, 0xB2, 0xAA } },
223 {
"LightSkyBlue", { 0x87, 0xCE, 0xFA } },
224 {
"LightSlateGray", { 0x77, 0x88, 0x99 } },
225 {
"LightSteelBlue", { 0xB0, 0xC4, 0xDE } },
226 {
"LightYellow", { 0xFF, 0xFF, 0xE0 } },
227 {
"Lime", { 0x00, 0xFF, 0x00 } },
228 {
"LimeGreen", { 0x32, 0xCD, 0x32 } },
229 {
"Linen", { 0xFA, 0xF0, 0xE6 } },
230 {
"Magenta", { 0xFF, 0x00, 0xFF } },
231 {
"Maroon", { 0x80, 0x00, 0x00 } },
232 {
"MediumAquaMarine", { 0x66, 0xCD, 0xAA } },
233 {
"MediumBlue", { 0x00, 0x00, 0xCD } },
234 {
"MediumOrchid", { 0xBA, 0x55, 0xD3 } },
235 {
"MediumPurple", { 0x93, 0x70, 0xD8 } },
236 {
"MediumSeaGreen", { 0x3C, 0xB3, 0x71 } },
237 {
"MediumSlateBlue", { 0x7B, 0x68, 0xEE } },
238 {
"MediumSpringGreen", { 0x00, 0xFA, 0x9A } },
239 {
"MediumTurquoise", { 0x48, 0xD1, 0xCC } },
240 {
"MediumVioletRed", { 0xC7, 0x15, 0x85 } },
241 {
"MidnightBlue", { 0x19, 0x19, 0x70 } },
242 {
"MintCream", { 0xF5, 0xFF, 0xFA } },
243 {
"MistyRose", { 0xFF, 0xE4, 0xE1 } },
244 {
"Moccasin", { 0xFF, 0xE4, 0xB5 } },
245 {
"NavajoWhite", { 0xFF, 0xDE, 0xAD } },
246 {
"Navy", { 0x00, 0x00, 0x80 } },
247 {
"OldLace", { 0xFD, 0xF5, 0xE6 } },
248 {
"Olive", { 0x80, 0x80, 0x00 } },
249 {
"OliveDrab", { 0x6B, 0x8E, 0x23 } },
250 {
"Orange", { 0xFF, 0xA5, 0x00 } },
251 {
"OrangeRed", { 0xFF, 0x45, 0x00 } },
252 {
"Orchid", { 0xDA, 0x70, 0xD6 } },
253 {
"PaleGoldenRod", { 0xEE, 0xE8, 0xAA } },
254 {
"PaleGreen", { 0x98, 0xFB, 0x98 } },
255 {
"PaleTurquoise", { 0xAF, 0xEE, 0xEE } },
256 {
"PaleVioletRed", { 0xD8, 0x70, 0x93 } },
257 {
"PapayaWhip", { 0xFF, 0xEF, 0xD5 } },
258 {
"PeachPuff", { 0xFF, 0xDA, 0xB9 } },
259 {
"Peru", { 0xCD, 0x85, 0x3F } },
260 {
"Pink", { 0xFF, 0xC0, 0xCB } },
261 {
"Plum", { 0xDD, 0xA0, 0xDD } },
262 {
"PowderBlue", { 0xB0, 0xE0, 0xE6 } },
263 {
"Purple", { 0x80, 0x00, 0x80 } },
264 {
"Red", { 0xFF, 0x00, 0x00 } },
265 {
"RosyBrown", { 0xBC, 0x8F, 0x8F } },
266 {
"RoyalBlue", { 0x41, 0x69, 0xE1 } },
267 {
"SaddleBrown", { 0x8B, 0x45, 0x13 } },
268 {
"Salmon", { 0xFA, 0x80, 0x72 } },
269 {
"SandyBrown", { 0xF4, 0xA4, 0x60 } },
270 {
"SeaGreen", { 0x2E, 0x8B, 0x57 } },
271 {
"SeaShell", { 0xFF, 0xF5, 0xEE } },
272 {
"Sienna", { 0xA0, 0x52, 0x2D } },
273 {
"Silver", { 0xC0, 0xC0, 0xC0 } },
274 {
"SkyBlue", { 0x87, 0xCE, 0xEB } },
275 {
"SlateBlue", { 0x6A, 0x5A, 0xCD } },
276 {
"SlateGray", { 0x70, 0x80, 0x90 } },
277 {
"Snow", { 0xFF, 0xFA, 0xFA } },
278 {
"SpringGreen", { 0x00, 0xFF, 0x7F } },
279 {
"SteelBlue", { 0x46, 0x82, 0xB4 } },
280 {
"Tan", { 0xD2, 0xB4, 0x8C } },
281 {
"Teal", { 0x00, 0x80, 0x80 } },
282 {
"Thistle", { 0xD8, 0xBF, 0xD8 } },
283 {
"Tomato", { 0xFF, 0x63, 0x47 } },
284 {
"Turquoise", { 0x40, 0xE0, 0xD0 } },
285 {
"Violet", { 0xEE, 0x82, 0xEE } },
286 {
"Wheat", { 0xF5, 0xDE, 0xB3 } },
287 {
"White", { 0xFF, 0xFF, 0xFF } },
288 {
"WhiteSmoke", { 0xF5, 0xF5, 0xF5 } },
289 {
"Yellow", { 0xFF, 0xFF, 0x00 } },
290 {
"YellowGreen", { 0x9A, 0xCD, 0x32 } },
298 #define ALPHA_SEP '@'
303 char *tail, color_string2[128];
305 int len, hex_offset = 0;
307 if (color_string[0] ==
'#') {
309 }
else if (!strncmp(color_string,
"0x", 2))
313 slen = strlen(color_string);
314 av_strlcpy(color_string2, color_string + hex_offset,
315 FFMIN(slen-hex_offset+1,
sizeof(color_string2)));
316 if ((tail = strchr(color_string2,
ALPHA_SEP)))
318 len = strlen(color_string2);
323 rgba_color[0] = rgba >> 24;
324 rgba_color[1] = rgba >> 16;
325 rgba_color[2] = rgba >> 8;
326 rgba_color[3] = rgba;
327 }
else if (hex_offset ||
328 strspn(color_string2,
"0123456789ABCDEFabcdef") == len) {
330 unsigned int rgba = strtoul(color_string2, &tail, 16);
332 if (*tail || (len != 6 && len != 8)) {
333 av_log(log_ctx,
AV_LOG_ERROR,
"Invalid 0xRRGGBB[AA] color string: '%s'\n", color_string2);
337 rgba_color[3] = rgba;
340 rgba_color[0] = rgba >> 16;
341 rgba_color[1] = rgba >> 8;
342 rgba_color[2] = rgba;
344 entry = bsearch(color_string2,
358 const char *alpha_string = tail;
359 if (!strncmp(alpha_string,
"0x", 2)) {
360 alpha = strtoul(alpha_string, &tail, 16);
362 alpha = 255 *
strtod(alpha_string, &tail);
365 if (tail == alpha_string || *tail || alpha > 255 || alpha < 0) {
367 alpha_string, color_string);
370 rgba_color[3] = alpha;
379 int n_min,
int n_max,
int len_max)
386 for(i = 0; i < len_max; i++) {
390 val = (val * 10) + c -
'0';
396 if (val < n_min || val > n_max)
410 }
else if (c ==
'%') {
435 dt->tm_year = val - 1900;
441 dt->tm_mon = val - 1;
467 int y = tm->tm_year + 1900, m = tm->tm_mon + 1, d = tm->tm_mday;
475 (d + (153 * m - 457) / 5 + 365 * y + y / 4 - y / 100 + y / 400 - 719469);
477 t += 3600 * tm->tm_hour + 60 * tm->tm_min + tm->tm_sec;
486 struct tm dt = { 0 };
488 static const char *
const date_fmt[] = {
492 static const char *
const time_fmt[] = {
501 time_t now = time(0);
503 len = strlen(timestr);
505 lastch = timestr[len - 1];
508 is_utc = (lastch ==
'z' || lastch ==
'Z');
514 *timeval = (int64_t) now * 1000000;
532 dt = *localtime(&now);
534 dt.tm_hour = dt.tm_min = dt.tm_sec = 0;
539 if (*p ==
'T' || *p ==
't' || *p ==
' ')
543 for (i = 0; i < FF_ARRAY_ELEMS(time_fmt); i++) {
559 dt.tm_sec = strtol(p, (
char **)&q, 10);
562 *timeval = INT64_MIN;
572 *timeval = INT64_MIN;
577 t = dt.tm_hour * 3600 + dt.tm_min * 60 + dt.tm_sec;
593 for (val = 0, n = 100000; n >= 1; n /= 10, q++) {
596 val += n * (*q -
'0');
600 *timeval = negative ? -t :
t;
614 while (*p !=
'\0' && *p !=
'=' && *p !=
'&') {
615 if ((q - tag) <
sizeof(tag) - 1)
623 while (*p !=
'&' && *p !=
'\0') {
624 if ((q - arg) < arg_size - 1) {
634 if (!strcmp(tag, tag1))
647 printf(
"Testing av_parse_video_rate()\n");
650 static const char *
const rates[] = {
682 printf(
"'%s' -> %d/%d %s\n",
683 rates[i], q.
num, q.
den, ret ?
"ERROR" :
"OK");
687 printf(
"\nTesting av_parse_color()\n");
691 static const char *
const color_names[] = {
732 printf(
"%s -> R(%d) G(%d) B(%d) A(%d)\n",
733 color_names[i], rgba[0], rgba[1], rgba[2], rgba[3]);