FFmpeg/libavcodec
Andreas Cadhalpun ae6fd7300b msrledec: use signed pixel_ptr in msrle_decode_pal4
This fixes segmentation faults, when pic->linesize[0] is negative.
In that case 'line * pic->linesize[0] + pixel_ptr' is treated as
unsigned and wraps around.

This reverts commit 7d78a964.
The problem was introduced in commit f7e1367f, which should obsolete
that commit.

Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-04-16 15:52:22 +02:00
..
2015-03-06 14:37:44 +01:00
2015-03-10 23:33:57 +01:00
2015-04-14 18:04:02 +02:00
2015-02-21 20:41:36 +01:00
2015-02-21 20:38:13 +01:00
2015-02-06 19:07:29 +01:00
2015-02-05 09:48:54 +00:00
2015-02-08 00:12:46 +01:00
2015-02-14 19:45:23 +00:00
2015-03-14 14:05:25 +01:00
2015-02-10 14:20:32 +00:00
2015-01-29 17:33:38 +00:00
2015-02-01 19:13:38 +01:00
2015-03-02 19:32:23 +01:00
2015-04-10 12:38:03 +02:00
2015-04-10 03:11:40 +02:00
2015-02-01 16:18:39 +01:00
2015-04-15 09:48:47 +02:00
2015-02-24 03:15:42 +01:00
2015-03-16 13:04:47 +01:00
2015-02-06 21:02:08 +01:00
2015-03-23 20:53:29 +00:00
2015-03-15 02:57:24 +01:00
2015-04-02 16:04:22 +02:00
2015-02-14 12:48:41 +00:00
2015-02-04 09:45:41 +00:00