| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | jpeg,png: Merge user interface code and plugin entry point of the two ↵ | Teruaki Kawashima | 2010-01-18 |
| | | | | | | | | | | | plugins (part of FS#6321). * Created new directory, imageviewer/ and moved both jpeg/ and png/ under it. - this still doesn't merge the two plugins. i.e. both jpeg.rock and png.rock will be made for color targets. - I'm thinking to merge the two plugins to single image viewer later. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24272 a1c6a512-1295-4272-9138-f99709370657 | ||
| * | Move the monolithic jpeg viewer into its own subdirectory and split it into ↵ | Dave Chapman | 2008-10-21 |
| 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. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18853 a1c6a512-1295-4272-9138-f99709370657 | |||