After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 724519 - [gst-vaapi-master ]Low UV ssim value with CACQP3_Sony_D.jsv
[gst-vaapi-master ]Low UV ssim value with CACQP3_Sony_D.jsv
Status: VERIFIED FIXED
Product: gstreamer-vaapi
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gstreamer-vaapi maintainer(s)
gstreamer-vaapi maintainer(s)
Depends on:
Blocks: 720305
 
 
Reported: 2014-02-17 02:22 UTC by zhenxiang.li
Modified: 2014-04-28 03:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description zhenxiang.li 2014-02-17 02:22:32 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
Comment 1 Gwenole Beauchesne 2014-04-25 17:29:26 UTC
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
Comment 2 zhenxiang.li 2014-04-28 03:20:23 UTC
It has been fixed, so close it
Comment 3 zhenxiang.li 2014-04-28 03:20:23 UTC
It has been fixed, so close it
Comment 4 zhenxiang.li 2014-04-28 03:20:35 UTC
It has been fixed, so close it