Add a png viewer plugin
commitda77d5bb248c4b8f81e70f4ff0cdcecbc663787d
authorgevaerts <gevaerts@a1c6a512-1295-4272-9138-f99709370657>
Sat, 25 Jul 2009 21:36:11 +0000 (25 21:36 +0000)
committergevaerts <gevaerts@a1c6a512-1295-4272-9138-f99709370657>
Sat, 25 Jul 2009 21:36:11 +0000 (25 21:36 +0000)
tree4e87587d7e17850f8186a734f6211450835ad29f
parentbd05b4120887d031cc066f1f8ef0007ec98d8fd3
Add a png viewer plugin

Author: Christophe Gouiran
Flyspray: FS#9493

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22037 a1c6a512-1295-4272-9138-f99709370657
21 files changed:
apps/plugins/CATEGORIES
apps/plugins/SUBDIRS
apps/plugins/png/SOURCES [new file with mode: 0644]
apps/plugins/png/adler32.c [new file with mode: 0644]
apps/plugins/png/crc32.c [new file with mode: 0644]
apps/plugins/png/crc32.h [new file with mode: 0644]
apps/plugins/png/inffast.c [new file with mode: 0644]
apps/plugins/png/inffast.h [new file with mode: 0644]
apps/plugins/png/inffixed.h [new file with mode: 0644]
apps/plugins/png/inflate.c [new file with mode: 0644]
apps/plugins/png/inflate.h [new file with mode: 0644]
apps/plugins/png/inftrees.c [new file with mode: 0644]
apps/plugins/png/inftrees.h [new file with mode: 0644]
apps/plugins/png/png.c [new file with mode: 0644]
apps/plugins/png/png.h [new file with mode: 0644]
apps/plugins/png/png.make [new file with mode: 0644]
apps/plugins/png/zconf.h [new file with mode: 0644]
apps/plugins/png/zlib.h [new file with mode: 0644]
apps/plugins/png/zutil.h [new file with mode: 0644]
apps/plugins/viewers.config
docs/CREDITS