rockbox/apps/plugins/jpeg
Teruaki Kawashima 3444716203 jpeg/png: Remove erased file name from list of file when change file.
Change trivial check of entries (entries is always > 0).
Fix bug of r23632 that error message is shown when change file while there is only one file.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23662 a1c6a512-1295-4272-9138-f99709370657
2009-11-18 13:54:14 +00:00
..
jpeg.c jpeg/png: Remove erased file name from list of file when change file. 2009-11-18 13:54:14 +00:00
jpeg.h M:Robe 500: Menu button is now power for JPEG viewer 2009-11-07 22:55:03 +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