GNOME Bugzilla – Bug 724519
[gst-vaapi-master ]Low UV ssim value with CACQP3_Sony_D.jsv
Last modified: 2014-04-28 03:20:35 UTC
Moved from freedesktop.org: (https://bugs.freedesktop.org/show_bug.cgi?id=68007) [gst-vaapi-master ]Low UV ssim value with CACQP3_Sony_D.jsv file name = CACQP3_Sony_D.jsv Result: Fail Y SSIM extreme = 1 Y SSIM average = 1 U SSIM extreme = 0.985885 U SSIM average = 0.993737 V SSIM extreme = 0.99363 V SSIM average= 0.995839 frame no = 50 dumped frame no = 51 lost frames = 0 Environment: -------------- Libva: (master)b4a4f9b212d8b0bf41a910a85a4898573261d2a7 Libva_intel_driver: (master)54cb60f3d973ce6a908ea57f5aa7481803fe653a Gstreamer10: (1.0)4e880d4d1e151ea64f83c28b5c3e1bbc06c57903 Gst_plugins_base10: (1.0)2dd3f028c1e6dea799d7496639f53220818b20b1 Gst_plugins_good10: (1.0)643d425f51f81b56deec16c01162637546708ee5 Gst_plugins_bad10: (1.0)0587ab41b4f9979e9cfc11011ed5c970569ee3d3 Gst_plugins_ugly10: (1.0)c7c911b8320576429e4a4234a1e29ec7436e6814 Gst_plugins_vaapi10: (master)b763fdac2cd621e10f0d44f56f8c245c378d0b22
commit 5a3e51472d7dd8fd1c5d1e87cf0c73c58a476498 Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com> Date: Fri Apr 25 19:11:03 2014 +0200 decoder: h264: fix activation of picture and sequence parameters. At the time the first VCL NAL unit of a primary coded picture is found, and if that NAL unit was parsed to be an SPS or PPS, then the entries in the parser may have been overriden. This means that, when the picture is to be decoded, slice_hdr->pps could point to an invalid (the next) PPS entry. So, one way to solve this problem is to not use the parser PPS and SPS info but rather maintain our own activation chain in the decoder. https://bugzilla.gnome.org/show_bug.cgi?id=724519 https://bugzilla.gnome.org/show_bug.cgi?id=724518
It has been fixed, so close it