FFmpeg/libavcodec
Clément Bœsch 151b4947e5 lavc/avpacket: fill padding area on side data split.
The padding data is assumed to be 0 in several places, notably in
subtitles. This problem was not detected with fate-sub-srt test because
the first element of the side data (x1) is 0 in the test, so the
trailing side data present in the packet wasn't read by the decoder. The
issue can be observed with a large enough x1.

It is also noted in FF_INPUT_BUFFER_PADDING_SIZE doxy that MPEG
bitstreams require that padding with 0, so it might fix other issues.
2013-06-01 15:12:49 +02:00
..
2013-05-10 16:53:50 -03:00
2013-05-10 16:10:51 -03:00
2013-05-22 21:30:28 +02:00
2013-05-29 12:37:33 +00:00
2013-05-31 03:10:08 +02:00
2013-05-13 14:39:32 +02:00
2013-04-25 20:06:13 +00:00
2013-04-25 14:21:00 +00:00
2013-05-04 14:42:19 +02:00
2013-05-15 12:15:21 +02:00
2013-05-07 20:33:46 +02:00
2013-05-28 13:35:09 +02:00
2013-05-04 02:50:30 +02:00
2013-05-11 21:23:46 +02:00
2013-05-19 13:56:13 +02:00
2013-05-16 14:05:46 +02:00
2013-05-23 10:05:28 +00:00
2013-04-30 13:35:14 +02:00
2013-04-20 00:05:35 +02:00
2013-05-30 18:38:04 +02:00
2013-05-31 03:10:08 +02:00
2013-05-31 03:10:08 +02:00
2013-05-26 21:57:28 +00:00
2013-05-10 01:40:24 +02:00
2013-05-22 20:24:50 +02:00
2013-05-22 20:24:50 +02:00
2013-05-23 20:38:53 +00:00
2013-05-07 21:59:05 +02:00
2013-05-22 17:40:12 +02:00
2013-05-21 12:56:11 +02:00
2013-05-28 13:56:29 +03:00
2013-05-05 15:12:59 +02:00
2013-04-25 20:17:05 +00:00
2013-05-21 17:49:29 +00:00
2013-05-29 22:31:16 +02:00