Andreas Rheinhardt
a68a6322b7
avformat/mpegenc: Fix ever growing FIFO and infinite loop on error
...
Since the switch to the new FIFO API in commit
ea511196a6 , the FIFO is always
grown by the amount of data intended to be written into it
even in case the FIFO has enough free space. Fix this by
only growing the FIFO if needed and then only by the amount that is
actually needed.
The allocation errors that resulted from this uncovered another bug:
The context is left in an inconsistent state in case the FIFO can't
be grown, because the FIFO does not contain as much data as the sizes
contained in the PacketDesc list claim. This led to an infinite loop
in output_packet() (called from mpeg_mux_end()).
Fix this by growing the FIFO before adding a new PacketDesc element,
thereby preventing the context from becoming inconsistent.
Reported-by: Nicolas Gaullier <nicolas.gaullier@cji.paris >
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com >
2022-04-05 21:52:11 +02:00
..
2022-03-22 08:45:38 -03:00
2022-03-15 09:42:29 -03:00
2022-03-15 09:42:29 -03:00
2022-03-23 23:45:39 +01:00
2022-03-15 09:42:29 -03:00
2022-03-15 09:42:29 -03:00
2022-01-04 13:16:49 +01:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:29 -03:00
2022-03-15 09:42:29 -03:00
2022-03-23 23:45:39 +01:00
2022-03-15 09:42:29 -03:00
2022-03-15 09:42:29 -03:00
2022-03-15 09:42:29 -03:00
2022-03-15 09:42:30 -03:00
2022-03-15 09:42:30 -03:00
2022-03-15 09:42:30 -03:00
2022-03-15 09:42:30 -03:00
2022-03-15 09:42:30 -03:00
2022-03-10 14:11:12 +01:00
2022-03-27 11:58:54 +02:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:30 -03:00
2022-03-15 09:42:30 -03:00
2022-03-15 09:42:30 -03:00
2022-03-27 11:59:51 +02:00
2022-03-23 23:45:39 +01:00
2022-03-16 14:12:49 +02:00
2022-03-27 11:59:52 +02:00
2022-03-16 14:12:49 +02:00
2022-02-24 12:56:49 +01:00
2022-03-16 14:12:49 +02:00
2022-02-24 12:56:49 +01:00
2022-03-16 14:12:49 +02:00
2022-02-08 06:16:26 +01:00
2022-03-15 09:42:30 -03:00
2022-03-15 09:42:30 -03:00
2022-02-07 00:31:23 +01:00
2022-03-16 14:12:49 +02:00
2022-03-23 23:45:39 +01:00
2022-01-19 11:57:58 +01:00
2022-03-16 14:12:49 +02:00
2022-01-19 12:02:36 +01:00
2022-02-24 12:56:49 +01:00
2022-03-19 00:01:57 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2021-12-19 00:35:24 +10:00
2022-03-16 14:05:26 +02:00
2021-12-19 00:35:24 +10:00
2022-03-02 17:45:40 -05:00
2022-02-24 12:56:49 +01:00
2022-03-15 09:42:30 -03:00
2022-02-08 06:22:14 +01:00
2022-02-08 06:22:14 +01:00
2022-03-15 09:42:30 -03:00
2022-03-15 09:42:30 -03:00
2022-03-15 09:42:30 -03:00
2022-03-15 09:42:30 -03:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:31 -03:00
2022-03-17 16:52:08 -03:00
2022-03-15 09:42:31 -03:00
2022-03-27 11:59:51 +02:00
2022-03-15 09:42:31 -03:00
2022-02-08 06:22:14 +01:00
2022-03-15 09:42:31 -03:00
2022-03-23 23:45:39 +01:00
2021-12-16 22:31:13 +01:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-19 21:34:08 +10:00
2021-12-20 14:29:01 +01:00
2022-01-30 13:26:35 +08:00
2022-03-16 14:12:49 +02:00
2022-02-24 12:56:49 +01:00
2022-03-15 09:42:31 -03:00
2022-03-15 09:42:31 -03:00
2022-01-04 13:16:49 +01:00
2022-03-15 09:42:31 -03:00
2022-03-27 11:58:54 +02:00
2022-03-15 09:42:31 -03:00
2022-03-22 08:45:38 -03:00
2022-03-15 09:42:31 -03:00
2022-01-04 04:29:36 +01:00
2022-01-04 04:29:36 +01:00
2022-03-15 09:42:31 -03:00
2022-03-15 09:42:31 -03:00
2022-03-15 09:42:31 -03:00
2022-03-15 09:42:31 -03:00
2022-03-15 09:42:46 -03:00
2022-03-15 09:42:31 -03:00
2022-03-15 09:42:31 -03:00
2022-03-15 09:42:31 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2021-12-12 00:32:20 +01:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:32 -03:00
2022-03-16 14:05:26 +02:00
2022-03-23 23:45:39 +01:00
2022-03-15 09:42:32 -03:00
2022-03-23 23:45:39 +01:00
2022-03-15 09:42:32 -03:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:05:26 +02:00
2022-03-23 23:45:39 +01:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:33 -03:00
2022-03-15 09:42:33 -03:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:33 -03:00
2022-03-15 09:42:33 -03:00
2022-03-23 23:45:39 +01:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:33 -03:00
2022-03-23 23:45:39 +01:00
2022-03-15 09:42:33 -03:00
2022-03-23 23:45:39 +01:00
2022-02-08 06:16:26 +01:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:33 -03:00
2022-03-15 09:42:33 -03:00
2022-03-23 23:45:39 +01:00
2022-03-23 23:45:39 +01:00
2022-03-23 23:45:39 +01:00
2022-03-16 14:12:49 +02:00
2022-02-24 12:56:49 +01:00
2022-03-16 14:12:49 +02:00
2022-03-23 23:45:39 +01:00
2022-02-15 10:15:25 +01:00
2022-03-15 09:42:33 -03:00
2022-03-15 09:42:33 -03:00
2022-03-15 09:42:33 -03:00
2022-03-15 09:42:33 -03:00
2022-03-16 14:12:49 +02:00
2022-02-05 10:40:31 +01:00
2021-12-31 17:26:01 +10:00
2022-03-19 21:34:06 +10:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:33 -03:00
2022-03-27 11:58:54 +02:00
2022-02-24 12:56:49 +01:00
2022-03-15 09:42:33 -03:00
2022-02-08 06:16:26 +01:00
2022-03-15 09:42:33 -03:00
2022-03-15 09:42:33 -03:00
2022-03-15 09:42:34 -03:00
2022-03-04 15:50:51 +01:00
2022-03-15 09:42:33 -03:00
2022-02-08 06:16:26 +01:00
2022-01-04 13:16:50 +01:00
2022-03-15 09:42:34 -03:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:34 -03:00
2022-03-15 09:42:34 -03:00
2022-03-15 09:42:34 -03:00
2022-03-30 10:30:02 +08:00
2022-03-15 09:42:34 -03:00
2022-03-15 09:42:34 -03:00
2022-03-19 21:34:04 +10:00
2022-02-03 05:07:44 +01:00
2022-02-24 12:56:49 +01:00
2022-03-18 19:56:50 +01:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:34 -03:00
2021-12-08 14:15:53 +01:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:34 -03:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:34 -03:00
2022-04-05 09:19:59 -03:00
2022-04-05 09:19:59 -03:00
2022-03-16 14:12:49 +02:00
2022-01-04 13:16:50 +01:00
2022-04-05 09:19:59 -03:00
2022-04-05 09:19:59 -03:00
2022-03-15 09:42:34 -03:00
2022-03-15 09:42:34 -03:00
2022-03-15 09:42:34 -03:00
2022-01-04 13:16:50 +01:00
2022-03-16 14:12:49 +02:00
2022-01-04 13:16:50 +01:00
2022-04-05 21:52:11 +02:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:35 -03:00
2022-02-08 06:22:14 +01:00
2022-03-15 09:42:35 -03:00
2022-03-15 09:42:35 -03:00
2022-03-15 09:42:35 -03:00
2022-03-16 14:05:26 +02:00
2022-03-15 09:42:35 -03:00
2022-03-15 09:42:35 -03:00
2022-01-09 18:13:53 +01:00
2022-03-21 22:27:14 +01:00
2022-03-16 21:37:53 +01:00
2022-03-15 09:42:35 -03:00
2022-03-16 14:12:49 +02:00
2022-01-21 09:25:05 +01:00
2022-03-15 09:42:35 -03:00
2022-03-15 09:42:35 -03:00
2022-03-15 09:42:35 -03:00
2022-03-15 09:42:35 -03:00
2022-03-16 14:05:26 +02:00
2022-03-15 09:42:35 -03:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:35 -03:00
2022-03-15 09:42:35 -03:00
2022-03-15 09:42:35 -03:00
2022-03-23 23:45:39 +01:00
2022-03-23 23:45:39 +01:00
2022-03-15 09:42:35 -03:00
2022-03-15 09:42:35 -03:00
2022-03-15 09:42:35 -03:00
2022-03-15 09:42:35 -03:00
2022-01-21 16:47:38 +01:00
2022-01-21 16:47:38 +01:00
2022-03-15 09:42:35 -03:00
2022-03-15 09:42:36 -03:00
2022-03-22 08:45:38 -03:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:36 -03:00
2022-03-15 09:42:36 -03:00
2022-03-19 00:18:36 +01:00
2022-03-15 09:42:36 -03:00
2022-03-15 09:42:36 -03:00
2022-03-15 09:42:36 -03:00
2022-03-15 09:42:36 -03:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:36 -03:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:36 -03:00
2022-03-15 09:42:36 -03:00
2022-03-15 09:42:36 -03:00
2022-03-15 09:42:36 -03:00
2022-03-15 09:42:36 -03:00
2022-03-15 09:42:36 -03:00
2022-03-23 23:45:39 +01:00
2022-03-15 09:42:36 -03:00
2022-03-15 09:42:36 -03:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:36 -03:00
2021-12-17 10:22:41 +01:00
2022-03-15 09:42:36 -03:00
2022-03-23 23:45:39 +01:00
2022-01-30 13:26:35 +08:00
2022-01-30 13:26:35 +08:00
2022-03-23 23:45:39 +01:00
2022-01-04 13:16:50 +01:00
2022-01-30 13:26:35 +08:00
2022-01-30 13:26:35 +08:00
2022-01-30 13:26:35 +08:00
2022-02-05 11:40:40 +08:00
2022-03-23 23:45:39 +01:00
2022-03-15 09:42:36 -03:00
2022-01-04 13:16:50 +01:00
2022-02-08 06:22:14 +01:00
2022-01-12 09:21:07 +08:00
2022-03-26 00:42:00 +02:00
2022-03-15 09:42:36 -03:00
2022-01-12 09:21:07 +08:00
2022-02-06 23:04:59 +01:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:36 -03:00
2022-03-16 14:12:49 +02:00
2022-02-08 06:16:26 +01:00
2022-03-15 09:42:36 -03:00
2022-03-15 09:42:37 -03:00
2022-01-21 09:25:05 +01:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:37 -03:00
2022-03-15 09:42:37 -03:00
2022-03-15 09:42:37 -03:00
2022-03-19 21:34:00 +10:00
2022-03-15 09:42:37 -03:00
2022-03-15 09:42:37 -03:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:37 -03:00
2022-03-15 09:42:37 -03:00
2022-03-15 09:42:37 -03:00
2022-03-15 09:42:37 -03:00
2022-03-15 09:42:37 -03:00
2022-03-15 09:42:37 -03:00
2022-03-15 09:42:37 -03:00
2022-03-15 09:42:37 -03:00
2022-03-15 09:42:37 -03:00
2022-03-15 09:42:37 -03:00
2022-03-15 09:42:37 -03:00
2022-01-04 13:16:49 +01:00
2022-02-08 06:16:26 +01:00
2022-03-15 09:42:37 -03:00
2022-03-15 09:42:37 -03:00
2022-03-15 09:42:37 -03:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:38 -03:00
2022-01-21 09:25:05 +01:00
2022-02-24 12:56:49 +01:00
2021-12-12 00:32:20 +01:00
2022-03-15 09:42:38 -03:00
2022-03-15 09:42:38 -03:00
2022-02-15 10:15:25 +01:00
2021-12-30 19:32:34 +02:00
2022-03-23 23:45:39 +01:00
2022-03-15 09:42:38 -03:00
2022-01-04 13:16:50 +01:00
2022-03-15 09:42:38 -03:00
2022-03-15 09:42:38 -03:00
2022-02-12 08:41:55 +08:00
2022-03-15 09:42:38 -03:00
2022-01-21 09:25:05 +01:00
2022-02-24 12:56:49 +01:00
2022-03-16 14:05:26 +02:00
2022-03-15 09:42:38 -03:00
2022-03-16 14:05:26 +02:00
2022-03-18 18:59:03 -03:00
2022-03-15 09:42:38 -03:00
2022-03-15 09:42:38 -03:00
2022-03-15 09:42:38 -03:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:38 -03:00
2022-03-15 09:42:38 -03:00
2022-03-15 09:42:38 -03:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:38 -03:00
2022-01-21 16:47:38 +01:00
2022-02-24 12:56:49 +01:00
2022-03-15 09:42:38 -03:00
2022-03-15 09:42:38 -03:00
2022-03-15 09:42:38 -03:00
2022-03-15 09:42:39 -03:00
2022-03-15 09:42:38 -03:00
2022-02-24 12:56:49 +01:00
2022-03-15 09:42:38 -03:00
2022-03-15 09:42:39 -03:00
2021-12-20 14:29:01 +01:00
2022-03-15 09:42:38 -03:00
2022-03-15 09:42:39 -03:00
2022-03-15 09:42:39 -03:00
2022-03-15 09:42:39 -03:00
2022-03-15 09:42:39 -03:00