1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00
FFmpeg/libavcodec
Ronald S. Bultje ce42a04884 vp8: fix up handling of segmentation_maps in reference frames.
Associate segmentation_map[] with reference frame, rather than
decoding instance. This fixes cases where the map would be free()'ed
on e.g. a size change in one thread, whereas the other thread was
still accessing it. Also, it fixes cases where threads overwrite data
that is still being referenced by the previous thread, who thinks that
it's part of the frame previously decoded by the next thread.
2011-10-21 00:17:58 -07:00
..
2011-09-25 17:27:48 +01:00
2011-10-11 14:57:58 -04:00
2011-09-29 16:54:00 -04:00
2011-09-13 10:59:47 -04:00
2011-09-29 16:54:00 -04:00
2011-10-20 13:06:15 -04:00
2011-10-10 21:36:12 +02:00
2011-10-10 21:36:12 +02:00
2011-10-08 20:03:55 +01:00
2011-10-10 21:36:13 +02:00
2011-10-11 18:24:51 +01:00
2011-10-11 18:24:51 +01:00
2011-09-15 13:23:04 -07:00
2011-10-20 21:06:58 +02:00
2011-09-25 14:38:08 -04:00
2011-10-20 13:06:15 -04:00
2011-10-07 17:15:45 +02:00
2011-10-13 17:56:13 +01:00
2011-10-10 21:37:15 +02:00
2011-10-07 16:25:31 +02:00
2011-10-20 13:09:46 -04:00
2011-10-11 12:05:51 +01:00
2011-10-10 21:36:13 +02:00
2011-10-12 18:20:18 -04:00
2011-09-15 13:23:04 -07:00
2011-10-19 08:24:19 +02:00
2011-09-07 12:16:15 +02:00
2011-10-12 17:33:58 +02:00
2011-10-12 17:33:58 +02:00
2011-10-06 23:33:09 +02:00
2011-10-07 00:27:03 +02:00
2011-09-26 16:23:58 -04:00
2011-10-09 13:58:19 +01:00