[Bug 694299] crash in put_pixels16_sse2() with SVQ1 video

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jul 18 06:39:06 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=694299
  GStreamer | gst-libav | unspecified

--- Comment #27 from Arnaud Vrac <rawoul at gmail.com> 2013-07-18 13:39:04 UTC ---
Both. The plane size should have 16 + stride_align bytes padding added at the
end for some SIMD optimized functions to work, from the links I've posted
above.

The plane start offset must then be aligned otherwise some SIMD instructions
will trigger a general protection error.

The simplest way to work around this would be to increase the
align.padding_bottom value by 1 in gstavviddec.c. This would alloc one more
line than necessary in each plane.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list