Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#10178 - JPEG album art

Attached to Project: Rockbox
Opened by Andrew Mahone (Unhelpful) - Thursday, 30 April 2009, 08:33 GMT+2
Last edited by Andrew Mahone (Unhelpful) - Saturday, 02 May 2009, 03:39 GMT+2
Task Type Patches
Category Themes
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Version 3.2
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

Support for loading JPEG album art. Does *not* modify PictureFlow or sliding puzzle plugins - these use AA, but will fail to load non-BMP AA. Works nicely on ipod video sim, although one of the JPEG AA I had on hand required conversion to load. 1-bit targets do not search for JPEG AA files right now - this is intentional since these targets only use AA in PictureFlow, and do not have the core JPEG loader, but do import the core albumart.c into pluginlib.
   jpeg_albumart-200904300225.patch (7.1 KiB)
 b/apps/buffering.c         |   34 +++++++++++++++++-------
 b/apps/recorder/albumart.c |   63 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 88 insertions(+), 9 deletions(-)

Closed by  Andrew Mahone (Unhelpful)
Saturday, 02 May 2009, 03:39 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  Committed as r20837.

Loading...