Add core JPEG reader, adapted from the JPEG plugin's decoder, with some changes to...
commit45906f8e135342644c474d684c56bd172f9111f0
authorunhelpful <unhelpful@a1c6a512-1295-4272-9138-f99709370657>
Fri, 1 May 2009 23:24:23 +0000 (1 23:24 +0000)
committerunhelpful <unhelpful@a1c6a512-1295-4272-9138-f99709370657>
Fri, 1 May 2009 23:24:23 +0000 (1 23:24 +0000)
tree086926f469d87635a483bfff55ea50898bdd0e1c
parentd4c43d2424f34214582980eabffbf1c2afc306c7
Add core JPEG reader, adapted from the JPEG plugin's decoder, with some changes to prevent include conflicts between the two decoders.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20836 a1c6a512-1295-4272-9138-f99709370657
apps/SOURCES
apps/plugin.c
apps/plugin.h
apps/plugins/jpeg/jpeg_decoder.h
apps/plugins/test_core_jpeg.c [new file with mode: 0644]
apps/plugins/viewers.config
apps/recorder/jpeg_common.h [copied from apps/plugins/jpeg/jpeg_decoder.h with 65% similarity]
apps/recorder/jpeg_load.c [new file with mode: 0644]
apps/recorder/jpeg_load.h [new file with mode: 0644]