Andreas Rheinhardt
2ff687c17f
avformat/matroskadec: Fix lzo decompression
...
When a Matroska Block is only stored in compressed form, the size of
the uncompressed block is not explicitly coded and therefore not known
before decompressing it. Therefore the demuxer uses a guess for the
uncompressed size: The first guess is three times the compressed size
and if this is not enough, it is repeatedly incremented by a factor of
three. But when this happens with lzo, the decompression is neither
resumed nor started again. Instead when av_lzo1x_decode indicates that x
bytes of input data could not be decoded, because the output buffer is
already full, the first (not the last) x bytes of the input buffer are
resent for decoding in the next try; they overwrite already decoded
data.
This commit fixes this by instead restarting the decompression anew,
just with a bigger buffer.
This seems to be a regression since 935ec5a1.
A FATE-test for this has been added.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
2019-12-28 22:40:13 -03:00
..
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-10-25 23:27:02 +02:00
2019-11-12 22:21:51 -03:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-10-30 15:28:48 -03:00
2019-11-04 10:24:58 +08:00
2019-12-12 19:25:33 +01:00
2019-12-11 16:23:38 -03:00
2019-11-16 15:56:36 -03:00
2019-11-30 11:34:58 -03:00
2019-11-28 15:20:37 -03:00
2019-11-03 11:52:32 +01:00
2019-12-12 19:25:33 +01:00
2019-10-25 23:27:02 +02:00
2019-11-29 19:58:35 +01:00
2019-11-28 15:20:36 -03:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-11 15:22:24 +08:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-27 14:58:51 -03:00
2019-12-02 00:08:07 +08:00
2019-12-12 19:25:33 +01:00
2019-12-25 22:10:47 +01:00
2019-12-12 19:25:33 +01:00
2019-10-29 16:20:33 +01:00
2019-11-23 11:02:04 -08:00
2019-12-12 19:25:33 +01:00
2019-12-01 17:17:04 +01:00
2019-11-17 23:44:17 +01:00
2019-11-28 18:44:01 +01:00
2019-11-01 14:43:16 +01:00
2019-11-28 18:44:01 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-26 22:48:44 +01:00
2019-12-12 19:25:33 +01:00
2019-11-03 12:24:19 +01:00
2019-12-02 00:08:14 +08:00
2019-12-27 14:57:25 -03:00
2019-12-23 14:05:54 +08:00
2019-12-21 15:01:57 +01:00
2019-10-24 19:45:17 +02:00
2019-12-10 16:09:14 +01:00
2019-12-12 19:25:33 +01:00
2019-12-11 16:24:16 +01:00
2019-11-03 11:52:32 +01:00
2019-12-12 11:44:57 -03:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-11 14:23:26 +08:00
2019-11-17 23:40:14 +01:00
2019-12-28 22:40:13 -03:00
2019-12-12 19:25:33 +01:00
2019-12-27 12:38:08 +01:00
2019-12-27 12:38:08 +01:00
2019-11-09 11:27:14 +09:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-21 11:57:28 -03:00
2019-11-16 23:40:39 +01:00
2019-10-21 17:20:20 -03:00
2019-12-12 19:25:33 +01:00
2019-12-05 17:22:40 +01:00
2019-12-12 19:25:33 +01:00
2019-12-03 11:00:10 +01:00
2019-12-23 21:06:37 +05:30
2019-10-21 17:20:20 -03:00
2019-12-12 19:25:33 +01:00
2019-12-01 17:17:04 +01:00
2019-11-23 11:02:04 -08:00
2019-12-11 22:18:09 +02:00
2019-12-12 19:25:33 +01:00
2019-11-05 21:21:59 +01:00
2019-12-12 19:25:33 +01:00
2019-10-21 17:20:58 -03:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-11-03 11:52:32 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-11-27 23:54:20 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-07 14:09:12 +08:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-02 00:08:21 +08:00
2019-12-12 11:28:31 +02:00
2019-12-12 19:25:33 +01:00
2019-12-23 22:47:27 +01:00
2019-12-12 19:25:33 +01:00
2019-10-22 10:51:30 +08:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-02 00:08:31 +08:00
2019-12-12 19:25:33 +01:00
2019-12-26 22:22:33 +01:00
2019-12-12 19:25:33 +01:00
2019-10-28 14:26:20 +08:00
2019-10-25 11:55:52 +08:00
2019-12-12 19:25:33 +01:00
2019-12-19 19:30:37 -03:00
2019-10-21 17:20:20 -03:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-03 11:00:10 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-26 22:48:44 +01:00
2019-10-28 14:26:22 +08:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00
2019-12-12 19:25:33 +01:00