Andreas Rheinhardt
628d02a611
avcodec/speedhqenc: Call correct function
...
Up until now, the SpeedHQ encoder called a wrong function for init:
void ff_init_uni_ac_vlc(const uint8_t huff_size_ac[256],
uint8_t *uni_ac_vlc_len);
Yet the first argument actually used is of type RLTable; the size of
said struct is less than 256 if the size of a pointer is four, leading
to an access beyond the end of the RLTable.
This commit fixes this by calling the actually intended function:
init_uni_ac_vlc() from mpeg12enc.c. It was intended to use this
function [1], yet doing so was forgotten when the patch was actually
applied.
[1]: https://ffmpeg.org/pipermail/ffmpeg-devel/2020-July/266187.html
Reviewed-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com >
2020-12-11 02:20:05 +01:00
..
2020-12-08 17:51:47 +01:00
2020-12-08 17:51:48 +01:00
2016-10-18 21:41:18 +01:00
2020-12-08 17:51:48 +01:00
2020-12-08 17:51:48 +01:00
2020-12-08 17:51:48 +01:00
2020-12-08 17:51:48 +01:00
2020-12-08 17:51:48 +01:00
2020-12-08 17:51:48 +01:00
2020-04-11 17:13:36 +02:00
2020-12-10 13:28:35 +01:00
2019-10-20 19:57:51 +02:00
2020-12-06 19:51:45 +11:00
2020-12-10 13:28:35 +01:00
2012-10-06 13:45:08 +02:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-08 17:51:48 +01:00
2020-12-08 17:51:47 +01:00
2020-12-08 17:51:47 +01:00
2020-12-08 17:51:47 +01:00
2020-12-08 17:51:46 +01:00
2020-12-08 17:51:46 +01:00
2020-12-08 17:51:48 +01:00
2020-12-08 17:51:48 +01:00
2020-12-08 17:51:48 +01:00
2020-12-10 13:28:35 +01:00
2020-12-08 17:51:46 +01:00
2020-12-08 17:51:47 +01:00
2020-12-10 13:28:35 +01:00
2020-12-06 14:59:24 -08:00
2020-12-04 15:46:46 +01:00
2019-09-04 10:07:12 -03:00
2017-02-07 23:31:25 +01:00
2020-12-08 17:51:44 +01:00
2013-04-04 22:43:25 +00:00
2020-12-10 13:28:35 +01:00
2020-12-05 00:08:33 +01:00
2020-12-04 15:46:46 +01:00
2020-12-10 01:34:08 +01:00
2020-12-10 01:15:03 +01:00
2020-12-08 17:51:45 +01:00
2020-12-08 17:51:45 +01:00
2020-12-08 17:51:44 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 09:45:04 +01:00
2020-12-06 19:51:45 +11:00
2020-12-08 17:51:45 +01:00
2020-12-08 17:51:45 +01:00
2020-12-04 15:46:46 +01:00
2015-10-05 11:18:31 +02:00
2019-01-01 21:11:47 +01:00
2013-11-21 19:26:01 +01:00
2014-12-19 03:30:40 +01:00
2020-12-08 17:51:48 +01:00
2020-12-08 17:51:48 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-08 17:51:48 +01:00
2020-12-07 14:28:50 -03:00
2020-12-07 14:22:52 -03:00
2020-09-18 02:52:32 +02:00
2020-12-10 13:28:35 +01:00
2020-12-09 12:31:09 +01:00
2020-12-04 15:46:46 +01:00
2020-12-04 15:46:46 +01:00
2020-12-10 13:28:35 +01:00
2018-12-18 18:52:39 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-08 17:51:48 +01:00
2017-06-10 00:48:23 +02:00
2020-12-06 21:00:03 +01:00
2020-12-07 14:22:52 -03:00
2020-12-05 19:19:54 -03:00
2020-12-10 09:44:11 +01:00
2020-12-10 09:44:11 +01:00
2020-11-24 11:35:03 +01:00
2020-12-10 01:34:55 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-08 17:51:45 +01:00
2020-12-08 17:51:47 +01:00
2020-12-04 15:46:46 +01:00
2020-12-08 17:51:46 +01:00
2020-12-08 17:51:46 +01:00
2020-12-08 17:51:48 +01:00
2020-12-08 17:51:48 +01:00
2020-12-04 15:46:46 +01:00
2020-12-08 17:51:47 +01:00
2020-12-08 17:51:47 +01:00
2020-12-08 17:51:45 +01:00
2020-12-08 17:51:48 +01:00
2020-12-10 10:03:58 +01:00
2020-12-08 15:31:39 -08:00
2019-02-12 20:16:40 +02:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2019-11-01 13:38:36 +01:00
2020-12-10 13:28:35 +01:00
2020-12-08 17:51:47 +01:00
2020-12-11 02:20:05 +01:00
2020-12-10 13:28:35 +01:00
2020-12-08 17:51:45 +01:00
2020-12-04 15:46:46 +01:00
2020-12-10 10:07:09 +01:00
2020-12-10 10:07:09 +01:00
2017-02-22 14:36:11 -03:00
2017-05-08 11:33:57 -03:00
2020-12-10 13:28:35 +01:00
2020-12-08 17:51:46 +01:00
2020-12-08 17:51:45 +01:00
2020-12-08 17:51:45 +01:00
2020-12-08 17:51:45 +01:00
2020-12-10 13:28:35 +01:00
2020-12-08 17:51:45 +01:00
2020-12-08 17:51:46 +01:00
2020-12-08 17:51:46 +01:00
2020-12-08 17:51:46 +01:00
2020-12-11 02:20:05 +01:00
2020-12-11 02:20:05 +01:00
2020-12-08 17:51:47 +01:00
2020-12-08 17:51:47 +01:00
2020-12-08 17:51:47 +01:00
2020-12-08 17:51:47 +01:00
2020-12-08 17:51:47 +01:00
2020-12-08 17:51:47 +01:00
2020-12-08 17:51:47 +01:00
2020-12-08 17:51:47 +01:00
2020-12-08 17:51:47 +01:00
2018-07-13 02:19:50 +02:00
2020-12-09 12:50:05 +05:30
2020-12-06 19:51:45 +11:00
2017-03-21 15:57:07 -03:00
2020-12-08 17:51:46 +01:00
2020-12-08 17:51:47 +01:00
2020-12-04 15:46:46 +01:00
2020-12-10 13:28:35 +01:00
2020-12-08 17:51:48 +01:00
2020-12-06 14:59:24 -08:00
2020-12-08 17:51:44 +01:00
2020-12-08 17:51:44 +01:00
2020-12-08 17:51:44 +01:00
2019-03-31 23:35:00 +02:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2014-03-17 15:29:42 +01:00
2020-12-10 13:28:35 +01:00
2020-12-08 17:51:46 +01:00
2020-12-10 13:28:35 +01:00
2020-12-08 17:51:46 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-05-22 14:38:57 +02:00
2020-12-08 17:51:45 +01:00
2020-12-08 17:51:46 +01:00
2020-12-08 17:51:46 +01:00
2020-12-08 17:51:46 +01:00
2020-11-28 00:41:51 +01:00
2020-12-10 13:28:35 +01:00
2019-02-09 14:40:50 +01:00
2020-12-04 15:46:46 +01:00
2020-12-04 15:46:46 +01:00
2020-12-04 15:46:46 +01:00
2020-12-08 17:51:46 +01:00
2020-12-04 15:46:46 +01:00
2018-12-02 12:55:53 +01:00
2020-12-08 17:51:47 +01:00
2020-12-08 17:51:47 +01:00
2020-12-08 17:51:48 +01:00
2020-12-10 13:28:35 +01:00
2020-12-08 17:51:44 +01:00
2020-12-04 15:46:46 +01:00
2020-12-10 01:36:16 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 10:03:58 +01:00
2020-12-11 02:20:05 +01:00
2015-07-09 14:41:19 +02:00
2020-12-10 13:28:35 +01:00
2020-12-04 15:46:46 +01:00
2020-12-04 15:46:46 +01:00
2020-12-08 17:51:46 +01:00
2020-12-08 17:51:44 +01:00
2020-12-08 17:51:44 +01:00
2020-12-10 13:28:35 +01:00
2020-12-10 13:28:35 +01:00
2020-12-04 15:46:46 +01:00
2020-12-08 17:51:47 +01:00
2019-11-25 09:54:27 +01:00
2020-12-09 14:42:20 -03:00
2019-09-28 18:34:53 +02:00
2020-12-08 17:51:46 +01:00
2019-10-26 09:57:01 -07:00
2020-12-08 15:31:39 -08:00
2017-07-14 02:30:37 +02:00
2020-12-10 13:28:35 +01:00
2020-12-08 17:51:44 +01:00
2020-12-10 13:28:35 +01:00
2020-12-08 17:51:47 +01:00
2020-12-08 17:51:47 +01:00
2020-12-08 17:51:46 +01:00
2020-12-10 13:28:35 +01:00
2020-10-23 10:37:04 +02:00
2020-12-08 17:51:48 +01:00
2020-12-08 17:51:48 +01:00
2020-12-08 17:51:48 +01:00
2020-12-08 17:51:45 +01:00
2020-12-10 13:28:35 +01:00
2020-12-04 15:46:46 +01:00