gstreamer/gst/pnm
Vineeth TM 10ed707b60 pnmenc: Fix wrong logic leading to memory mishandling
While encoding the frame in ASCII mode, per component four bytes are needed
and after every 20 bytes, a \n will be added. So the calculation should be
size = size * (4 + 1 / 20). This should exclude the header being written.
Since header is also being included in the calculations, memory mishandlings
are happening.

https://bugzilla.gnome.org/show_bug.cgi?id=759520
2015-12-17 10:26:48 +01:00
..
gstpnm.c
gstpnmdec.c pnmdec: Fix scanner memory leak 2015-12-16 09:56:33 +01:00
gstpnmdec.h pnmdec: propagate input state after parsing 2015-10-18 14:53:01 -07:00
gstpnmenc.c pnmenc: Fix wrong logic leading to memory mishandling 2015-12-17 10:26:48 +01:00
gstpnmenc.h
gstpnmutils.c
gstpnmutils.h
Makefile.am