Andreas Rheinhardt
1030993db2
avformat/webmdashenc: Be more strict when parsing stream indices
...
The syntax of the adaptation_sets string by which the user determines
the mapping of AVStreams to adaptation sets is
"id=x,streams=a,b,c id=y,streams=d,e" (means: the streams with the
indices a, b and c belong to the adaptation set with id x). Yet there
was no check for whether these indices were actual numbers and if there
is a number whether it really extends to the next ',', ' ' or to the
end of the string or not. This commit adds a check for this.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
2020-05-23 06:09:09 +02:00
..
2020-05-06 12:00:26 +08:00
2020-05-21 09:31:08 +02:00
2020-05-05 20:07:19 +02:00
2020-04-14 18:52:44 +02:00
2020-03-21 20:55:27 +01:00
2020-05-23 01:40:05 +02:00
2020-04-05 18:38:26 +02:00
2020-03-30 05:50:49 +02:00
2020-05-05 19:28:28 +02:00
2020-04-05 01:23:46 +02:00
2020-03-22 13:00:19 +01:00
2020-03-20 14:24:34 +01:00
2020-04-05 22:47:21 +02:00
2020-05-01 22:57:29 +08:00
2020-05-07 19:33:35 +08:00
2020-05-01 22:57:29 +08:00
2020-04-03 17:56:57 +02:00
2020-05-17 13:03:30 +01:00
2020-03-28 04:17:20 +01:00
2020-04-14 19:01:27 +02:00
2020-05-03 13:43:54 +02:00
2020-05-10 22:32:34 +08:00
2020-05-07 23:12:24 +02:00
2020-04-30 08:24:09 +02:00
2020-05-20 23:18:50 +02:00
2020-05-17 22:55:18 +02:00
2020-04-08 23:02:41 +08:00
2020-04-08 23:02:41 +08:00
2020-04-02 21:22:52 +02:00
2020-05-21 22:45:21 +02:00
2020-04-07 17:01:58 +02:00
2020-03-28 04:17:20 +01:00
2020-05-07 07:12:24 +08:00
2020-05-19 20:09:25 +02:00
2020-04-11 18:15:58 +02:00
2020-05-11 19:41:59 -03:00
2020-05-03 05:28:33 +08:00
2020-05-07 23:12:24 +02:00
2020-04-20 21:24:18 +02:00
2020-04-20 21:24:18 +02:00
2020-05-19 05:02:20 +02:00
2020-05-22 06:33:25 +02:00
2020-05-20 15:47:22 +02:00
2020-05-22 22:00:03 +03:00
2020-04-13 10:37:45 -06:00
2020-04-29 15:14:17 +08:00
2020-04-19 02:37:46 +02:00
2020-05-10 01:09:13 +02:00
2020-05-21 09:31:08 +02:00
2020-05-17 20:15:05 +02:00
2020-04-21 21:28:29 +02:00
2020-05-14 09:53:59 -04:00
2020-05-23 05:43:42 +02:00
2020-05-05 08:20:45 +08:00
2020-05-07 23:12:24 +02:00
2020-03-26 20:06:15 +01:00
2020-05-05 19:35:38 +02:00
2020-05-01 23:30:35 +02:00
2020-04-30 23:05:51 +01:00
2020-05-09 16:18:39 +02:00
2020-04-30 23:05:51 +01:00
2020-04-11 12:56:21 +02:00
2020-05-05 20:07:19 +02:00
2020-04-23 20:09:38 +02:00
2020-05-19 20:09:25 +02:00
2020-04-14 18:57:59 +02:00
2020-05-06 23:02:00 +08:00
2020-04-20 18:21:39 +02:00
2020-04-26 22:39:01 +02:00
2020-04-08 16:23:07 +02:00
2020-05-06 23:02:00 +08:00
2020-03-22 13:00:19 +01:00
2020-03-21 18:46:36 +01:00
2020-05-21 09:31:08 +02:00
2020-03-28 04:17:20 +01:00
2020-05-10 01:09:13 +02:00
2020-04-21 21:14:26 +03:00
2020-04-22 12:41:29 +08:00
2020-05-13 17:05:23 +03:00
2020-05-21 05:30:26 +02:00
2020-05-19 14:22:34 +08:00
2020-05-22 06:35:00 +02:00
2020-05-05 20:07:19 +02:00
2020-05-10 22:32:33 +08:00
2020-05-03 13:43:54 +02:00
2020-05-03 13:43:54 +02:00
2020-05-10 22:32:34 +08:00
2020-04-14 18:43:44 +02:00
2020-05-23 06:09:09 +02:00
2020-04-23 20:09:38 +02:00
2020-04-02 07:17:34 +02:00
2020-03-26 20:51:34 +01:00