1. 6f078c4 Change lru from double to single linked list. Only the font cache uses LRU and it never searches in reverse. Saves 2 bytes per glyph. by Fred Bauer · 13 years ago
  2. c032b9d Add empty font_lock() for bootloaders to fix builds. by Dominik Riebeling · 13 years ago
  3. e28f822 Rockbox Utility: add Speex license to About dialog. by Dominik Riebeling · 13 years ago
  4. eb97426 Use array index 'i' only -after- bounds check by Thomas Jarosch · 13 years ago
  5. 04a015d Provide font_lock(). Font_get_bits() or ..width() may have to read glyph cache misses from disk so provide a means to lock the buflib memory during the wait. by Fred Bauer · 13 years ago
  6. d228d4d Implement move callback for timestretch sample allocation. by Fred Bauer · 13 years ago
  7. 8e18dc8 fix sign error by Fred Bauer · 13 years ago
  8. d2958b9 Some iPod Video's need a 2nd call of ub_drv_init() to establish the USB connection. This workaround breaks the USB functionality for other devices. Until there is a proper fix available just use the workaround for iPod Video only. Fixes FS#12324. by Andree Buschmann · 13 years ago
  9. f4a1501 sbtools: fix sbtoelf to handle files with more than one hundred commands by Amaury Pouly · 13 years ago
  10. b458d33 Rockbox Utility now requires voice-corrections.txt. by Dominik Riebeling · 13 years ago
  11. 813fdc3 Update english-us translation. by Michael Chicoine · 13 years ago
  12. 66634f3 Rockbox Utility: add GoGear SA9200 as disabled target. by Dominik Riebeling · 13 years ago
  13. 7263ccb Remove svn keyword lines from sources. by Dominik Riebeling · 13 years ago
  14. 90562e3 Update Swedish translation. by Magnus Holmgren · 13 years ago
  15. 8d74458 Revert skin font allocation size to the behavior prior to r30589. i.e. Default to 256 glyphs rather than trying to load MAX_FONT_SIZE. This matches the manual and saves a lot of ram if a theme uses multiple fonts. by Fred Bauer · 13 years ago
  16. 67a1db4 Reviewed and updated recording samples rates in the manual. Fixes FS#12318. by Andree Buschmann · 13 years ago
  17. 623cbd6 imx233/fuze+: implement pcm out and audio codec, update SOURCES by Amaury Pouly · 13 years ago
  18. 390edd5 imx233/fuze+: add prototype for rtc block (only for register defines for now) by Amaury Pouly · 13 years ago
  19. 7b70e5a imx233/fuze+: implement audioout functions (init, volume, frequency); add stubs for audioin by Amaury Pouly · 13 years ago
  20. 96f0464 imx233/fuze+: implement hw info debug screen to show dma channels state by Amaury Pouly · 13 years ago
  21. 43673e9 imx233/fuze+: fix codec prototype header by Amaury Pouly · 13 years ago
  22. b0a20db imx233/fuze+: allow dma info retrieval; wait for end of channel reset before returning; fix typo by Amaury Pouly · 13 years ago
  23. e428717 imx233/fuze+: add volume handling to sound.c by Amaury Pouly · 13 years ago
  24. d0e8c35 imx233/fuze+: move to a more generic xtal derived clock enabling function, fix timrot accordingly by Amaury Pouly · 13 years ago
  25. 0b3347e imx233/fuze+: fix typo and add dac dma/error interrupts by Amaury Pouly · 13 years ago
  26. 359826a fuze+: fix bootloader not set backlight brightness by Amaury Pouly · 13 years ago
  27. ed2386c imx233/fuze+: move audio driver to the canonical location by Amaury Pouly · 13 years ago
  28. e46f40e Fix manual build, forgot to add new files. by Thomas Martitz · 13 years ago
  29. 5bdfa32 Submit FS#11805: Add setting 'Start File Browser Here' to manual. by Andree Buschmann · 13 years ago
  30. 02395cf Reflect the time & date settings move in the manual. by Thomas Martitz · 13 years ago
  31. ed99b6e Fix FS#12337. Skin viewports' line height was initialized with the UI font height. by Thomas Martitz · 13 years ago
  32. 0ab2c1b In search(): eliminate an unnecessary test. by Fred Bauer · 13 years ago
  33. 03a8325 Simplify seconds_to_min(), and don't safeguard used parameter. by Jens Arnold · 13 years ago
  34. a453bee Remake the sleep timer menu item, so that selecting it while the timer is running by Thomas Martitz · 13 years ago
  35. e347146 Sleep timer options: persistent duration and start on boot. by Thomas Martitz · 13 years ago
  36. e44af44 Move Time & Date menu from System to settings. by Thomas Martitz · 13 years ago
  37. a13e964 - Fix some reds by implementing lcd_get_dpi(). by Thomas Martitz · 13 years ago
  38. 55f078f Fix checkwps reds and non-touchscreen warnings. by Thomas Martitz · 13 years ago
  39. 3b12634 Commit FS#12321 - Touchscreen: List line padding, to more easily select lines by Thomas Martitz · 13 years ago
  40. 859cd4b Expunge a commented #include that found its way in in r30771. by Michael Sevakis · 13 years ago
  41. feddfdb Gigabeat S/i.MX31/wm8978: Clean up clocking information in the general wmcodec/pcm drivers and move it to the target's wmcodec/i2s files. by Michael Sevakis · 13 years ago
  42. 2a478c8 Split long fmt string which caused a yellow by Fred Bauer · 13 years ago
  43. 8c90172 Faster cached font loading. FS#12333 by Fred Bauer · 13 years ago
  44. afc42ff Update UI simulator buttonmap for Sansa Fuze by Fred Bauer · 13 years ago
  45. 1e1b79c Credit Andrew Ryabinin for hifiman-hm60x port by Marcin Bukat · 13 years ago
  46. 3949519 fix yellow by Marcin Bukat · 13 years ago
  47. 32f763c Add HiFiMAN HM-60x target(s). FS#12319 by Andrew Ryabinin with some (small) modification by me. This also splits rk27xx lcd driver into lcdif-rk27xx and lcd controller specific part. Some modifications to the pcm driver have been made to allow using codecs in slave mode (as TDA1543 used in hifiman is slave only i2s codec). by Marcin Bukat · 13 years ago
  48. f0311d3 Update convbdf.c for previous change by Fred Bauer · 13 years ago
  49. cd0102b font_cache.c: Optimize and simplify cache search. ~25% font rendering boost by Fred Bauer · 13 years ago
  50. 4f3e1d6 Fix FS#12320 - need substitute to /.rockbox/skin_buffer_size.txt by Thomas Martitz · 13 years ago
  51. 899865a Fix Yellow: missing proto by Fred Bauer · 13 years ago
  52. 1009741 FS:12299 Font glyph cache is no longer saved. Each font will now have its own glyph cache file with the extension '.gc' Includes a temporary fix that delays saving the file to prevent the creation of multiple gc files with same name. Mostly JD Gordon's code. by Fred Bauer · 13 years ago
  53. 50ac7ca Fix warnings by Bertrik Sikken · 13 years ago
  54. fe67a87 plugins: another round of making local functions static by Bertrik Sikken · 13 years ago
  55. 2176fb3 Missed two spots. by Björn Stenberg · 13 years ago
  56. 0942e2a Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. by Björn Stenberg · 13 years ago
  57. f301ac0 Revert 30754 because the codecs won't build correctly, anyway. by Fred Bauer · 13 years ago
  58. 2537e46 undef DEBUG in pcm_record.c because it's broken and breaks DEBUG builds by Fred Bauer · 13 years ago
  59. 08979ba Fix yellow by Fred Bauer · 13 years ago
  60. de3e2e7 Remove font_reset() which tried to fetch font *pfs from uninitiaized buflib_allocations. Change handle locking to track number of locks applied. Remove some duplicated code from internal_load_font() by Fred Bauer · 13 years ago
  61. 14ae259 Update Dutch langfile by Peter D'Hoye · 13 years ago
  62. ee7de14 Don't make font available via buflib_allocations[] until fully loaded by Fred Bauer · 13 years ago
  63. eac2913 Fix off-by-one buffer error by Thomas Jarosch · 13 years ago
  64. e4f64da i.MX31 avic: Fix super-stale comment. by Michael Sevakis · 13 years ago
  65. 830531b i.MX31: Simplify nested interrupt handling. Give SVC mode its own stack by grabbing the FIQ stack that's just been taking up space. Just get rid of all FIQ setup since it isn't used anyway. by Michael Sevakis · 13 years ago
  66. 0dc7613 rk27xx - add support for i2s in master mode. Based on patch by Andrew Ryabinin by Marcin Bukat · 13 years ago
  67. e8e06f8 rk27xx - fix sys timer clock setup. Spotted by Andrew Ryabinin by Marcin Bukat · 13 years ago
  68. 57304d1 Make a few local functions static by Bertrik Sikken · 13 years ago
  69. 936fd54 Sansa AMSv2: set internal voltages PVDD1 and AVDD17 to the same value as the OF does. by Bertrik Sikken · 13 years ago
  70. bf056d5 Switch to SYS mode on arm FS#12322 by me by Marcin Bukat · 13 years ago
  71. 9055915 fix red by Rafaël Carré · 13 years ago
  72. b8f0b09 mpegplayer sync_audio_setting(): simplify / clarify by Rafaël Carré · 13 years ago
  73. 0aa12a9 Another fix for audio_get_buffer() on hwcodec by Thomas Martitz. by Jens Arnold · 13 years ago
  74. 889690c Fix audio_get_buffer() implementation on hwcodec, to be similar to the swcodec one. Should make hwcodec bood again. by Thomas Martitz · 13 years ago
  75. aed39db Protect the move operation of buflib against IRQs. by Thomas Martitz · 13 years ago
  76. 227c7af More de-tabification by Bertrik Sikken · 13 years ago
  77. e52600e de-tabify by Nils Wallménius · 13 years ago
  78. 9d9de73 usb: only declare usb_mmc_countdown on target which don't use the usb stack by Amaury Pouly · 13 years ago
  79. eb94b23 imx233/fuze+: declare 3d audio capability, update lang accordingly by Amaury Pouly · 13 years ago
  80. 670da39 Remove errorneous ; after "for" statement. by Thomas Jarosch · 13 years ago
  81. 000c706 libtremor: build with -O2 for cf, gives a slight speedup on high bitrate files (~1%) by Nils Wallménius · 13 years ago
  82. 1b8f81d fix warning in debug code by Nils Wallménius · 13 years ago
  83. e1ea13e libtremor: hack to work around huge allocations for the comment packet in files with embedded album art. Should fix playback of such files on targets with large codec buffers. by Nils Wallménius · 13 years ago
  84. b779fcc Fix exit/return behavior in the id3 info screen.Fixes returning immediately on touchscreen. by Thomas Martitz · 13 years ago
  85. 1195b23 sansa clipplus: add version 01.02.16 to mkamsboot as a firmware that can be patched by Bertrik Sikken · 13 years ago
  86. 2a04202 Fix touchscreen behavior in time&date screen. by Thomas Martitz · 13 years ago
  87. 5783505 Add two macros for char*-based pointer arithmetic and use it in font.c by Thomas Martitz · 13 years ago
  88. 42a33a7 Correct left-over assignment. Also remove unnecessary NULL guard. by Thomas Martitz · 13 years ago
  89. f865066 Re-order things to fix red. by Thomas Martitz · 13 years ago
  90. 0acdc87 lists: Detect dirtyness (need to reinit) for each list, instead of once globally. by Thomas Martitz · 13 years ago
  91. 40529dd Manual: Small English improvement by Alex Parker · 13 years ago
  92. 4478b25 core_alloc: Provide a tiny test allocation, which can be freed for debug purposes. by Thomas Martitz · 13 years ago
  93. 6efb3f0 Revert r30599 "Check for the magic file "/.rockbox/skin_buffer_size.txt" [...]" by Thomas Martitz · 13 years ago
  94. 8c4941e Changed #warning to a TODO comment. by Björn Stenberg · 13 years ago
  95. 725ed0a Only alloc if necessary. Patch by Jonathan Gordon. by Björn Stenberg · 13 years ago
  96. a604345 Clean up compressor setting code by Jeffrey Goode · 13 years ago
  97. b683874 Do not font_unload() failed fonts when aborting a skin load by Fred Bauer · 13 years ago
  98. 2e58d59 Make function calc_db in peakmeter.c static by Bertrik Sikken · 13 years ago
  99. 9bddc48 Remove unused function display_keylock_text by Bertrik Sikken · 13 years ago
  100. b01d8fa plugins: make local functions static for metronome, rockblox1d, wavview by Bertrik Sikken · 13 years ago