1. fc7a458 Fix possible truncation albumart.c by William Wilgus · 5 years ago
  2. 7d1a47c Rewrite filesystem code (WIP) by Michael Sevakis · 11 years ago
  3. 9e07ef2 Use buflib for all skin engine allocations. by Jonathan Gordon · 13 years ago
  4. aa0f4a4 FS#12273 - use buflib for font storage. thanks to the testers :) by Jonathan Gordon · 13 years ago
  5. cab6ac2 Fix warning in android build. by Thomas Martitz · 14 years ago
  6. b2a5e4e Mark constant array as 'const' and use a smaller datatype. by Nils Wallménius · 14 years ago
  7. 9c0b247 Rockbox as an application: add get_user_file_path(). by Thomas Martitz · 14 years ago
  8. 50a6ca3 Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). by Thomas Martitz · 15 years ago
  9. c0635ba Remove wps_data.remote_wps. It's redundant with the new global curr_screen. by Thomas Martitz · 15 years ago
  10. e9c1018 Rework albumart buffering internally to allow for mutliple albumart sizes. by Thomas Martitz · 15 years ago
  11. ba8fbb0 Rename struct skin_albumart members to be consistent with similar members of other structs. the albumart_ prefix is redundant. by Thomas Martitz · 15 years ago
  12. fe2f042 rework AA load/display handling in the skins to get them working in viewports again by Jonathan Gordon · 15 years ago
  13. 2512357 Fix STRIDE macro for multiscreen and add stride support for picture lib. by Karl Kurbjun · 15 years ago
  14. 3b75c86 A bit mroe wps/skin engine cleanup so that the structs the wps uses can be static: by Thomas Martitz · 15 years ago
  15. 5e5fc64 Start of some apps/ and wps cleanup work... Move everything related to the actual drawing of the wps into apps/gui/wps_engine, things related to the actual screen are in apps/gui/music_screen.c (names are temporary unless noone comes up with anything better) by Jonathan Gordon · 15 years ago
  16. 3d4701a FS#10080 by Nils Wallménius · 15 years ago
  17. 659425f Redo r21460 and r21462 so that it doesn't introduce a new #define. Patch by Jeffrey Goode, taken from FS#10366. by Thomas Martitz · 15 years ago
  18. ee1d8d1 FS#10365 - Optional debug output for albumart.c by Thomas Martitz · 15 years ago
  19. b41208f Don't recheck for track art when checking track art first. by Andrew Mahone · 15 years ago
  20. 84106fd Change the search_albumart_files "ignore track art" option to check track art last. by Andrew Mahone · 15 years ago
  21. a484054 Describe the magic of search_albumart_files (still not complete) by Alexander Levin · 15 years ago
  22. f51189c Suggested by Thomas Martitz, don't check for track-specific files when searching for covers in PictureFlow. by Andrew Mahone · 15 years ago
  23. f7ec9c0 Clean up albumart.c a bit, reducing use of USE_JPEG_COVER inside search_albumart_files to only around the folder.jpg test and a strlen call. 0 delta vs previous code for #undef HAVE_JPEG. by Andrew Mahone · 15 years ago
  24. 98bcb0a Define a symbol and use it instead of repeating the condition by Alexander Levin · 15 years ago
  25. e7ab265 Make variables static where possible by Alexander Levin · 15 years ago
  26. d59bff0 FS#10201, skip folder.jpg in search_albumart_files if size_string is not empty. by Andrew Mahone · 15 years ago
  27. 5621fd3 Build pictureflow using overlay on lowmem targets, support JPEG AA in PF on all targets. by Andrew Mahone · 16 years ago
  28. 20f76d6 Make JPEG and BMP scaler optional with HAVE_JPEG and HAVE_BMP_SCALING, both defined for all targets that have HAVE_ALBUMART. Disable JPEG in PictureFlow and pluginlib album art search with 32KiB plugin buffer until PictureFlow by Andrew Mahone · 16 years ago
  29. b408780 Fix AA search for file with same basename to test all extensions. by Andrew Mahone · 16 years ago
  30. 54e6eb3 Search for, and load, JPEG album art files. by Andrew Mahone · 16 years ago
  31. cd34de6 Invert albumart when LCD Mode is set to inverse. by Jonas Häggqvist · 16 years ago
  32. 7215a67 albumart search in pluginlib when building without HAVE_ALBUMART (for later use by pictureflow) by Andrew Mahone · 16 years ago
  33. 781421a resize-on-load for bitmap files on 2bpp and color targets by Andrew Mahone · 16 years ago
  34. 51b45d5 Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. Moved mp3data.c/h from firmware to apps. by Björn Stenberg · 16 years ago
  35. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  36. 79fb077 When looking for album art in /.rockbox/albumart/, use album artist rather than artist, if available. by Magnus Holmgren · 17 years ago
  37. 2235081 Prevent possible buffer overflow when locating album art. by Magnus Holmgren · 17 years ago
  38. cfe51b0 Add a couple safety checks in search_albumart_files(). Should fix the sliding_puzzle crashes. by Nicolas Pennequin · 17 years ago
  39. 2cffb1b Look for albumart in .rockbox/albumart/<artist>-<album><size>.bmp in addition to the current locations. by Jonas Häggqvist · 17 years ago
  40. 536b5a0 Accept FS#8469 by Bryan Childs with a few adjustments: Remove duplicate strip_extension() function from albumart.c. The other one is moved from tree.c to misc.c. by Nicolas Pennequin · 17 years ago
  41. 90ce826 Initial commit of the PictureFlow plugin, a nice visualization for album covers. by Nicolas Pennequin · 17 years ago
  42. d87b037 consolidate the 3 file_exists() functions into one; use the version that explicitly uses dircache; give dir_exists() the same treatment for consistency by Robert Kukla · 17 years ago
  43. 7aa4ae6 Improved use of album name when locating the album art file: replace chars that are invalid in file names; double quotes to single quotes, other invalid chars to underscore (now only very long album names could cause a problem). Also removed some unecessary code and reduced stack usage a bit. by Magnus Holmgren · 17 years ago
  44. 1480d07 Add an error check, just to be safe. by Nicolas Pennequin · 17 years ago
  45. 81dedee Various album art improvements: by Nicolas Pennequin · 17 years ago
  46. 9d4bed7 Album art support. Based on FS#3045, but heavily modified to adapt to MoB and for cleanness. by Nicolas Pennequin · 17 years ago