1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-19 05:49:09 +02:00
FFmpeg/libavcodec
Guillaume Martres 50866c8d95 vp9: fix bugs in updating coef probabilities with parallelmode=1
- The memcpy was completely wrong because
s->prob_ctx[s->framectxid].coef is a [4][2][2][6][6][3] array, whereas
s->prob.coef is a [4][2][2][6][6][11] array.
- The additional check was committed to ffmpeg by Ronald S. Bultje.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
2014-01-24 07:03:11 +01:00
..
2014-01-06 08:14:14 +01:00
2014-01-04 14:42:38 -08:00
2014-01-04 14:42:38 -08:00
2014-01-04 14:42:38 -08:00
2014-01-09 19:33:07 +01:00
2013-12-10 07:21:40 -05:00
2014-01-09 19:33:07 +01:00
2014-01-09 19:33:07 +01:00
2014-01-09 19:33:07 +01:00
2014-01-09 19:33:07 +01:00
2014-01-09 19:33:07 +01:00
2013-12-09 09:10:14 +01:00
2013-12-09 09:10:14 +01:00
2013-12-09 09:10:14 +01:00
2013-12-09 09:10:14 +01:00
2014-01-19 19:12:58 +01:00
2014-01-06 19:12:48 +01:00
2014-01-21 11:57:43 +01:00
2014-01-21 11:59:18 +01:00
2014-01-21 11:59:54 +01:00
2014-01-21 11:59:18 +01:00
2014-01-21 11:58:52 +01:00
2014-01-15 12:30:24 +01:00
2014-01-15 12:30:24 +01:00
2013-12-21 17:01:42 -05:00
2014-01-03 16:40:43 +01:00
2013-12-09 08:41:20 +01:00
2013-12-09 08:41:20 +01:00
2013-12-09 08:41:20 +01:00
2013-12-09 08:41:20 +01:00
2014-01-03 16:38:33 +01:00
2014-01-21 17:54:09 +01:00