gstreamer/gst/pnm
Dimitrios Katsaros 3cf4a70dbc pnm: Fixed segfault in pnmenc
The pnmenc was not mapping the input buffers as video buffers. Because
of this, the video frame stride was not being set based on frame but
based on the caps, which make the assumption that the strides are a
power of 4. For input that is not a power of 4, this would lead to a
SIGSEGV.

https://bugzilla.gnome.org/show_bug.cgi?id=793419
2018-02-14 10:19:22 +02:00
..
gstpnm.c Fix FSF address 2012-11-04 00:09:59 +00:00
gstpnmdec.c docs: Port all docstring to gtk-doc markdown 2017-04-12 12:57:57 -03:00
gstpnmdec.h pnmdec: Fix ASCII parsing 2016-05-24 07:21:44 +10:00
gstpnmenc.c pnm: Fixed segfault in pnmenc 2018-02-14 10:19:22 +02:00
gstpnmenc.h pnmenc: Port PNM Encoder to use GstVideoEncoder Class 2014-07-22 06:19:48 -03:00
gstpnmutils.c pnmdec: Implementation of GRAY16 handling 2016-05-24 07:21:44 +10:00
gstpnmutils.h Fix FSF address 2012-11-04 00:09:59 +00:00
Makefile.am Remove plugin specific static build option 2017-05-16 14:05:52 -04:00
meson.build Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00