1. d5342fd pdbox: Added Sansa e200 to supported devices. by Wincent Balin · 15 years ago
  2. 53425ad pdbox: Added different sampling rates based on hardware capabilities. by Wincent Balin · 15 years ago
  3. 3982f1e Simulator: build recording code by Rafaël Carré · 15 years ago
  4. 4acfdbc chessbox: fix 'i = i++', based on gnuchess4.0-pl80 by Rafaël Carré · 15 years ago
  5. a902adf Include 16-Adobe-Helvetica.fnt on targets with LCD_HEIGHT <= 400 (Ondas) as default font to make Cabbiev2 look as intended. by Marianne Arnold · 15 years ago
  6. 64276fc Add -lm to pdbox sim build by Frank Gevaerts · 15 years ago
  7. b8286d4 Move -Wl,-z,defs to GLOBAL_LDOPTS (instead of GCCOPTS), to avoid noise in older gcc output when not linking by Frank Gevaerts · 15 years ago
  8. a89fea6 We already build with -fomit-frame-pointer so there's no need to specify that again. by Nils Wallménius · 15 years ago
  9. 33df565 Commit FS#7831. Corrects our flac decoder to not reject files that have samplecount set to 0. by Michael Giacomelli · 15 years ago
  10. 2cdf332 text viewer: for tv_action and tv_bookmark, the prototype of the initializer is the same arguments as other modules. by Yoshihisa Uchida · 15 years ago
  11. 91ed5bd HD200 - rework keymap by Marcin Bukat · 15 years ago
  12. 426f4c1 text viewer: fixed garbage data are not stored in the setting file. by Yoshihisa Uchida · 15 years ago
  13. 1e5327e Fix red. by Andree Buschmann · 15 years ago
  14. bcbe317 r27225 broke AAC HE profile decoding due to missing check for buffersize. Introduce a check of needed buffersize and decide whether to use a static buffer from IRAM or faad's internal allocation routines. by Andree Buschmann · 15 years ago
  15. 5633ece Remove false comment. by Andree Buschmann · 15 years ago
  16. c794c1f Fix red and yellow. Needed to remove one codebook from IRAM due to full IRAM on iPod4G. by Andree Buschmann · 15 years ago
  17. 52f17df Submit FS#11445. Speed up of faad (aac) decoder via several optimizations like refactoring some requantization routines, moving several arrays and code tables to IRAM, using an optimized swap32() function and inlining several huffman decoder functions. Decoding is sped up by ~10% (PP5002, PP5022, MCF5249) and ~22% (MCF5250). by Andree Buschmann · 15 years ago
  18. 01f91ed Factor out sane code list bisection code and use instead of insane code, clean up some tests for readability's sake. Gives a small speedup on h300 (coldfire, 0.1-0.6MHz) and a tiny speedup on gigabeat s (armv6 0.1-0.2MHz), no real difference on PP. by Nils Wallménius · 15 years ago
  19. a64fa10 mp3 encoder (codec): left and right channels were inverted in mono by Rafaël Carré · 15 years ago
  20. ffe8cec metronome: fix issue that backlight doesn't turn off. by Teruaki Kawashima · 15 years ago
  21. 18accff open Pictureflow -> öffne Pictureflow by Tobias Diedrich · 15 years ago
  22. c898261 Added some missing german translations by Tobias Diedrich · 15 years ago
  23. f06f654 text editor: use plugin_get_buffer() to allocate buffer. if size of the file is bigger than the buffer, use the audio buffer. by Teruaki Kawashima · 15 years ago
  24. ea09608 text viewer: by Yoshihisa Uchida · 15 years ago
  25. 7da040b encoders are not built in sim builds by Rafaël Carré · 15 years ago
  26. ceab0b0 PacBox: Premultiply sound prom data on load rather than during emulation. Use 16-bit data for 'raw' output instead of int. by Michael Sevakis · 15 years ago
  27. 2cfa7ba Fix r27202 red. MCF5249 plugin IRAM is already very occupied. by Michael Sevakis · 15 years ago
  28. cf73340 Enable game sounds in PacBox. Sound is OFF by default but can be enabled from the menu. Enable a function for SWCODEC in the middle of the plugin API, so plugins must be made incompatible (full update). by Michael Sevakis · 15 years ago
  29. 94aa0d7 Change "features" and "genlang-features" targets to no longer use multiple targets in one rule. by Frank Gevaerts · 15 years ago
  30. 6fa312b text viewer: the display of the statusbar is synchronized actual battery, time, etc. and deletes unnecessary lcd_set_backdrop(). by Yoshihisa Uchida · 15 years ago
  31. 5565a28 Remove some redundant #include's by Bertrik Sikken · 15 years ago
  32. 8056313 Fuze: USB HID keymap copy/pasted from e200 by Rafaël Carré · 15 years ago
  33. 7c716d6 Clean up a leftover preprocessor symbol and improve the workaround for the 'arm-elf and static functions in iram' quirk so it doesn't affect builds with eabi toolchain (only affects nano2g). by Nils Wallménius · 15 years ago
  34. 5af120f some improvements for simple viewer. by Teruaki Kawashima · 15 years ago
  35. 470226d text viewer: some members of preferences change to bool. And simplify menu setting functions. by Yoshihisa Uchida · 15 years ago
  36. 25f44c2 text viewer: move and delete #include. by Yoshihisa Uchida · 15 years ago
  37. 07d0372 text_viewer: callback functions are changed to the function that returns int value. by Yoshihisa Uchida · 15 years ago
  38. 7195f3a r27159 broke mpegplayer but not the mpa codec because its libmad init wasn't also updated to be compatible with the changes. Fix that. by Michael Sevakis · 15 years ago
  39. cf6554d text viewer: tv_window doesn't depend on the layout of the text viewer. by Yoshihisa Uchida · 15 years ago
  40. df238bc Remove unneeded libmad files from build. by Andree Buschmann · 15 years ago
  41. c6ced1c Comment further unused code in libmad. by Andree Buschmann · 15 years ago
  42. 4c026f0 Comment unused code in libmad. Clean up initialization and memset'ing of decoder arrays. by Andree Buschmann · 15 years ago
  43. 99517d6 Fix inline asm argument. Shouldn't have much impact in practice but might save a load if gcc is clever. by Nils Wallménius · 15 years ago
  44. 1a3b93c FS#10925 by myself: add touchscreen support for virtual keyboard. by Teruaki Kawashima · 15 years ago
  45. 668914b fix yellow. by Yoshihisa Uchida · 15 years ago
  46. b5a2685 text viewer: display functions more changes. by Yoshihisa Uchida · 15 years ago
  47. 96233f9 Refacture libmad's synthesis filter via macro usage. Comment unused special synthesis filter for half bandwidth. by Andree Buschmann · 15 years ago
  48. 1ed3aba text viewer: simplify display functions. by Yoshihisa Uchida · 15 years ago
  49. a30c5a0 Correct spelling in the lrcviewer plugin. UK English please! by Alex Parker · 15 years ago
  50. c72d1a6 fix red. by Yoshihisa Uchida · 15 years ago
  51. 17383c2 text viewer: some modify text viewer's layout and preferences. by Yoshihisa Uchida · 15 years ago
  52. b15a523 e200v1/c200v1: Implement limited samplerate switching. Rates 24kHz and below are being a bear as far as minor crackling at higher amplitude-- leave them out for the time being since no solution is currently evident. 48, 44, 32 (rec rates 24, 22, 16) seem perfectly fine. I'm betting c200 is ok to include because it uses the same setup as e200. by Michael Sevakis · 15 years ago
  53. ac622c6 text viewer: reworks screen access logics and some bugs fix. by Yoshihisa Uchida · 15 years ago
  54. d7ee0fe Housekeeping. Comment musepack code seqments unused in rockbox. by Andree Buschmann · 15 years ago
  55. 5da84ec I somehow messed up the previous commit, undo the unrelated changes. by Maurus Cuelenaere · 15 years ago
  56. 3f48385 Fix touchscreen scrollbar behaviour when it's on the right. by Maurus Cuelenaere · 15 years ago
  57. 7e37fa9 text_viewer: rename preference values. by Yoshihisa Uchida · 15 years ago
  58. 8f28c04 Build doom on clipv2 and clip+ by Rafaël Carré · 15 years ago
  59. 139a421 fuze: make sure down exits the FM screen, and nothing else by Rafaël Carré · 15 years ago
  60. 59fd2b2 FS#11399 by me: fix r26998 for text_viewer by Rafaël Carré · 15 years ago
  61. fc1fab4 Clean up comments. by Andree Buschmann · 15 years ago
  62. f101c8a r27028 again.. properly close font fd's and reload the skins on usb exit (disk should be spinning so hopefully not disastrous!) by Jonathan Gordon · 15 years ago
  63. 2494afc playback.c: don't assume cacheline size is 16 bytes by Rafaël Carré · 15 years ago
  64. 6281d8e revert r27027,27028, 27071 - need to find a correct way to close font fd's. 27027 caused data aborts, 27028 caused multifont issues after returning from usb by Jonathan Gordon · 15 years ago
  65. c5f2482 Convert plasma to use pluginlib actions. by Thomas Martitz · 15 years ago
  66. 5c50021 test_codec: allocate wavbuffer/dspbuffer dynamically by Rafaël Carré · 15 years ago
  67. 7aee791 test_codec: remove 2 static string buffers and put them on the stack by Rafaël Carré · 15 years ago
  68. 7dae58d fix charcell by Jonathan Gordon · 15 years ago
  69. 7de980c fiddle with the code a bit so gcc doesnt optimise out a struct viewport causeing crashes in text_viewer by Jonathan Gordon · 15 years ago
  70. 34aac0e test_codec: fix DEBUGF pointer format specifier by Rafaël Carré · 15 years ago
  71. 6d921cb FS#11427 by Marek Salaba: Update of Czech language by Michael Chicoine · 15 years ago
  72. f86ee55 Fix charcell red. by Michael Sparmann · 15 years ago
  73. 286ed6f Unload fonts when entering UMS mode to close their file handles. Closes FS#11428 by Michael Sparmann · 15 years ago
  74. a3541c0 Disable unneeded parts of mpc's file-I/O interface. by Andree Buschmann · 15 years ago
  75. 4e26db3 I shouldn't have touched backlight.c at all :\ Also fix the yellow in peakmeter.c by Thomas Martitz · 15 years ago
  76. 6370105 Fix yellows and reds (one was a type, the other was rather incorrect before already) by Thomas Martitz · 15 years ago
  77. 35e8b14 Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). by Thomas Martitz · 15 years ago
  78. 9e5846e Fix include file by Frank Gevaerts · 15 years ago
  79. 3c78cb3 Remove plugin-specific defines from the pdbox makefile, and add them to m_pd.h, which is the global pdbox header. This makes sure that the defines are set during depency generation so dependencies are correct. by Frank Gevaerts · 15 years ago
  80. 49dac9a Make the title area go up one level in the lists again. This Doesnt work if you have the title in a seperate viewport in the sbs, but that isnt really a problem because if you are doing that there is a good chance you will setup a region for that press anyway by Jonathan Gordon · 15 years ago
  81. ec7937b close the viewers.config file fd by Jonathan Gordon · 15 years ago
  82. adc9cb1 Allow the progressbar and volume touch regions to be reverse by prepending them with ! (so full is the left/top instead of right/bottom) by Jonathan Gordon · 15 years ago
  83. e481e88 Add a patch file in libwmapro to make it easier to add the library and the decoder to the main build and modify README.rockbox accordingly. by Mohamed Tarek · 15 years ago
  84. 9092f7a Don't leak a file handle if nvram.bin is <8 bytes in size by Michael Sparmann · 15 years ago
  85. 8eeec17 Remove the stubbed main() from wmaprodec.c since it's useless now and remove Makefile for the same reason. by Mohamed Tarek · 15 years ago
  86. c201772 Fix the hotkey touch region in the wps by Jonathan Gordon · 15 years ago
  87. e576315 Fix reds. (Actually removed wmapro from main build, which was added in a previous commit) by Mohamed Tarek · 15 years ago
  88. 816fca8 Wrote apps/codecs/wmapro.c and modified libwmapro to make the codec work in the sim. Neither libwmapro nor wmapro.c have been added to the main build yet, codecs.make should be edited to compile both with rockbox. by Mohamed Tarek · 15 years ago
  89. a398c28 Touchregion support for the Base Skin and FM Skins. display obviously needs to be in stylus mode for this to work. Just about all screens should be mostly useable if your sbs has the next/prev/select/cancel/menu regions defined. by Jonathan Gordon · 15 years ago
  90. a2ab719 debug menu: avoid using constant variables in array initialization by Rafaël Carré · 15 years ago
  91. 298316d text_viewer: cleanup & bugfix by Rafaël Carré · 15 years ago
  92. 2f67cdc Make unnecessarily static local variables non-static. It's more efficient, and it also fixes the weird lines with EABI on ARM7TDMI, although it doesn't explain them. by Jens Arnold · 15 years ago
  93. 8a79817 woops, this chaneg too by Jonathan Gordon · 15 years ago
  94. eada090 fix ffwd/rewind on touchscreen targets using regions by Jonathan Gordon · 15 years ago
  95. dc8af75 Fix FS#11416. Resuming mpc was broken since r26032 due to false assumption of amount of buffered data. by Andree Buschmann · 15 years ago
  96. c2f41ff FS#11418 by Peter Lecky: Slovak language update by Michael Chicoine · 15 years ago
  97. 694bc2a0 minesweeper: bugfixes / code improvements by Rafaël Carré · 15 years ago
  98. cefd185 ACTION_FM_QUICKSCREEN is unused by Rafaël Carré · 15 years ago
  99. b6a1ac9 clip recording keymap changes, thanks to dfkt by Rafaël Carré · 15 years ago
  100. 7eee938 radio keymap: enable fuze/clip buttons by Rafaël Carré · 15 years ago