GNOME Bugzilla – Bug 749854
Encoder: HEVC: Fix bug in Multi-Slice Encoding
Last modified: 2015-05-28 09:49:06 UTC
The HEVC encoder is not working correctly for Multi-slice(num-slices > 1) encoding .
commit 55775c6203a7dc4c1ed9065176ebb83b7eeab783 Author: Sreerenj Balachandran <sreerenj.balachandran@intel.com> Date: Thu May 28 05:43:49 2015 +0300 encoder: hevc: fix bug in multi slice encoding. This is a work-around for satisfying the VA-Intel driver. The driver only support slices begin from CTU row start address. Multi-Slice encoding also requires a fix in va-intel-driver: http://lists.freedesktop.org/archives/libva/2015-May/003351.html https://bugzilla.gnome.org/show_bug.cgi?id=749854 Signed-off-by: Sreerenj Balachandran <sreerenj.balachandran@intel.com>