[Bug 693000] codecparsers: mpeg2: fix default quantizer matrix for intra blocks

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Feb 4 19:00:25 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=693000
  GStreamer | gst-plugins-bad | git

Wind Yuan <feng.yuan> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |feng.yuan at intel.com

--- Comment #5 from Wind Yuan <feng.yuan at intel.com> 2013-02-05 03:00:18 UTC ---
I'll prefer the zig-zag order for codec parser because from software side, to
decode an mpeg2 data, people need zig-zag ordered QT to restore matrix to
original data. That's why mpeg2 store QT in zig-zag order in data. If
codecparser parse to raster-scan order, software still need change to zig-zag
order to decoding file and this should be unnecessary.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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