vpx/vp8/encoder
Attila Nagy cbc249ba00 Fix encoder mem allocation when picture size is changed
After the picture size was changed to a bigger one, the internal memory was
corrupted and multithreaded encoder was deadlocking.

Memory for last frame's MVs, segmentation map and active map were allocated when
the compressor was created (vp8_create_compressor). Buffers need to be
reallocated when picture size is changed, so, the allocation was moved to
vp8_alloc_compressor_data, which is called every time the picture is resized.

Change-Id: I7ce16b8e69bbf0386d7997df57add155aada2240
2012-08-01 08:23:35 +03:00
..
2012-06-11 15:14:58 -07:00
2012-06-11 15:14:58 -07:00
2012-05-04 10:42:21 -07:00
2012-06-11 15:14:58 -07:00
2012-03-29 13:56:48 -07:00
2012-06-11 15:14:58 -07:00
2012-05-04 10:42:21 -07:00
2012-05-04 10:42:21 -07:00
2012-06-11 15:14:58 -07:00
2012-06-11 15:14:58 -07:00
2012-01-30 12:10:48 -08:00
2012-06-11 15:14:58 -07:00
2012-01-30 12:10:48 -08:00
2012-06-11 15:14:58 -07:00
2012-06-11 15:14:58 -07:00
2012-07-26 12:48:31 -07:00
2012-06-11 15:14:58 -07:00
2012-07-26 08:36:53 -07:00
2012-07-26 08:36:53 -07:00
2012-07-26 08:36:53 -07:00
2012-07-26 08:36:53 -07:00
2012-06-11 15:14:58 -07:00
2012-06-11 15:14:58 -07:00
2012-06-11 15:14:58 -07:00
2012-01-30 12:10:46 -08:00
2012-06-11 15:14:58 -07:00
2012-06-11 15:14:58 -07:00
2012-06-04 16:56:55 -07:00
2012-06-11 15:14:58 -07:00
2011-02-10 15:09:44 -05:00
2012-01-30 12:08:30 -08:00
2012-05-04 10:42:21 -07:00
2012-05-04 10:42:21 -07:00
2012-03-05 08:20:42 -08:00