James Almer
c8197f73e6
avcodec/mjpegdec: postpone calling ff_get_buffer() until the SOS marker
...
With JPEG-LS PAL8 samples, the JPEG-LS extension parameters signaled with
the LSE marker show up after SOF but before SOS. For those, the pixel format
chosen by get_format() in SOF is GRAY8, and then replaced by PAL8 in LSE.
This has not been an issue given both pixel formats allocate the second data
plane for the palette, but after the upcoming soname bump, GRAY8 will no longer
do that. This will result in segfauls when ff_jpegls_decode_lse() attempts to
write the palette on a buffer originally allocated as a GRAY8 one.
Work around this by calling ff_get_buffer() after the actual pixel format is
known.
Signed-off-by: James Almer <jamrial@gmail.com>
2021-04-25 10:57:29 -03:00
..
2021-04-19 14:34:10 +02:00
2021-04-19 14:34:10 +02:00
2021-04-19 14:34:10 +02:00
2021-04-19 14:34:10 +02:00
2021-04-19 14:34:10 +02:00
2021-03-30 12:36:32 +02:00
2021-04-19 14:34:10 +02:00
2021-03-11 16:06:33 +01:00
2021-03-22 02:43:04 +01:00
2021-04-03 13:07:43 +02:00
2021-03-10 20:26:36 -03:00
2021-03-30 12:36:32 +02:00
2021-03-26 16:00:14 +01:00
2021-04-02 12:06:56 +02:00
2021-04-02 12:19:07 +02:00
2021-02-24 08:47:11 +01:00
2021-02-24 08:47:11 +01:00
2021-02-24 08:56:12 +01:00
2021-02-24 08:56:12 +01:00
2021-02-24 08:57:17 +01:00
2021-02-24 08:57:17 +01:00
2021-04-25 21:32:26 +10:00
2021-04-10 14:42:12 +10:00
2021-03-10 20:26:36 -03:00
2021-03-30 12:36:32 +02:00
2021-03-05 19:45:00 +02:00
2021-03-03 11:40:40 +01:00
2021-03-17 13:42:54 -03:00
2021-03-17 13:42:54 -03:00
2021-03-17 13:42:54 -03:00
2021-04-02 19:07:59 +02:00
2021-03-30 12:36:32 +02:00
2021-03-10 20:26:36 -03:00
2021-04-23 17:21:13 -03:00
2021-04-24 13:56:43 +02:00
2021-03-14 13:37:01 -03:00
2021-03-19 03:12:24 +01:00
2021-02-27 11:21:40 -03:00
2021-04-02 19:01:13 +02:00
2021-03-09 13:41:22 +01:00
2021-02-24 07:50:56 +01:00
2021-04-06 03:20:59 +02:00
2021-03-10 20:26:36 -03:00
2021-03-12 23:25:23 +01:00
2021-03-12 22:45:33 +00:00
2021-03-12 23:25:23 +01:00
2021-03-12 22:45:33 +00:00
2021-03-12 23:24:31 +01:00
2021-03-30 12:36:32 +02:00
2021-02-24 09:40:42 +01:00
2021-04-03 19:27:21 +02:00
2021-04-03 19:27:21 +02:00
2021-03-30 12:36:32 +02:00
2021-02-27 17:09:44 +01:00
2021-02-24 17:14:03 +01:00
2021-03-22 02:43:04 +01:00
2021-03-01 06:10:44 +01:00
2021-03-30 12:36:32 +02:00
2021-03-01 17:36:42 +01:00
2021-03-01 17:36:42 +01:00
2021-03-19 15:33:54 -03:00
2021-04-14 20:05:16 -03:00
2021-02-20 15:44:44 +01:00
2021-03-17 14:12:18 -03:00
2021-02-22 16:54:28 +01:00
2021-03-30 12:36:32 +02:00
2021-03-08 22:08:49 +01:00
2021-04-01 14:01:47 +02:00
2021-03-22 02:43:04 +01:00
2021-03-22 02:43:04 +01:00
2021-02-20 14:46:42 +01:00
2021-04-17 16:53:17 +02:00
2021-03-09 13:41:22 +01:00
2021-03-30 19:57:34 +02:00
2021-03-29 22:19:39 +02:00
2021-03-30 12:36:32 +02:00
2021-02-28 20:11:03 +01:00
2021-04-02 12:19:07 +02:00
2021-04-10 03:48:41 +02:00
2021-03-16 10:52:27 +01:00
2021-04-24 14:03:29 +02:00
2021-03-02 20:53:04 +01:00
2021-03-08 19:19:19 +01:00
2021-04-22 15:06:55 +02:00
2021-03-13 21:02:31 +01:00
2021-03-30 12:36:32 +02:00
2021-03-30 12:36:32 +02:00
2021-03-26 15:53:30 +01:00
2021-03-13 21:02:31 +01:00
2021-04-02 18:55:27 +02:00
2021-04-01 14:52:43 +02:00
2021-03-09 13:41:22 +01:00
2021-03-03 12:49:57 +01:00
2021-04-01 14:48:01 +02:00
2021-03-22 02:43:04 +01:00
2021-03-11 21:41:52 +00:00
2021-04-08 01:17:49 +02:00
2021-04-12 18:29:10 +02:00
2021-03-15 06:42:29 +01:00
2021-04-02 18:04:35 +02:00
2021-04-14 20:07:52 -03:00
2021-04-14 20:07:52 -03:00
2021-04-14 20:07:52 -03:00
2021-04-01 10:10:21 +02:00
2021-03-01 20:19:15 +01:00
2021-03-03 12:41:44 +01:00
2021-03-30 12:36:32 +02:00
2021-03-10 20:26:36 -03:00
2021-03-30 12:36:32 +02:00
2021-03-22 02:43:04 +01:00
2021-03-01 06:10:44 +01:00
2021-02-26 18:29:45 +01:00
2021-03-22 02:43:04 +01:00
2021-03-16 10:34:29 +01:00
2021-03-22 02:43:04 +01:00
2021-03-14 23:29:51 +01:00
2021-04-25 10:57:29 -03:00
2021-04-13 02:44:48 +02:00
2021-02-23 10:14:25 +01:00
2021-02-23 10:14:25 +01:00
2021-03-25 00:32:47 +01:00
2021-04-01 14:41:31 +02:00
2021-04-18 08:36:17 +02:00
2021-03-21 09:46:23 +01:00
2021-03-16 10:38:41 +01:00
2021-03-17 14:36:13 +01:00
2021-03-11 02:02:26 +01:00
2021-03-16 10:38:41 +01:00
2021-03-16 10:38:41 +01:00
2021-03-17 13:43:56 -03:00
2021-03-16 10:38:41 +01:00
2021-03-16 10:38:41 +01:00
2021-03-16 10:38:41 +01:00
2021-03-16 10:38:41 +01:00
2021-04-16 11:08:24 -03:00
2021-03-16 10:38:41 +01:00
2021-03-16 10:38:41 +01:00
2021-03-16 10:38:41 +01:00
2021-03-16 10:38:41 +01:00
2021-03-26 18:36:28 -03:00
2021-04-10 03:48:41 +02:00
2021-04-01 10:10:21 +02:00
2021-03-30 12:36:32 +02:00
2021-03-30 12:36:32 +02:00
2021-04-10 03:45:18 +02:00
2021-03-10 14:09:14 +01:00
2021-03-17 13:44:16 -03:00
2021-04-25 10:57:29 -03:00
2021-02-23 10:14:25 +01:00
2021-04-25 10:57:29 -03:00
2021-04-25 10:57:29 -03:00
2021-04-10 03:48:41 +02:00
2021-04-10 03:48:41 +02:00
2021-04-10 04:21:21 +02:00
2021-02-23 10:14:25 +01:00
2021-03-30 12:36:32 +02:00
2021-03-08 19:19:19 +01:00
2021-04-01 14:50:25 +02:00
2021-04-01 14:50:25 +02:00
2021-03-09 13:41:22 +01:00
2021-02-24 07:50:39 +01:00
2021-02-23 10:14:26 +01:00
2021-04-14 20:08:09 -03:00
2021-04-10 04:21:21 +02:00
2021-04-12 18:29:10 +02:00
2021-04-10 04:21:21 +02:00
2021-03-30 12:36:32 +02:00
2021-03-31 23:09:35 +02:00
2021-04-10 04:21:21 +02:00
2021-04-08 01:17:24 +02:00
2021-04-10 04:21:21 +02:00
2021-02-24 08:53:22 +01:00
2021-02-24 08:53:22 +01:00
2021-03-10 20:26:36 -03:00
2021-04-02 16:01:10 +02:00
2021-04-12 18:29:11 +02:00
2021-04-12 18:29:10 +02:00
2021-04-08 16:59:27 +02:00
2021-03-22 02:43:04 +01:00
2021-04-12 18:29:10 +02:00
2021-04-01 14:44:40 +02:00
2021-03-22 02:43:04 +01:00
2021-04-25 10:57:29 -03:00
2021-04-15 18:15:57 +02:00
2021-03-10 20:26:36 -03:00
2021-03-17 13:44:16 -03:00
2021-03-17 13:44:16 -03:00
2021-04-18 11:39:45 +02:00
2021-04-18 11:39:45 +02:00
2021-03-05 19:45:00 +02:00
2021-04-05 18:36:51 +02:00
2021-03-17 14:12:17 -03:00
2021-03-19 03:12:24 +01:00
2021-03-20 03:56:57 +01:00
2021-02-25 21:51:11 +01:00
2021-03-01 17:36:16 +01:00
2021-03-09 13:41:22 +01:00
2021-03-09 13:41:22 +01:00
2021-02-24 17:16:46 +01:00
2021-04-08 22:40:26 +02:00
2021-04-01 10:10:21 +02:00
2021-04-01 14:13:50 +02:00
2021-04-02 18:45:05 +02:00
2021-04-10 03:20:53 +02:00
2021-04-14 20:05:16 -03:00
2021-03-16 10:34:29 +01:00
2021-03-30 12:36:32 +02:00
2021-03-22 02:43:04 +01:00
2021-03-09 14:00:13 +01:00
2021-03-22 02:43:04 +01:00
2021-04-01 14:41:20 +02:00
2021-02-24 08:53:43 +01:00
2021-02-24 08:53:43 +01:00
2021-03-09 13:41:22 +01:00
2021-04-03 11:54:12 +02:00
2021-03-01 06:04:46 +01:00
2021-03-01 06:07:48 +01:00
2021-03-30 12:36:32 +02:00
2021-03-22 02:43:04 +01:00
2021-04-20 16:58:20 +02:00
2021-04-12 18:29:10 +02:00
2021-04-12 18:29:10 +02:00
2021-02-24 09:52:40 +01:00
2021-04-12 18:29:10 +02:00
2021-03-30 12:36:32 +02:00
2021-02-23 10:14:26 +01:00
2021-03-29 22:19:39 +02:00
2021-03-26 16:00:14 +01:00
2021-03-22 02:43:04 +01:00
2021-03-30 12:36:32 +02:00
2021-03-19 23:59:45 +01:00
2021-03-10 20:26:36 -03:00
2021-03-02 15:06:22 +01:00
2021-03-30 12:36:32 +02:00
2021-03-23 13:51:18 +01:00
2021-03-17 15:06:47 -03:00
2021-02-23 11:30:57 +01:00
2021-04-02 17:40:54 +02:00
2021-03-22 02:43:04 +01:00
2021-03-30 12:36:32 +02:00
2021-03-05 19:45:00 +02:00
2021-03-05 19:45:00 +02:00
2021-04-20 16:58:20 +02:00
2021-03-30 12:36:32 +02:00
2021-03-17 13:44:16 -03:00
2021-03-17 13:44:16 -03:00
2021-03-17 13:44:16 -03:00
2021-03-17 13:44:16 -03:00
2021-03-17 13:44:16 -03:00
2021-03-17 13:44:16 -03:00
2021-03-17 13:44:16 -03:00
2021-04-12 18:29:10 +02:00
2021-04-12 18:29:11 +02:00
2021-04-12 18:29:11 +02:00
2021-04-12 18:29:11 +02:00
2021-04-11 09:21:21 +02:00
2021-03-19 14:50:48 -04:00
2021-04-01 14:45:54 +02:00
2021-03-30 12:36:32 +02:00
2021-03-09 13:41:22 +01:00
2021-03-30 12:36:32 +02:00
2021-03-17 15:06:48 -03:00
2021-03-30 12:36:32 +02:00
2021-04-03 22:26:51 +02:00
2021-03-30 12:36:32 +02:00
2021-03-08 17:37:05 +01:00