rockbox/apps/plugins/jpeg
Teruaki Kawashima 8ef2248f7c jpeg,png: Change "Off: Quit." to "Show Menu: Quit." so that the message is less confusable.
fix bug plug_buf is always false in simulator even when plugin buffer is used.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24093 a1c6a512-1295-4272-9138-f99709370657
2009-12-21 15:20:33 +00:00
..
jpeg.c jpeg,png: Change "Off: Quit." to "Show Menu: Quit." so that the message is less confusable. 2009-12-21 15:20:33 +00:00
jpeg.h Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
jpeg.make Added 'keywords' and 'eol-style' properties. 2008-11-25 19:54:23 +00:00
jpeg_decoder.c Convert a number of places in core and plugins to use the BIT_N() macro instead of 1<<n. Speeds up things on SH1, and also reduces core binsize. Most notable speedups: 1 bit lcd driver: drawpixel +20%, drawline + 27%, hline +5%; jpeg viewer: +8% for 1/8 scaling. Other targets are unaffected. 2009-06-07 21:27:05 +00:00
jpeg_decoder.h Add core JPEG reader, adapted from the JPEG plugin's decoder, with some changes to prevent include conflicts between the two decoders. 2009-05-01 23:24:23 +00:00
SOURCES
yuv2rgb.c Jpeg Viewer: Add support for Vertical Strides 2009-09-13 15:29:42 +00:00
yuv2rgb.h