1. 928557b AAC bitstream format files support by Solomon Peachy · 6 years ago
  2. 4adad0b FS#6323: Speech for ID3 viewer, playlist catalog and playlist viewer by Solomon Peachy · 6 years ago
  3. 15fa7f8 Fix color of files with no extension. by Boris Gjenero · 11 years ago
  4. 0c87e02 And use the unknown file colour if there is no extension by Jonathan Gordon · 12 years ago
  5. 3b6b513 fix yellow by Jonathan Gordon · 12 years ago
  6. 70595a2 filetree: Support ??? in viewers.config for unsupported filetypes by Jonathan Gordon · 12 years ago
  7. 1b8e380 Initial opus codec support by Frederik M J Vestre · 12 years ago
  8. d023bf0 Fix checks on buflib allocated handles (0 is not a valid handle value) by Bertrik Sikken · 12 years ago
  9. a0377bd Sprinkle around some static and const. by Nils Wallménius · 13 years ago
  10. 96afbb3 Fix file descriptor double close(): by Thomas Jarosch · 13 years ago
  11. ccaf55a fix FIX_PTR macro so it actually fixes every pointer (was skipping x == current case) by Jonathan Gordon · 13 years ago
  12. 5296af8 Buflib: Clarification about invalid handles by Thomas Martitz · 13 years ago
  13. baa070c GSoC/Buflib: Enable compaction in buflib. by Thomas Martitz · 13 years ago
  14. d0b72e2 GSoC/Buflib: Add buflib memory alocator to the core. by Thomas Martitz · 13 years ago
  15. acb0917 Submit initial patch from FS#12176. Adds support for several new game music formats (AY, GBS, HES, KSS, SGC, VGM and VGZ) and replaces the current NSF and NSFE with a new implementation based on a port of the Game Music Emu library 'GME'. This first submit does not cover the full functionality provided by the author's original patch: Coleco-SGV is not supported, some GME-specific m3u-support has been removed and IRAM is not used yet. Further changes are very likely to follow this submit. Thanks to Mauricio Garrido. by Andree Buschmann · 13 years ago
  16. 7b374b4 Use enum themable_icons in struct file_type and struct filetype (who made those names?). by Thomas Martitz · 13 years ago
  17. 2c24160 Get rid of get_user_file_path and do the path handling in wrappers for open() and friends. by Thomas Martitz · 14 years ago
  18. 194bc86 Add helper function to get index from file extension. by Teruaki Kawashima · 14 years ago
  19. 7d3f8c0 Create index array to filetypes used in the open with list while loading viewers.config. by Teruaki Kawashima · 14 years ago
  20. 850efea A few post-fixes to the get_user_file_path() commit. by Thomas Martitz · 14 years ago
  21. 9c0b247 Rockbox as an application: add get_user_file_path(). by Thomas Martitz · 14 years ago
  22. ec7937b close the viewers.config file fd by Jonathan Gordon · 14 years ago
  23. 0f5c6d4 add True Audio (TTA) codec by Yoshihisa Uchida · 14 years ago
  24. f2df42e fix: the problem to which new filetypes cannot be registered. by Yoshihisa Uchida · 14 years ago
  25. 1bd072c FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tags by Jonathan Gordon · 14 years ago
  26. 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 · 14 years ago
  27. 561cb2c Add wave64(.w64) codec (FS#11022) by Yoshihisa Uchida · 15 years ago
  28. 8c5eaa3 Add vox (Dialogic telephony formats) codec add. (FS#11021) by Yoshihisa Uchida · 15 years ago
  29. 4e3c807 Add Sun Audio codec. (FS#10433) by Yoshihisa Uchida · 15 years ago
  30. 45e009a add SMAF codec (.mmf extension)(FS#10432) by Yoshihisa Uchida · 15 years ago
  31. c4eea8f FS#10535: bmp viewer plugin. by Teruaki Kawashima · 15 years ago
  32. 82f0589 Initial support for ATRAC3 streams in wav containers. by Mohamed Tarek · 15 years ago
  33. 23ac6ff Add support for Sony OMA file format. Currently only supports ATRAC3 (without DRM), and seeks. Tested on sansa by Mohamed Tarek · 15 years ago
  34. e96d139 Enable 12 other 8bit Atari file formats which the asap codec already supports. No metadata available for them. by Dominik Wenger · 15 years ago
  35. 608aeee Several filetypes were added (more or less) recently so the array became full on HWCODEC. by Jens Arnold · 15 years ago
  36. e425371 Fix FS#10289 - screens showing a list need to check the show_icons setting before setting the callback. the List will now always draw icons if a callback is set (like its always done for voice) by Jonathan Gordon · 15 years ago
  37. db8d79d Remove unused #define and correct comment. by Maurus Cuelenaere · 15 years ago
  38. d789e41 Add support for running Lua games/apps from the Plugins menu by Maurus Cuelenaere · 15 years ago
  39. 1016ee4 Initial custom statusbar commit. by Thomas Martitz · 15 years ago
  40. 4fe2ee0 Add crypt_firmware plugin for Nano2G - this uses the hardware crypto unit to encrypt (or decrypt) a firmware image for writing to a Nano 2G's firmware partition with ipodpatcher (patch for ipodpatcher is at FS#10609). Also introduce BOOTFILE_EXT2 define for an alternative firmware file extension and add .ipodx for the Nano 2G (.ipod is for unencrypted images, similar to older ipods, and .ipodx is for encrypted images and include the 2KB hash block and modelname 'nn2x'). by Dave Chapman · 15 years ago
  41. 3200d04 Make the formatter functions used by the settings return a pointer to avoid usless copying of lang strings, this brought with it a long chain of const correctness and a few random cleanups by Nils Wallménius · 15 years ago
  42. 320bd1a Fix a bug spotted by Maurus Cuelenaere; rockbox crashed on viewing the porperties of files with unsupported extensions due to the null ext list in by Mohamed Tarek · 15 years ago
  43. e184ef1 Adding support for rm playback. Only cook codec is supported for now and no seeking. by Mohamed Tarek · 15 years ago
  44. 25d4f4b Add .oga as a valid file extension for Ogg vorbis files. Even though Xiph recommend against using .oga for vorbis (for compatibility reasons), they say that it may be used, and some applications (e.g. Gnome Media) are doing so. by Dave Chapman · 16 years ago
  45. 01729e7 FS#9281 Rename of splash functions. by Nils Wallménius · 16 years ago
  46. 25bb37b commit asap codec. plays .sap files. At the moment it only plays the default song. So subSongs are ignored. by Dominik Wenger · 16 years ago
  47. 9569de0 Remove unnecessary #include by Bertrik Sikken · 16 years ago
  48. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  49. 11a667b FS#9033 by Alexander Levin, also a couple of minor typo fixes by me and making the inbuilt_filetypes array static by Nils Wallménius · 16 years ago
  50. 1659a1a Don't do the same check twice. Thanks to fml on IRC for noting. by Dominik Riebeling · 16 years ago
  51. c0f7eb9 FS #8680. MOD codec by Rainer Sinsch. by Thom Johansen · 16 years ago
  52. ad95df2 Const police raid. by Steve Bavin · 16 years ago
  53. 2843469 Moved atoi declaration to stdlib.h. Deleted atoi.h by Bertrik Sikken · 16 years ago
  54. 6848961 Pass the buffer length to the list_get_name callback functions instead of using hardcoded MAX_PATH by Nils Wallménius · 17 years ago
  55. 0258085 Revert... stupid svn doesn't complain when passing -m twice :( by Jens Arnold · 17 years ago
  56. 01a106d Make the measured LCD scanrates from the greylib known to the scanrate test plugin. by Jens Arnold · 17 years ago
  57. 1f4bcc8 Revert accidental tree commit. /me needs a smaller enter key... by Jens Arnold · 17 years ago
  58. 9a7978a Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 24 bit BMP instead of unnecessary 32 bit. by Jens Arnold · 17 years ago
  59. e92d2c5 Add a general-purpose parse_list function to parse a string containing a delimited list of items and adapt the parse_image_load() function in the WPS parser to use it. This function will also be used to parse the upcoming WPS %V viewport tag, but I'm committing it separately as these changes are unrelated to the viewport implementation itself. by Dave Chapman · 17 years ago
  60. 8c6920e Revert accidental tree commit. Sorry for that. by Jens Arnold · 17 years ago
  61. d1ed7c3 No need to have \n here. panicf() won't output it anyway. by Jens Arnold · 17 years ago
  62. bc357da Small fixes for icon behaviour on the Player: Read viewer icon numbers from viewers.config, and correct the icon selection in icons.c. Now viewer supported filetypes get the mirrored question mark icon instead of no icon at all. by Jens Arnold · 17 years ago
  63. f5ec3e4 remove the duplicated gui_list struct and only duplicate the members which are actually different on each screen. should translate to a smaller bin and easier code (users shouldnt notice any difference) by Jonathan Gordon · 17 years ago
  64. 616971c remove the seelection_size param from the info init call to hopefully decrease the bin size a bit by Jonathan Gordon · 17 years ago
  65. 5eac010 simplify the simpelist api slightly so not every struct member needs to be init manually. by Jonathan Gordon · 17 years ago
  66. 5ca8abf convert the open with screen to use the simplelist api by Jonathan Gordon · 17 years ago
  67. cf1cef5 minor update to gui_synclist_do_button() which will hopefully simplify things later. by Jonathan Gordon · 17 years ago
  68. 07a7d47 Revert my filetypes commits from today. the nvram buffer is 44bytes of which 43 are currently being used. We need to figure out what to do about this. by Jonathan Gordon · 17 years ago
  69. 7cb80a2 Fix a problem with the nvram settings which meant adding new items to the end needed the version bump (they dont anymore, but I'm bumping it now anyway to save some bug reports) by Jonathan Gordon · 17 years ago
  70. eff14cc Change the way the MAX_FILETYPES define works. It now allocates enough filetype icons as it needed last boot + 8, this means we should never have to edit the define again. by Jonathan Gordon · 17 years ago
  71. f3498db increase filetypes array a bit, should now have some room for the future... But that doesn't mean that if you add a filetype, you shouldn't check this. by Peter D'Hoye · 17 years ago
  72. ecae04a Fix the open with menu by Jonathan Gordon · 17 years ago
  73. 7316032 Fix the properties and shortucts plugins after accidently breaking them last night. by Jonathan Gordon · 17 years ago
  74. 7fe32b9 Only show plugins which are actually associated with the file from the "open with" menu. (plugins registered with * in the viewers.config are always shown) by Jonathan Gordon · 17 years ago
  75. fda7d72 Accept FS#5464 - organise the rocks directory. by Jonathan Gordon · 17 years ago
  76. 5b76936 Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by Stephane Doyon with some minor tweaks by me. Rerun 'configure' and do a 'make clean' before rebuilding your voice files. by Nils Wallménius · 17 years ago
  77. b311367 *** Lang v2 cleanup (FS#6574) *** by Nils Wallménius · 17 years ago
  78. 96e8a1b Increase filetypes array a bit more to give headroom... by Peter D'Hoye · 17 years ago
  79. 98d4e09 Increase filetypes array to make room for our latest supported audioformat by Peter D'Hoye · 17 years ago
  80. 48304ce Add .wmv and .asf as supported filetypes for the WMA codec by Dave Chapman · 17 years ago
  81. b6ede21 Clear the whole colour list on new .colours load, rather than by Paul Louden · 17 years ago
  82. f8b5913 Make user-visible spelling "colours" rather than "colors". by Paul Louden · 17 years ago
  83. 5b25a6e Added one more filetype. ??? in .colors lets you set the color for all by Paul Louden · 17 years ago
  84. f206159 Fix new bug caused by my last commit. Since there was no apparent binary by Paul Louden · 17 years ago
  85. 4cb1072 Hopefully fix FS#7323. Store colors as fb_data. by Paul Louden · 17 years ago
  86. 2d0cb07 Shrink binsize by using shorts instead of ints for colors by Brandon Low · 17 years ago
  87. f8682a0 Fix some bugs with the colors stuff. You can now specify folder color with the folder extension. by Brandon Low · 17 years ago
  88. 74cbb0a Give color targets the ability to display each LCD line a different color and use this newfangled ability to provide themable colored file types. See the comments on read_color_theme_file and the sample.colors file provided for how to use this. .colors files go in themes directory for now. This separate line color function should be trivial to add to menus and wpss. by Brandon Low · 17 years ago
  89. 5202742 Initial commit of Monkey's Audio (.ape/.mac) support. Note that Monkey's is an extremely CPU-intensive codec, and that the decoding speed is directly related to the compression level (-c1000, -c2000, -c3000, -c4000 or -c5000) used when encoding the file. Current performance is: -c1000 to -c3000 are realtime on a Gigabeat, -c1000 is realtime on Coldfire targets (H100, H300 and Cowon), and nothing is realtime on PortalPlayer targets (iPods, H10, Sansa). Hopefully this can be improved. More information at FS #7256. by Dave Chapman · 17 years ago
  90. 5b5d101 Fix a .icons loading bug which caused the tango iconset to not load. by Jonathan Gordon · 17 years ago
  91. 9d3694c Fix FS#7056 - dont display garbage if the viewer icon set and the main iconset have different icon heights by Jonathan Gordon · 17 years ago
  92. 36a2e30 Move the inbuilt filetype info into filetypes.c and rename the defines. by Jonathan Gordon · 18 years ago
  93. 27643c6 Initialise the custom icons array correctly instead of just using the ? for all filetypes by Jonathan Gordon · 18 years ago
  94. fd951ab make the folder icons play nice when you load a viewers theme (sorry, this is it from me tonight... ) by Jonathan Gordon · 18 years ago
  95. a9c1df4 * its name[rows][columns] you drongo! by Jonathan Gordon · 18 years ago
  96. 4a16739 Some gremlins got into my computer again and changed all my code! by Jonathan Gordon · 18 years ago
  97. 3124134 woops by Jonathan Gordon · 18 years ago
  98. ccaf24a Fix the wavplay icon by Jonathan Gordon · 18 years ago
  99. 6a5cc0b Customizable icons for all bitmap targets. (FS#7013) by Jonathan Gordon · 18 years ago
  100. f267e04 Fix icons for built-in types on charcell. by Jens Arnold · 18 years ago