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 692271 - codecparsers: vc1: fix VOPDQUANT parser for DQUANT == 2
codecparsers: vc1: fix VOPDQUANT parser for DQUANT == 2
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.0.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 692273
 
 
Reported: 2013-01-22 10:07 UTC by Gwenole Beauchesne
Modified: 2013-01-24 23:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
codecparsers: vc1: fix VOPDQUANT parser for DQUANT == 2 (1.08 KB, patch)
2013-01-22 10:07 UTC, Gwenole Beauchesne
committed Details | Review

Description Gwenole Beauchesne 2013-01-22 10:07:06 UTC
Created attachment 234088 [details] [review]
codecparsers: vc1: fix VOPDQUANT parser for DQUANT == 2

Fix parsing of VOPDQUANT when DQUANT == 2. In particular, DQUANTFRM is not present in the bitstream in this case and it shall be derived to the default value of zero (7.1.1.31.1).

I plan to apply this patch to all gst-plugins-bad branches. Thanks.
Comment 1 Tim-Philipp Müller 2013-01-24 23:20:35 UTC
commit 93fbcfda238fc992793602b582824af2edd48bfb
Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Date:   Tue Jan 22 10:48:39 2013 +0100

    codecparsers: vc1: fix VOPDQUANT parser for DQUANT == 2.
    
    Fix parsing of VOPDQUANT when DQUANT == 2. In particular, DQUANTFRM is
    not present in the bitstream in this case and it shall be derived to
    the default value of zero (7.1.1.31.1).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692271
    
    Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>