summaryrefslogtreecommitdiff
path: root/apps/recorder/albumart.c
AgeCommit message (Expand)Author
2011-09-24FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon
2011-02-27Fix warning in android build.Thomas Martitz
2010-08-09Mark constant array as 'const' and use a smaller datatype.Nils Wallménius
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2009-11-04Remove wps_data.remote_wps. It's redundant with the new global curr_screen.Thomas Martitz
2009-10-16Rework albumart buffering internally to allow for mutliple albumart sizes.Thomas Martitz
2009-09-25Rename struct skin_albumart members to be consistent with similar members of ...Thomas Martitz
2009-09-07rework AA load/display handling in the skins to get them working in viewports...Jonathan Gordon
2009-09-04Fix STRIDE macro for multiscreen and add stride support for picture lib.Karl Kurbjun
2009-08-03A bit mroe wps/skin engine cleanup so that the structs the wps uses can be st...Thomas Martitz
2009-07-27Start of some apps/ and wps cleanup work... Move everything related to the ac...Jonathan Gordon
2009-07-14FS#10080Nils Wallménius
2009-06-22Redo r21460 and r21462 so that it doesn't introduce a new #define. Patch by J...Thomas Martitz
2009-06-21FS#10365 - Optional debug output for albumart.c Thomas Martitz
2009-05-29Don't recheck for track art when checking track art first.Andrew Mahone
2009-05-29Change the search_albumart_files "ignore track art" option to check track art...Andrew Mahone
2009-05-28Describe the magic of search_albumart_files (still not complete)Alexander Levin
2009-05-28Suggested by Thomas Martitz, don't check for track-specific files when search...Andrew Mahone
2009-05-16Clean up albumart.c a bit, reducing use of USE_JPEG_COVER inside search_album...Andrew Mahone
2009-05-16Define a symbol and use it instead of repeating the conditionAlexander Levin
2009-05-16Make variables static where possibleAlexander Levin
2009-05-15FS#10201, skip folder.jpg in search_albumart_files if size_string is not empty.Andrew Mahone
2009-05-07Build pictureflow using overlay on lowmem targets, support JPEG AA in PF on a...Andrew Mahone
2009-05-04Make JPEG and BMP scaler optional with HAVE_JPEG and HAVE_BMP_SCALING, both d...Andrew Mahone
2009-05-01Fix AA search for file with same basename to test all extensions.Andrew Mahone
2009-05-01Search for, and load, JPEG album art files.Andrew Mahone
2009-03-19Invert albumart when LCD Mode is set to inverse.Jonas Häggqvist
2009-01-24albumart search in pluginlib when building without HAVE_ALBUMART (for later u...Andrew Mahone
2008-12-09resize-on-load for bitmap files on 2bpp and color targetsAndrew Mahone
2008-10-15Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-04-19When looking for album art in /.rockbox/albumart/, use album artist rather th...Magnus Holmgren
2008-02-06Prevent possible buffer overflow when locating album art.Magnus Holmgren
2008-02-05Add a couple safety checks in search_albumart_files(). Should fix the sliding...Nicolas Pennequin
2008-01-19Look for albumart in .rockbox/albumart/<artist>-<album><size>.bmp in addition...Jonas Häggqvist
2008-01-18Accept FS#8469 by Bryan Childs with a few adjustments: Remove duplicate strip...Nicolas Pennequin
2007-12-09Initial commit of the PictureFlow plugin, a nice visualization for album covers.Nicolas Pennequin
2007-11-21consolidate the 3 file_exists() functions into one; use the version that expl...Robert Kukla
2007-11-15Improved use of album name when locating the album art file: replace chars th...Magnus Holmgren
2007-11-12Add an error check, just to be safe.Nicolas Pennequin
2007-11-12Various album art improvements:Nicolas Pennequin
2007-11-11Album art support. Based on FS#3045, but heavily modified to adapt to MoB and...Nicolas Pennequin