vpx/vp8
John Koleszar 0e213fb999 fix uninitialized value in multi-res encoding
If a parent mb is available but is intra coded, then parent_ref_mv is
invalid. Check that the parent is inter coded before trying to access
the parent_ref_mv. Previously the parent_ref_mv was being read from
an uninitialized stack allocation, causing potential OOB reads and
other undefined behavior.

Change-Id: I0c93cd412a19c3a184bcf6decaa145b3a036a6c0
2012-10-03 14:53:05 -07:00
..
common rtcd/win32: use InitializeCriticalSection explicitly 2012-10-03 10:56:37 -07:00
decoder Merge "Move frame allocations out of vp8_decode_frame()" 2012-09-24 16:15:54 -07:00
encoder fix uninitialized value in multi-res encoding 2012-10-03 14:53:05 -07:00
exports_dec Add getter functions for the interface data symbols 2010-09-23 14:58:43 -04:00
exports_enc Add getter functions for the interface data symbols 2010-09-23 14:58:43 -04:00
vp8_common.mk Update armv6 vp8_intra4x4_predict 2012-08-08 10:57:33 -07:00
vp8_cx_iface.c silent compiling warnings for VC9 build 2012-08-20 11:45:01 -07:00
vp8_dx_iface.c Move frame allocations out of vp8_decode_frame() 2012-09-24 12:44:45 -07:00
vp8cx_arm.mk Move SAD and variance functions to common 2012-03-05 16:50:33 -08:00
vp8cx.mk Inline Intrinsic optimized Denoiser 2012-05-30 14:31:22 -07:00
vp8dx.mk Eliminated reconintra_mt.c 2012-02-28 14:12:30 -05:00