[Bug 753552] codecparsers: h265: Fix the parsing of slice header when there is a modification in reference picture lists
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Aug 12 05:11:50 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=753552
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Target Milestone|git master |1.5.3
--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit 8a6cc4ed27dfc596c75b43ffe6eda36fcbd03781
Author: Sreerenj Balachandran <sreerenj.balachandran at intel.com>
Date: Wed Aug 12 07:58:09 2015 +0300
codecparsers: h265: Fix the range of delta_chroma_log2_weight_denom
ChromaLog2WeightDenom = luma_log2_weight_denom +
delta_chroma_log2_weight_denom
The value of ChromaLog2WeightDenom should be in the range of 0 to 7 and
the value luma_log2_weight_denom should be also in the range of 0 to 7.
Which means , delta_chroma_log2_weight_denom can have values in the range
between -7 and 7.
https://bugzilla.gnome.org/show_bug.cgi?id=753552
commit b6b2e045010d60033df61f74046337e70efbe907
Author: Sreerenj Balachandran <sreerenj.balachandran at intel.com>
Date: Wed Aug 12 05:11:27 2015 +0300
codecparsers: h265: Fix the parsing of ref_pic_lists_modification
https://bugzilla.gnome.org/show_bug.cgi?id=753552
--
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