gstreamer/ext/libpng
René Stadler 41116224c8 pngenc: increase arbitrary resolution limits
Apparently libpng can technically do up to 2^31-1 rows and columns. However it
imposes an (arbitrary) default limit of 1 million (that could theoretically be
lifted by using some additional API).

Moved array allocation to the heap now.
2011-10-21 10:27:04 +02:00
..
gstpng.c
gstpng.h
gstpngdec.c
gstpngdec.h
gstpngenc.c pngenc: increase arbitrary resolution limits 2011-10-21 10:27:04 +02:00
gstpngenc.h
Makefile.am