1. a5e4cc9 Document how to use tcctool in Windows, and include the appropriate .inf file for use with the libusb-win32 device driver by Dave Chapman · 17 years ago
  2. 0d8111c Split radio i2c drivers into target tree where they belong. No changes to binaries produced. by Barry Wardell · 17 years ago
  3. a677678 Fix a possible NULL pointer dereference I introduced in r15503 by making an unwise assumption. This would cause crashes on track skip in certain (very unlikely, I think) situations. by Nicolas Pennequin · 17 years ago
  4. a953e65 Remove C++ style comment. by Thom Johansen · 17 years ago
  5. d941ae2 Improved font installation instructions by Alex Parker by Nils Wallménius · 17 years ago
  6. 1730e40 Strip out a large unneeded portion of the Speex stereo decoding function, and port the rest of it to fixed point. Disable the unneeded stereo float decoding function. Correct the output buffer size and change some minor syntactic stuff in speex.c by Thom Johansen · 17 years ago
  7. ec6569e Add read_bmp_fd and make the first parameter of read_bmp_file ("filename") const. by Nicolas Pennequin · 17 years ago
  8. d3ba403 Forgot these. by Thom Johansen · 17 years ago
  9. f32b774 Remove unneeded file from SOURCES and partial SVN sync. by Thom Johansen · 17 years ago
  10. e35d7ab Small fix to Swedish lang file, by Harry Tu by Nils Wallménius · 17 years ago
  11. eaed785 Swap two messages which were the wrong way round. Thanks to Barry Wardell for spotting. by Dave Chapman · 17 years ago
  12. b9dba4f Sorry, switching back again to the "better behaved" ADX codec of r15494. by Adam Gashlin · 17 years ago
  13. e43c1ac Remove some unneeded floating point usage, port some needed floating point code to fixed point. by Thom Johansen · 17 years ago
  14. c586739 by Jonathan Gordon · 17 years ago
  15. 51afaf2 Disable another encoder only function. by Thom Johansen · 17 years ago
  16. e401360 Updated Dutch language file by Peter D'Hoye · 17 years ago
  17. 82a1f8e Add check for e200 bootloaders and also for an already-patched e200r bootloader, so we can display more useful messages to the user, instead of simply "Unknown Bootloader". Also a bit of code cleaning and whitespace insertion. by Dave Chapman · 17 years ago
  18. dc0f497 No functional change by Brandon Low · 17 years ago
  19. b50473f Fix a bug introduced by r15533 where end-of-file wouldn't be detected correctly. by Nicolas Pennequin · 17 years ago
  20. 941600f Remove nexttrack_id3 and instead use the metadata present on the buffer. by Nicolas Pennequin · 17 years ago
  21. 12d479f Store the metadata of the first unbuffered track in a static struct so that it gets displayed in the next track info while playing the last buffered track. by Nicolas Pennequin · 17 years ago
  22. 987faea only display set rating menu entry if "gather runtime data" is enabled (was removed with jdGordon's last commit). by Robert Kukla · 17 years ago
  23. ca4771b Thanks to the changes in prep_bufdata, bufgetdata can be simplified a bit. by Nicolas Pennequin · 17 years ago
  24. 551db40 Clean up a (nearly impossible) null check. Add a comment. by Brandon Low · 17 years ago
  25. 1db4243 Change in function should be nearly zero, but change to proper naming and define use and allow a more liberal limit on bufgetdata to only ensure safety of wrapping, not the strict filechunk limit that I tried to impose earlier by Brandon Low · 17 years ago
  26. da8f854 No need to have this variable for targets that don't use it by Nils Wallménius · 17 years ago
  27. 6e8ee40 Fix some bad where a handle is held across a sleep. We should probably audit this in other places as well. by Brandon Low · 17 years ago
  28. af2e9cc SPC/Coldfire: Just use msac.w instead of neg.l/mac.w. It seems fine. Must've been cache aliasing. :-) by Michael Sevakis · 17 years ago
  29. 23078a3 Fix FS#8114 remove redundant screen updating and minor code police. by Nils Wallménius · 17 years ago
  30. 6bcd830 from ffmpeg: replace FIR with finite differences. by Marcoen Hirschberg · 17 years ago
  31. 49ca667 rework the set song rating setting so it uses the standard list. also the menu item will not disappear if the rating cant actually be set like it used to (it will splash <No Info> instead... ) by Jonathan Gordon · 17 years ago
  32. f56cb7e Fix the bug where MPC files would be skipped by disabling the check of the requested size against the default filechunk size in prep_bufdata when the caller is bufread. by Nicolas Pennequin · 17 years ago
  33. f87eb60 Code police; trailing spaces mainly. by Steve Bavin · 17 years ago
  34. 9e05cc5 Add --root option to allow overriding of simulator root menu. by Steve Bavin · 17 years ago
  35. d67c293 Change oggmalloc.c to use size_t and kill a warning about type-punning. Align the size before checking out-of-mem so no overlap may occur between tmp and alloc. by Michael Sevakis · 17 years ago
  36. a50a80e Mini 2nd Gen: Almost doubled LCD update speed when not boosted (68.5->129fps @30MHz) by handling the serial LCD clock divider. by Jens Arnold · 17 years ago
  37. 57d71e4 Add some CACHEALIGN_* macros and a helper function to assist in aligning data and buffers on PortalPlayer processors to cache line boundaries. They're noops when PROC_NEED_CACHEALIGN isn't defined. Go safe and increase the value to 32 since I'm not sure yet if 16 is sufficient - changing that is a one-liner. Add helper to plugin API which will be needed shortly. by Michael Sevakis · 17 years ago
  38. 194a66e Trigger an additional battery level announcement when the level by Stéphane Doyon · 17 years ago
  39. c537760 from ffmpeg: Add decoding support for variable block size FLAC files using the latest FLAC specification. by Marcoen Hirschberg · 17 years ago
  40. 8f5b9fc Oops, BOM shouldn't have been included. Hope this removes it. :) by Magnus Holmgren · 17 years ago
  41. 8856029 Update Swedish translation, with a few minor changes to existing strings. by Magnus Holmgren · 17 years ago
  42. 1c108df Revert to old ADX codec, works around broken bacwards seek by Adam Gashlin · 17 years ago
  43. d74a8ec from ffmpeg: Add support for FLAC's new RICE2 entropy coding method. fixes 24-bit FLAC files encoded with flac-1.2.1 by Marcoen Hirschberg · 17 years ago
  44. 7685544 Updated italian translation. by Alessio Lenzi · 17 years ago
  45. 3939363 Ifdef out some more stuff we don't need. by Thom Johansen · 17 years ago
  46. 68139d7 Add myself as Speex maintainer. by Thom Johansen · 17 years ago
  47. 5cab5da fix red by Jonathan Gordon · 17 years ago
  48. c14430a compile talk.c on hwcodec sim. it wont actually talk though by Jonathan Gordon · 17 years ago
  49. 51b75d5 fix warnings by Jonathan Gordon · 17 years ago
  50. 5db6b51 Get the user timer working properly consequentially fixing doom without a hack. by Karl Kurbjun · 17 years ago
  51. 22e3d56 Accept FS#7777: Voice for the "Running Time" screen (slightly simplified). by Stéphane Doyon · 17 years ago
  52. a4f491c Add a setting to control whether or not to speak the file type (r15506). by Stéphane Doyon · 17 years ago
  53. d65f9f1 More voice for the radio: accept FS#6331. by Stéphane Doyon · 17 years ago
  54. 8024aad Accept FS#7653: Say file type. by Stéphane Doyon · 17 years ago
  55. 6f4c6ed Straighten out voicing of yesno dialogs. by Stéphane Doyon · 17 years ago
  56. fbdc0e6 Fix warning. by Nicolas Pennequin · 17 years ago
  57. 5f7d21d Fix tracks always being cleared on skip (reported by dionoea). The problem was that skipping the ID3 info from the beginning caused the offset to always be nonzero. by Nicolas Pennequin · 17 years ago
  58. c7a8663 Assembler versions of signal_mul. Decent speedup for Coldfire and small speedup for ARM. by Thom Johansen · 17 years ago
  59. 71b4099 Fix a flaw in prep_bufdata() that would lead to all kinds of problems with codecs that used bufread (MPC is one). by Nicolas Pennequin · 17 years ago
  60. d9a9801 Smaller and more correctly sized statically allocated arrays in decoder state structs. by Thom Johansen · 17 years ago
  61. 8a7c0ee Hopefully fix Ipod bootloader installation on Windows with RbUtilQt, without breaking ipodpatcher. I don't have any Ipod to test with, but the change is easy to revert. by Magnus Holmgren · 17 years ago rbutilqt_v1.0.3
  62. f590378 Exclude some unneeded LSP code. Add some #endif clarification comments here and there. by Thom Johansen · 17 years ago
  63. 3eed6fc Fix thinko in last patch, shouldn't effect current buffering clients. by Brandon Low · 17 years ago
  64. 9821cce Pull the size range checking and disk request into a separate function that both bufread and bufgetdata can use. Do better range checking to ensure that we don't get 'stuck' in the calls and warn with a logf if requests are made for which we cannot guarantee satisfaction. by Brandon Low · 17 years ago
  65. b848c68 Better behaved buffering. by Adam Gashlin · 17 years ago
  66. 55398e9 c200: Make microSD cards finally work. by Jens Arnold · 17 years ago
  67. 20a39f4 Get rid of some more inl/outl, and use the new macros for bitwise GPIO manipulation. No functional change. by Jens Arnold · 17 years ago
  68. 86b7c2b This was (probably) committed by accident, remove it. by Nicolas Pennequin · 17 years ago
  69. 7ca056d Don't yield twice in a row by Brandon Low · 17 years ago
  70. eac794d Types other than packet audio still need to yield while buffering. by Nicolas Pennequin · 17 years ago
  71. e96fe7f rbutilQt: bump version to 1.0.3 in preparation for a new release. by Dominik Wenger · 17 years ago
  72. 0c7b26d Readd yield_codec, making it check for useful data through buffer_is_low. Fixes the PCM buffer underruns. by Nicolas Pennequin · 17 years ago
  73. 287f14b This was a bad change on my part earlier. Do not immediately start buffering codecs when they are bufopened by Brandon Low · 17 years ago
  74. 405380e Don't keep resetting to default watermark during buffering, only do it once at play start by Brandon Low · 17 years ago
  75. aef008b Set all track handles to -1 on audio init to avoid calling bufclose(0) on all of them on the first playback stop. This also revealed a bug in audio_release_tracks where it wouldn't release all the tracks because the wrong #define value was used. by Nicolas Pennequin · 17 years ago
  76. 6631e36 Fix some logf warnings. by Nicolas Pennequin · 17 years ago
  77. b46175c Don't if this, it's a good idea for codecs to explicit seek by Brandon Low · 17 years ago
  78. 3f69930 Fix mp3 resume by Brandon Low · 17 years ago
  79. 86830b6 Create two separate ways for a handle buffer request to be sent. One is when the buffer has gotten low, in this case, we want to start a buffer fill. The other is when the buffer itself requests a buffer as part of a running fill. Obviously this is not a new fill start by Brandon Low · 17 years ago
  80. 76f9bfa When seeking foward off of the buffer, if it is a short seek don't rebuffer the whole track, just read enough to satisfy by Brandon Low · 17 years ago
  81. 3379440 Remove conf_filechunk, it should never have been a setting and its implementation doesn't do what it claims any way by Brandon Low · 17 years ago
  82. 03dd35d Get rid of some more inl/outl. 0x70000084 seems to be GPO32_ENABLE. by Barry Wardell · 17 years ago
  83. 4ef3e82 Fix red. by Barry Wardell · 17 years ago
  84. 1df1e7b Remove unused conf_preseek from buffering.c and all of its accountraments. This is _not_ a setting. This is a guessing tool used by either playback or buffering to serve its clients better. Use the REBUFFER_GUESS size in resume to help obviate pondlife's bug. This will also need to be used when FS8092 gets fixed correctly with a complete rebuffer for backward movements. It may also belong in buffering not playback, haven't decided for sure by Brandon Low · 17 years ago
  85. 2d95fd5 Get rid of some more inl/outl and use the new GPO32 define instead. by Barry Wardell · 17 years ago
  86. 560515f Minor improvement in responsiveness to buffer_handle calls by Brandon Low · 17 years ago
  87. 555a764 logging improvements by Brandon Low · 17 years ago
  88. cd5d950 Add missing descriptions for display settings, mirror various HAVE_* defines in the platform files and let the display settings be included based on those, lots of minor tweaks by Nils Wallménius · 17 years ago
  89. 91bacf3 Get rid of a couple of inl/outl since we have defines. Also use some other defines in place of magic values. by Barry Wardell · 17 years ago
  90. 91ccc01 fix FS#7288 - pad the title of the scrolling settings so they actually scroll by Jonathan Gordon · 17 years ago
  91. f29c4cc e200/c200: Take advantage of mutex recursion for the tuner driver and dump the awkward *_nolock stuff. by Michael Sevakis · 17 years ago
  92. bdfe87c MIDI: Make seeking neater by moving it into another file. Will be more useful later. by Stepan Moskovchenko · 17 years ago
  93. 47eb569 SHould fix FS#8074, is more better regardless though by Brandon Low · 17 years ago
  94. d02b5c7 Don't keep useless id3v2 or other leading tag data on the buffer, it could be large by Brandon Low · 17 years ago
  95. 6be390f make initialisation of buffer/unbuffer call backs consistent with FS#6639 by Robert Kukla · 17 years ago
  96. ca1b920 Fix for FS#8082: by Robert Kukla · 17 years ago
  97. 31c1164 make handle_id of zero valid, stop using memsets to clear tracks, should be no functional changes by Brandon Low · 17 years ago
  98. 66f0cb2 FS#7232 - Fix some inconsistencies within the Sansa keymap. Makes it by Paul Louden · 17 years ago
  99. 6fb4c53 The GPIO interrupts are split into several port groups on all PP502x versions, so move those definitions into pp5020.h, and add the missing group. Make microSD hotswap detection work on Sansa c200. Note that microSD access itself does not work yet. by Jens Arnold · 17 years ago
  100. 04d0e3b fix talking simplelists which I broke yesterday. dont talk if the list is being redrawn because get_action() timed out. by Jonathan Gordon · 17 years ago