gstreamer/gst-libs/gst
Cong Zhong 46c01de05d codecparsers: mpeg2: store quantization matrices in zigzag scan order.
Quantizer matrices are encoded in zigzag scan order in the bitstream,
but they are stored in raster scan order when they are parsed. However,
default matrices were also prepared in zigzag scan order, hence the
mismatch. i.e. the matrices were presented either in raster scan order
if they are explicitly present in the bitstream, or they were presented
in zigzag scan order if the default definitions were to be used instead.

One way to solve this problem is to always expose the quantization
matrices in zigzag scan order, since this is the role of the parser to
not build up stories from the source bitstream and just present what
is in there.

Utility functions will be provided to convert quantization matrices in
either scan order.

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

Signed-off-by: Cong Zhong <congx.zhong@intel.com>
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
2013-02-06 14:22:41 +01:00
..
basecamerabinsrc Fix FSF address 2012-11-04 00:09:59 +00:00
codecparsers codecparsers: mpeg2: store quantization matrices in zigzag scan order. 2013-02-06 14:22:41 +01:00
insertbin insertbin, tests: fix printf format compiler warnings 2013-01-25 12:25:15 +00:00
interfaces GstPhotography: Add new enum values to match android's parameters 2012-11-20 09:37:59 +00:00
signalprocessor Fix FSF address 2012-11-04 00:09:59 +00:00
video Fix FSF address 2012-11-04 00:09:59 +00:00
gettext.h Fix FSF address 2012-11-04 00:09:59 +00:00
glib-compat-private.h Fix FSF address 2012-11-04 00:09:59 +00:00
gst-i18n-plugin.h Fix FSF address 2012-11-04 00:09:59 +00:00
Makefile.am insertbin: Add bin to dynamically insert elements in a running pipeline 2013-01-23 21:13:03 -05:00