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