[Bug 754834] codecparsers: hevc: Fixes in scaling list value and NumPocTocalCurr value calculation

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Sep 10 12:13:19 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=754834

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.5.91

--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit fcd42b7d776309261d75d1d355c3854e828cf88e
Author: Sreerenj Balachandran <sreerenj.balachandran at intel.com>
Date:   Thu Sep 10 19:02:12 2015 +0300

    codecparsers: h265: Fix the selection of Active Ref Pic Set

    If short_term_ref_pic_set_sps_flag is FALSE, the ShortTermRefPicSet
    structure is supposed to derive from slice header. Which means,
    CurrRpsIdx is equal to num_short_term_ref_pic_sets. But the number
    of refpicsets communicated via sps header is only
num_short_term_ref_pic_sets - 1.
    And we are using slice_header structure to reference the last entry, which
is
    ShortTermRefPicSet[num_short_term_ref_pic_sets].

    https://bugzilla.gnome.org/show_bug.cgi?id=754834

commit 81435c88918e0178b8263af7dfc2984b7a8a0bd2
Author: Sreerenj Balachandran <sreerenj.balachandran at intel.com>
Date:   Thu Sep 10 16:28:31 2015 +0300

    codecparsers: h265 : Fix default scaling list values

    Fix the default_scaling_list values based on Table 7-6

    https://bugzilla.gnome.org/show_bug.cgi?id=754834

-- 
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