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