- 0fd4c2e Rearrange logic in the synthVoice loop to do less tests and remove need of a struct member for a small speedup, move some memory lookups out of the loop for a small speedup, further cosmetic changes to the synthVoice function. Change isUsed to a bool for clearer logic and also a tiny speedup by Nils Wallménius · 17 years ago
- d185f9e Fix the Gigabeat red and move it's hw specific code into the target tree by Karl Kurbjun · 17 years ago
- 0082da7 Add some forgotten files by Karl Kurbjun · 17 years ago
- d3c0a7f Change the way the UART recieves data and how buttons pressed are processed. Also move some of the debug menu into the target tree and allow rockblox to build when the screen is rotated. by Karl Kurbjun · 17 years ago
- 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
- 0d8111c Split radio i2c drivers into target tree where they belong. No changes to binaries produced. by Barry Wardell · 17 years ago
- 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
- a953e65 Remove C++ style comment. by Thom Johansen · 17 years ago
- d941ae2 Improved font installation instructions by Alex Parker by Nils Wallménius · 17 years ago
- 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
- ec6569e Add read_bmp_fd and make the first parameter of read_bmp_file ("filename") const. by Nicolas Pennequin · 17 years ago
- d3ba403 Forgot these. by Thom Johansen · 17 years ago
- f32b774 Remove unneeded file from SOURCES and partial SVN sync. by Thom Johansen · 17 years ago
- e35d7ab Small fix to Swedish lang file, by Harry Tu by Nils Wallménius · 17 years ago
- eaed785 Swap two messages which were the wrong way round. Thanks to Barry Wardell for spotting. by Dave Chapman · 17 years ago
- b9dba4f Sorry, switching back again to the "better behaved" ADX codec of r15494. by Adam Gashlin · 17 years ago
- e43c1ac Remove some unneeded floating point usage, port some needed floating point code to fixed point. by Thom Johansen · 17 years ago
- c586739 by Jonathan Gordon · 17 years ago
- 51afaf2 Disable another encoder only function. by Thom Johansen · 17 years ago
- e401360 Updated Dutch language file by Peter D'Hoye · 17 years ago
- 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
- dc0f497 No functional change by Brandon Low · 17 years ago
- b50473f Fix a bug introduced by r15533 where end-of-file wouldn't be detected correctly. by Nicolas Pennequin · 17 years ago
- 941600f Remove nexttrack_id3 and instead use the metadata present on the buffer. by Nicolas Pennequin · 17 years ago
- 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
- 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
- ca4771b Thanks to the changes in prep_bufdata, bufgetdata can be simplified a bit. by Nicolas Pennequin · 17 years ago
- 551db40 Clean up a (nearly impossible) null check. Add a comment. by Brandon Low · 17 years ago
- 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
- da8f854 No need to have this variable for targets that don't use it by Nils Wallménius · 17 years ago
- 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
- 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
- 23078a3 Fix FS#8114 remove redundant screen updating and minor code police. by Nils Wallménius · 17 years ago
- 6bcd830 from ffmpeg: replace FIR with finite differences. by Marcoen Hirschberg · 17 years ago
- 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
- 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
- f87eb60 Code police; trailing spaces mainly. by Steve Bavin · 17 years ago
- 9e05cc5 Add --root option to allow overriding of simulator root menu. by Steve Bavin · 17 years ago
- 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
- 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
- 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
- 194a66e Trigger an additional battery level announcement when the level by Stéphane Doyon · 17 years ago
- c537760 from ffmpeg: Add decoding support for variable block size FLAC files using the latest FLAC specification. by Marcoen Hirschberg · 17 years ago
- 8f5b9fc Oops, BOM shouldn't have been included. Hope this removes it. :) by Magnus Holmgren · 17 years ago
- 8856029 Update Swedish translation, with a few minor changes to existing strings. by Magnus Holmgren · 17 years ago
- 1c108df Revert to old ADX codec, works around broken bacwards seek by Adam Gashlin · 17 years ago
- 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
- 7685544 Updated italian translation. by Alessio Lenzi · 17 years ago
- 3939363 Ifdef out some more stuff we don't need. by Thom Johansen · 17 years ago
- 68139d7 Add myself as Speex maintainer. by Thom Johansen · 17 years ago
- 5cab5da fix red by Jonathan Gordon · 17 years ago
- c14430a compile talk.c on hwcodec sim. it wont actually talk though by Jonathan Gordon · 17 years ago
- 51b75d5 fix warnings by Jonathan Gordon · 17 years ago
- 5db6b51 Get the user timer working properly consequentially fixing doom without a hack. by Karl Kurbjun · 17 years ago
- 22e3d56 Accept FS#7777: Voice for the "Running Time" screen (slightly simplified). by Stéphane Doyon · 17 years ago
- a4f491c Add a setting to control whether or not to speak the file type (r15506). by Stéphane Doyon · 17 years ago
- d65f9f1 More voice for the radio: accept FS#6331. by Stéphane Doyon · 17 years ago
- 8024aad Accept FS#7653: Say file type. by Stéphane Doyon · 17 years ago
- 6f4c6ed Straighten out voicing of yesno dialogs. by Stéphane Doyon · 17 years ago
- fbdc0e6 Fix warning. by Nicolas Pennequin · 17 years ago
- 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
- c7a8663 Assembler versions of signal_mul. Decent speedup for Coldfire and small speedup for ARM. by Thom Johansen · 17 years ago
- 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
- d9a9801 Smaller and more correctly sized statically allocated arrays in decoder state structs. by Thom Johansen · 17 years ago
- 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
- f590378 Exclude some unneeded LSP code. Add some #endif clarification comments here and there. by Thom Johansen · 17 years ago
- 3eed6fc Fix thinko in last patch, shouldn't effect current buffering clients. by Brandon Low · 17 years ago
- 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
- b848c68 Better behaved buffering. by Adam Gashlin · 17 years ago
- 55398e9 c200: Make microSD cards finally work. by Jens Arnold · 17 years ago
- 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
- 86b7c2b This was (probably) committed by accident, remove it. by Nicolas Pennequin · 17 years ago
- 7ca056d Don't yield twice in a row by Brandon Low · 17 years ago
- eac794d Types other than packet audio still need to yield while buffering. by Nicolas Pennequin · 17 years ago
- e96fe7f rbutilQt: bump version to 1.0.3 in preparation for a new release. by Dominik Wenger · 17 years ago
- 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
- 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
- 405380e Don't keep resetting to default watermark during buffering, only do it once at play start by Brandon Low · 17 years ago
- 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
- 6631e36 Fix some logf warnings. by Nicolas Pennequin · 17 years ago
- b46175c Don't if this, it's a good idea for codecs to explicit seek by Brandon Low · 17 years ago
- 3f69930 Fix mp3 resume by Brandon Low · 17 years ago
- 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
- 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
- 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
- 03dd35d Get rid of some more inl/outl. 0x70000084 seems to be GPO32_ENABLE. by Barry Wardell · 17 years ago
- 4ef3e82 Fix red. by Barry Wardell · 17 years ago
- 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
- 2d95fd5 Get rid of some more inl/outl and use the new GPO32 define instead. by Barry Wardell · 17 years ago
- 560515f Minor improvement in responsiveness to buffer_handle calls by Brandon Low · 17 years ago
- 555a764 logging improvements by Brandon Low · 17 years ago
- 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
- 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
- 91ccc01 fix FS#7288 - pad the title of the scrolling settings so they actually scroll by Jonathan Gordon · 17 years ago
- f29c4cc e200/c200: Take advantage of mutex recursion for the tuner driver and dump the awkward *_nolock stuff. by Michael Sevakis · 17 years ago
- bdfe87c MIDI: Make seeking neater by moving it into another file. Will be more useful later. by Stepan Moskovchenko · 17 years ago
- 47eb569 SHould fix FS#8074, is more better regardless though by Brandon Low · 17 years ago
- d02b5c7 Don't keep useless id3v2 or other leading tag data on the buffer, it could be large by Brandon Low · 17 years ago
- 6be390f make initialisation of buffer/unbuffer call backs consistent with FS#6639 by Robert Kukla · 17 years ago
- ca1b920 Fix for FS#8082: by Robert Kukla · 17 years ago