gstreamer/ext/libpng
Vineeth T M 63e0b29291 pngdec: change parse logic
Right now in parse logic the signature is checked every time the parse function
is called, and the whole data is the scanned each and every time, even though the
data is scanned in the previous instance. Changing the logic such that, we skip
the bytes which are already scanned in the previous instances of parse. This
helps in avoiding multiple scan of already scanned data/signature.

https://bugzilla.gnome.org/show_bug.cgi?id=737708
2014-11-04 10:55:32 +00:00
..
gstpng.c Fix FSF address 2012-11-04 00:07:18 +00:00
gstpng.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstpngdec.c pngdec: change parse logic 2014-11-04 10:55:32 +00:00
gstpngdec.h pngdec: change parse logic 2014-11-04 10:55:32 +00:00
gstpngenc.c pngenc: unmap source frame when done 2013-03-22 15:19:19 -07:00
gstpngenc.h Fix FSF address 2012-11-04 00:07:18 +00:00
Makefile.am png: Link with libgstbase for GstByteReader and GstAdapter 2013-06-07 15:38:25 +02:00