Plugin JPEG decoder for data in memory, along with test_mem_jpeg.c and bench_mem_jpeg...
commitce0f52bfe894567da244502d6f0ff048f42e4191
authorunhelpful <unhelpful@a1c6a512-1295-4272-9138-f99709370657>
Fri, 8 May 2009 03:46:48 +0000 (8 03:46 +0000)
committerunhelpful <unhelpful@a1c6a512-1295-4272-9138-f99709370657>
Fri, 8 May 2009 03:46:48 +0000 (8 03:46 +0000)
treeb0ad37ce0f6519bb44536a0bf6fc72fc76628542
parentdc628ce27a02d5b2b0625d4af864bec36d6d90d1
Plugin JPEG decoder for data in memory, along with test_mem_jpeg.c and bench_mem_jpeg.c plugins to test and benchmark it, and a line-length clean up in jpeg_load.c.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20871 a1c6a512-1295-4272-9138-f99709370657
apps/plugins/bench_mem_jpeg.c [new file with mode: 0644]
apps/plugins/lib/SOURCES
apps/plugins/lib/jpeg_mem.h [new file with mode: 0644]
apps/plugins/lib/pluginlib_jpeg_mem.c [new file with mode: 0644]
apps/plugins/test_mem_jpeg.c [new file with mode: 0644]
apps/plugins/viewers.config
apps/recorder/jpeg_load.c