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 Fix FSF address 2012-11-04 00:09:59 +00:00
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 pnmenc: Port PNM Encoder to use GstVideoEncoder Class 2014-07-22 06:19:48 -03:00
gstpnmutils.c pnmdec: Patch to handle max value 2014-07-21 17:23:47 -03:00
gstpnmutils.h Fix FSF address 2012-11-04 00:09:59 +00:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 18:59:32 +01:00