1. 030dce6 Fix previous by Michael Giacomelli · 17 years ago
  2. f5114da Move MDCT reconstruction window code over to new trig function. Improves accuracy significantly and slightly reduces code size. Codec SNR now appears to be limited by truncation to 16 bit. Comparison to MS decoder gives > 91 dB of agreement, and a lower RMS error verses the source wav then MS. Additionally, move one commonly accessed table into IRAM. by Michael Giacomelli · 17 years ago
  3. 68d70b3 Turn on backlight when test_codec speed test is finished by Nils Wallménius · 17 years ago
  4. 1cf80c3 Improved clock estimation in debug menu. by Jens Arnold · 17 years ago
  5. c643718 Stop the crashes on some PP5022C targets (iPod Video, perhaps also Nano) introduced by the recent clock setup changes. Looks like some revisions of the chip don't reset the PLL_locked bit immediately after PLL setup. by Jens Arnold · 17 years ago
  6. 68f975b e200: Better power_off to lock the system down while waiting for PMU to cut power. by Michael Sevakis · 17 years ago
  7. 276ff3b Copy current track path as a string, not a slightly-oversized block. by Steve Bavin · 17 years ago
  8. 77789f0 Gigabeat: oops, forgot to set correct timer prescaler limit. by Michael Sevakis · 17 years ago
  9. 4ae87c8 Gigabeat: Add timer functionality. Rework tick timer setup to be exactly 100Hz. Metronome should work now but some pcm changes are needed to have faster tocks work correctly (in the works). by Michael Sevakis · 17 years ago
  10. cbed7a2 Fix problem where follow playlist picks the next track, not the current one (FS#7244). Hopefully also fixes the wrong filename being displayed on the WPS (FS#7248). by Steve Bavin · 17 years ago
  11. 2f1da8d Merged in first part of ffmpeg accuracy improvments. No change on my samples, but brings us closer to ffmpeg's source and clears the way for additional bug fixes. by Michael Giacomelli · 17 years ago
  12. e047371 Merged in ffmpeg combined MDCT reconstruction. Saves us a 16KB buffer, and gives a nice speed increase. Brings code much closer to ffmpeg's. by Michael Giacomelli · 17 years ago
  13. 16b67e5 Make sure statusbar is updated when time changes. Fixes FS #7388. Moved time variable around and added init of info struct. by Peter D'Hoye · 17 years ago
  14. 9b20dfd rbuti: fix the same false error message, when uninstalling the ipod bootloader by Dominik Wenger · 17 years ago
  15. 96e8a1b Increase filetypes array a bit more to give headroom... by Peter D'Hoye · 17 years ago
  16. cc1c237 Give credit to the chip8 developer(s) and the contributor who ported it by Peter D'Hoye · 17 years ago
  17. 83d04f8 rbutil: fix false error message when installing ipod bootloader by Dominik Wenger · 17 years ago
  18. e3d7c5c Fix a (minor) disk corruption when moving directories around. Fixes FS #7359 by Peter D'Hoye · 17 years ago
  19. b0ce5ad add reversi sources to tarball. by Dominik Riebeling · 17 years ago
  20. 7785d69 Temporary fix for FS#7257 and FS#7261 - playback resumes while paused when seeking by Robert Keevil · 17 years ago
  21. 391e944 Get rid of yellow plus an optimization I should have seen in the first place. by Michael Sevakis · 17 years ago
  22. 6f36bf4 Oops...that wasn't suppose to get left there. :P by Michael Sevakis · 17 years ago
  23. 60efd38 Gigabeat: Use vectored IRQ mode interrupts and add a trap for unhandled ones. by Michael Sevakis · 17 years ago
  24. 21b90e3 Ooops by Dave Chapman · 17 years ago
  25. b081b94d Add tag parsing to the ASF metadata parser. TODO: 1) Stress test to ensure it deals correctly with very long tags and the id3v2/v2 buffers becoming full. 2) Review the entire parser and attempt to reduce the binary size. by Dave Chapman · 17 years ago
  26. 9b96d666 Yet more dead code removal by Dave Chapman · 17 years ago
  27. ba3f4ed Remove some unused code by Dave Chapman · 17 years ago
  28. e7cdd6c Assemblerised CMUL() for ARM, giving ~20% speedup. by Jens Arnold · 17 years ago
  29. fe8ae10 Attempt #2 by Michael Giacomelli · 17 years ago
  30. 51b3bbb Opps fix static ASM function on coldfire by Michael Giacomelli · 17 years ago
  31. a16d0f3 Code clean up: Move fixed point functions into their own files. Move various lookup tables into header files. by Michael Giacomelli · 17 years ago
  32. 5717a0a Shorten the coldfire fixmul32() by 2 instructions and use one register less. Smaller code, but practically no speed change. by Jens Arnold · 17 years ago
  33. c7c21ae Remove tabs (I wonder why Anjuta decided to insert them there) by Peter D'Hoye · 17 years ago
  34. 11b559a Use splashes for errors in the properties plugin by Peter D'Hoye · 17 years ago
  35. 76855f0 File/Dir properties should at least print an error message when something goes wrong by Peter D'Hoye · 17 years ago
  36. 4aeab55 Replace some 64 bit multiplies with assembly on Coldfire targets. Codec lots closer to realtime on those targets now. by Thom Johansen · 17 years ago
  37. 9337efd Accept FS #7303 by Christoph Reiter: add context menu to FM radio entry in main menu. Also changes a small naming inconsistency. by Peter D'Hoye · 17 years ago
  38. 98d4e09 Increase filetypes array to make room for our latest supported audioformat by Peter D'Hoye · 17 years ago
  39. c09fcc4 Fix serious bug in FAT filename check, preventing most files from being created (if they contain a '.', no less). Also allow a few more chars in the long filename and make the code a bit smaller (as in FS #6358). by Magnus Holmgren · 17 years ago
  40. d4a9713 Updated Italian translation (FS#7389) by Jonathan Gordon · 17 years ago
  41. 1419347 The WMA decoder crashes when attempting to decode files encoded at less than 32kbps, so reject them at the metadata parsing stage. Current SVN ffmpeg can decode these files, so hopefully this can be fixed. by Dave Chapman · 17 years ago
  42. 48304ce Add .wmv and .asf as supported filetypes for the WMA codec by Dave Chapman · 17 years ago
  43. 92718a8 Oops, this change shouldn't have been committed by Dave Chapman · 17 years ago
  44. 9cb40ea WMA clean-up commit - fix 64-bit sim warnings, set svn keywords property, and add new files to apps/FILES by Dave Chapman · 17 years ago
  45. fe163c5 Proper filename checking in the FAT driver (FS#7222 and FS#6358) by Jonathan Gordon · 17 years ago
  46. c728247 Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's fixed-point and malloc-less WMA decoder (based on the ffmpeg WMA decoder from early 2006, and also building on the work started by Paul Jones). The codec itself and the ASF parsing code were written by me, inspired by the ASF parser in libasf. Current performance is around 400% realtime on gigabeat, 100% realtime on PP and 20% realtime on Coldfire. by Dave Chapman · 17 years ago
  47. 2ca895b Fix FS#7387 - trying to go into the file browser when the last folder was on the MMC/mSD card (which was removed) would go into an infinite loop. by Jonathan Gordon · 17 years ago
  48. 7b861ec More PP502x clock setup rework. This should fix the freezes on PP5020 once and for all. Enabled clock scaling for H10. * CPUFREQ_MAX changed to 78MHz * To be cleaned up soon. by Jens Arnold · 17 years ago
  49. ede3731 Remove useless #ifdef, specify maximum field width for strings in the snprintf() call by Nils Wallménius · 17 years ago
  50. 7d5deaa H1x0: Increase delay during button reads. Hopefully fixes the scroll down problem (see forum thread 11081.0). by Magnus Holmgren · 17 years ago
  51. 473c191 Ooops. by Jens Arnold · 17 years ago
  52. fe23dc8 Improved CPU clock setup for PP502x. PP5020 and PP5022 are not register compatible here, so define the PP5022 targets properly, and introduce a CPU_PP502x macro for easier family check. Improves stability on PP5020 (less freezing, tested with Mini G1) and reduces clock change penalty (500us on PP5020; uses the relock bit on PP5022). by Jens Arnold · 17 years ago
  53. 36de1a4 Gra, i really need to get some sleep. by Antoine Cellerier · 17 years ago
  54. a1c3b98 Add repeat for the alt buttons too. by Antoine Cellerier · 17 years ago
  55. 68ddbc0 Oops. by Antoine Cellerier · 17 years ago
  56. abf9232 control imporvements for iPod by DerPapst. by Antoine Cellerier · 17 years ago
  57. cd82964 Make sure that reversi doesn't enter an infinite loop when using 1 or 2 AIs. by Antoine Cellerier · 17 years ago
  58. 58f97f5 Really implement the simple strategy from hinversi. by Antoine Cellerier · 17 years ago
  59. 932b20e Vorbis: Apply various bugfixes from upstream Tremor. by Magnus Holmgren · 17 years ago
  60. 9af4289 Implement 2 simple AIs for reversi: by Antoine Cellerier · 17 years ago
  61. e76e138 move handling of shared manuals (like h100 series) to a new setting in rbutil.ini instead of a hardcoded list. by Dominik Riebeling · 17 years ago
  62. 2e80610 "Set Time/Date" screen. by Nils Wallménius · 17 years ago
  63. 6fa9d4d Rename playback.text to the less confusing name browsing_and_playing.tex (as that is the name of the chapter) by Nils Wallménius · 17 years ago
  64. fdafa29 Include virtual keyboard button table in sansa manuals by Nils Wallménius · 17 years ago
  65. 78f9a1e include everything in the docs dir in tarballs by Nils Wallménius · 17 years ago
  66. bccdc00 Starfield background should be black (this code from r11605 didn't make it past r13075). by Antoine Cellerier · 17 years ago
  67. 899feca Oops. Should fix compilation errors / warnings. by Antoine Cellerier · 17 years ago
  68. 86437ae Add possibility to use colors in starfield plugin using Play/Select. Based on idea by Nathan Hand in FS #2834. by Antoine Cellerier · 17 years ago
  69. fd6a927 Fix X5/M5 compilation. by Antoine Cellerier · 17 years ago
  70. b4b34f0 FS #6509 - "Plugin for playing reversi game" by Alexander Levin + changes by me to make it compile due to the menu api change and compile for e200. by Antoine Cellerier · 17 years ago
  71. 9789acc Fix yellow by Nils Wallménius · 17 years ago
  72. df155c8 Change unsigned long to uint32_t and long to int32_t to fix a crash in by Nils Wallménius · 17 years ago
  73. 6cfb906 include the re-renamed sokoban.levels file in FILES by Nils Wallménius · 17 years ago
  74. 1167e3c Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with some tweaks. All testers have given the green light. (Now for the RED ?? ;). by Michael Sevakis · 17 years ago
  75. 189a5f8 Attempt red build fix. (/me crosses fingers) by Antoine Cellerier · 17 years ago
  76. 0cbb4cd Should fix X5/M5 compile errors. by Antoine Cellerier · 17 years ago
  77. ec7252c Some more sokoban changes from Sean Morrisey's FS #6702. (includes moving the default level file back to the previous filename) by Antoine Cellerier · 17 years ago
  78. 4e7b760 propset svn:keywords Id by Antoine Cellerier · 17 years ago
  79. b046b79 FS #6616 - "rocklife: Conway's Game of Life" by Matthias Wientapper. by Antoine Cellerier · 17 years ago
  80. cf089d3 * FS #7373 - Maze: Button changes for iPods * Use black as foreground color by Antoine Cellerier · 17 years ago
  81. da5910e Shutdown and powermanagement cleanup: * Use the proper function for determining whether the battery level is safe, and get rid of the extra one. Low battery warning now appears at 10% or less. * Don't delay shutdown artificially by 3 seconds due to low/critical battery warning. * Shutdown at critical battery level: Skip all disk-hitting housekeeping, make sure dircache stops, and don't mark disk as clean in eeprom. by Jens Arnold · 17 years ago
  82. 63c266e Now automatically patches gcc-3.4.6 when built on x86_64. (FS#6564) by Björn Stenberg · 17 years ago
  83. fef4633 FS #6636 - "Maze generator plugin" by Matthias Wientapper. by Antoine Cellerier · 17 years ago
  84. f91d06d Apply FS #6702: More Sokoban Improvements. by Antoine Cellerier · 17 years ago
  85. 7a11082 FS#7361 by Rhino Tanga: Move the id3 tag buffer size into a #define by Nicolas Pennequin · 17 years ago
  86. 3f95ea5 Make the time in the statusbar always display --:-- when the RTC isn't set by Nicolas Pennequin · 17 years ago
  87. 0350bf2 rbutil: fix segfault if there is no rbutil.ini. It terminates now nicely. by Dominik Wenger · 17 years ago
  88. 34b0ca4 Add a missing install: label - thanks to Bryan Childs for spotting by Dave Chapman · 17 years ago
  89. a1eb162 make htlatex use the name element for anchors instead of id. by Dominik Riebeling · 17 years ago
  90. 070417d Forget all the nonsense with C delay loops. 'volatile' on the variable makes bloated code and a volatile, blank asm block inside may or may not be optimized out. Use asm delay loops instead for Coldfire. Radio i2c driver also needs NACK after reading last tuner byte. Get the volatile off the Ondio loops (not needed here now). Maybe this is straightened out now. by Michael Sevakis · 17 years ago
  91. 1092268 Woops. Forgot to remove the param to fmradio_i2c_ack. It was always called with 0 for a parameter anyway. by Michael Sevakis · 17 years ago
  92. 9614612 Bit banged TEA5767 i2c driver was broken by -Os because delay loops were optimized away. Last byte was being acked when reading so fix that too. Calling all developers: seek out any C delay loops and make sure they're volatile. by Michael Sevakis · 17 years ago
  93. 126d81e Fix up the ACK generation in the Coldfire i2c driver. by Michael Sevakis · 17 years ago
  94. fcd3a49 attempt to fix -u by Daniel Stenberg · 17 years ago
  95. 7fb0f71 Gigabeat: Replace generic i2c driver with one that uses the CPU's builtin controller. Add some clocking registers to 'View I/O ports'. by Michael Sevakis · 17 years ago
  96. 13de658 If setting a bool, tell the settings code it is bool, not int. Fixes FS #7205 by Peter D'Hoye · 17 years ago
  97. e50cba9 Give recording related menu entries a recording icon (settings and radio menus). FS #7302 with small addition by me. by Peter D'Hoye · 17 years ago
  98. e9baf60 Fix sim errors. Every extra byte feels guilt-free. ;) by Michael Sevakis · 17 years ago
  99. 74aabc8 Make the '%mh' wps tag (to indicate keylock status) available on the Archos targets as well. by Marianne Arnold · 17 years ago
  100. 6bba70b current_tick really does need to be volatile since gcc can optimize away checking the value otherwise - found out the hard way. :) by Michael Sevakis · 17 years ago