gstreamer/gst/bayer
Tim-Philipp Müller d42177c89e bayer: fix stride inconsistencies for odd widths
Consistently use GST_ROUND_UP_4(width) as stride for
bayer buffers. Bayer data will usually come in widths
that are multiples of 4 anyway, so hopefully this
should not have any adverse impact on anyone in
practice.

Before, bayer2rgb required input buffers to are sized
accordingly, but then didn't actually round up when
calculating row offsets. rgb2bayer didn't use a rounded
stride nor buffer size.

https://bugzilla.gnome.org/show_bug.cgi?id=752014
2016-11-01 19:35:47 +02:00
..
gstbayer.c
gstbayer2rgb.c bayer: fix stride inconsistencies for odd widths 2016-11-01 19:35:47 +02:00
gstbayerorc-dist.c bayer: update ORC files 2015-06-22 13:30:58 +02:00
gstbayerorc-dist.h
gstbayerorc.orc
gstrgb2bayer.c bayer: fix stride inconsistencies for odd widths 2016-11-01 19:35:47 +02:00
gstrgb2bayer.h
Makefile.am Remove obsolete Android build cruft 2015-04-26 18:59:32 +01:00
meson.build Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00