GNOME Bugzilla – Bug 708629
codecparsers: Fix the quantization matrix scan order for h264
Last modified: 2013-12-09 10:43:42 UTC
Created attachment 255572 [details] [review] codecparsers: h264: store quantization matrices in zig-zag order This has cloned from https://bugzilla.gnome.org/show_bug.cgi?id=706406. Patches are also the same but initially build against https://gitorious.org/vaapi/gstreamer-codecparsers/source/a2c653f958bbd464b0c97becf97be77f1ba47595: . Anyway i am attaching the same patches here for gst-plugins-bad.
Created attachment 255573 [details] [review] codecparsers: h264: add helpers to convert quantization matrices
Review of attachment 255573 [details] [review]: Please add it to the docs and win32/common/*.def ::: gst-libs/gst/codecparsers/gsth264parser.c @@ +2011,3 @@ + * @out_quant arguments. + * + * Since: 1.2 Since: 1.4
Created attachment 256236 [details] [review] codecparsers: h264: add helpers to convert quantization matrices.
Created attachment 256239 [details] [review] Ad a new libgstcodecparsers.def file to win32/common/
commit e943f56bf8c8ef14bcac8e98510f323acf96475a Author: Sreerenj Balachandran <sreerenj.balachandran@intel.com> Date: Tue Aug 20 17:03:38 2013 +0300 codecparsers: h264: store quantization matrices in zig-zag order Quantizer matrices are encoded in zigzag scan order in the bitstream, so always parse it as it is. https://bugzilla.gnome.org/show_bug.cgi?id=708629 commit 7622c9b10aef79a378d24ae38872333a56109eec Author: Sreerenj Balachandran <sreerenj.balachandran@intel.com> Date: Wed Oct 2 11:40:05 2013 +0300 win32: update with the new file libgstcodecparsers.def https://bugzilla.gnome.org/show_bug.cgi?id=708629 commit 8c9eaf0dc900f859d59d01da9c5d8bcdc89bb27c Author: Sreerenj Balachandran <sreerenj.balachandran@intel.com> Date: Wed Oct 2 11:24:58 2013 +0300 codecparsers: h264: add helpers to convert quantization matrices Add utility functions to convert quantization matrices from zig-zag scan order into raster scan order and vice-versa https://bugzilla.gnome.org/show_bug.cgi?id=708629