1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/plugins/jpeg
Jonas Häggqvist 856fda013e Change Grayscale to Greyscale in the JPEG viewer and add explanation of the Display Option menu to the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20045 a1c6a512-1295-4272-9138-f99709370657
2009-02-19 00:38:41 +00:00
..
jpeg.c Change Grayscale to Greyscale in the JPEG viewer and add explanation of the Display Option menu to the manual. 2009-02-19 00:38:41 +00:00
jpeg.h Plugins for the Philips HDD1630. The keymaps are largely untested on the device (patches welcome). 2009-01-24 22:41:55 +00:00
jpeg.make Added 'keywords' and 'eol-style' properties. 2008-11-25 19:54:23 +00:00
jpeg_decoder.c loader-initialized global plugin API: 2009-01-16 10:34:40 +00:00
jpeg_decoder.h Move the monolithic jpeg viewer into its own subdirectory and split it into three (for now - maybe it should be split further) files - jpeg.c (the main plugin/viewer parts), jpeg_decoder.c (the actual decoder) and. for colour targets only, yuv2rgb.c. The intention of this commit is as a first step towards abstracting this viewer into a reusable jpeg decoder and a multi-format image viewer. 2008-10-21 16:05:46 +00:00
SOURCES Move the monolithic jpeg viewer into its own subdirectory and split it into three (for now - maybe it should be split further) files - jpeg.c (the main plugin/viewer parts), jpeg_decoder.c (the actual decoder) and. for colour targets only, yuv2rgb.c. The intention of this commit is as a first step towards abstracting this viewer into a reusable jpeg decoder and a multi-format image viewer. 2008-10-21 16:05:46 +00:00
yuv2rgb.c loader-initialized global plugin API: 2009-01-16 10:34:40 +00:00
yuv2rgb.h Move the monolithic jpeg viewer into its own subdirectory and split it into three (for now - maybe it should be split further) files - jpeg.c (the main plugin/viewer parts), jpeg_decoder.c (the actual decoder) and. for colour targets only, yuv2rgb.c. The intention of this commit is as a first step towards abstracting this viewer into a reusable jpeg decoder and a multi-format image viewer. 2008-10-21 16:05:46 +00:00