- 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
- 31c1164 make handle_id of zero valid, stop using memsets to clear tracks, should be no functional changes by Brandon Low · 17 years ago
- 66f0cb2 FS#7232 - Fix some inconsistencies within the Sansa keymap. Makes it by Paul Louden · 17 years ago
- 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
- 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
- a6f2b82 revert my previous commit and do it in a much less hacky way (both of these were for FS#8084) by Jonathan Gordon · 17 years ago
- 62decc4 return to the main menu if stop is pressed in the wps context menu, (blame pondlife for the hack :D ) by Jonathan Gordon · 17 years ago
- 4ada9ed last minor fix for the colour screen by Jonathan Gordon · 17 years ago
- eb20149 minor touchpad tweaking... by Jonathan Gordon · 17 years ago
- fd9bad6 touchpad interface for the colour selection screens. by Jonathan Gordon · 17 years ago
- 5af8e94 woops, lasttn does need to be global by Jonathan Gordon · 17 years ago
- 2ecb323 More residuals from 8077, sanitize chunk and watermark settings by Brandon Low · 17 years ago
- ebc981b More residuals from 8077 that should make buffering start up more smoothly and complete more completely by Brandon Low · 17 years ago
- f906498 OTher part of previous by Brandon Low · 17 years ago
- e8fa7f9 More attempt to fix 8077 by Brandon Low · 17 years ago
- 3817acc Tweak the way the data_counters are calculated to make it more friendly to the potential read-during-write, probably has very little impact on the compiled code by Brandon Low · 17 years ago
- aabd688 More try to fix 8077, BUF_USED is not a good way to determine if the buffer is healthy any more, we'll need a enw way if we need to resurrect yield_codec later by Brandon Low · 17 years ago
- e247230 redraw the siplelist more often by Jonathan Gordon · 17 years ago
- 1c36a66 Disable the already spinning optimization until it is written correctly by Brandon Low · 17 years ago
- 015f628 Finally: HDD power control for all PP502x iPods (4th gen Grayscale, Color, Minis, Video). * Wait a short time after powering on the HDD on all disk based targets, as that seems like a good idea. Shorten the excessive wait on initial power on. by Jens Arnold · 17 years ago
- 33acc66 * Add newfound GPO32 register to pp502x.h. * Introduce macros for the PP502x's atomic GPIO bit manipulation feature. * Remove clock setup related registers from debug screen, and add DEV_EN2, DEV_EN3 (to be verified) and GPO32 instead. by Jens Arnold · 17 years ago
- 9784f6b Make the use of signed int for buffer handles consistent and handle wrapping better. Number of handle_ids available is unchanged by this. by Brandon Low · 17 years ago
- 7b74dd7 Attempt to fix FS#8077... again by Brandon Low · 17 years ago
- 0c97493 This part was good, bring it back by Brandon Low · 17 years ago
- c2e1cc1 Revert recent changes that are broken by Brandon Low · 17 years ago
- 19eae2b Bump hid to 32bit to make sure it's safe by Brandon Low · 17 years ago
- acb3e9a Make handle id semantics more like file id. This may need to be revisited if we ever start storing long lived things on the buffer (if an item lives through 32k other items coming and going, there will be an id collision and things will break) by Brandon Low · 17 years ago
- 60d4e7c Buffering consistency improvements by Brandon Low · 17 years ago
- 86919f4 Misc. buffering related playback tweaks by Brandon Low · 17 years ago
- a7905da Updated italian translation. by Alessio Lenzi · 17 years ago
- 4d82231 Little tidy-up on previous commit. by Steve Bavin · 17 years ago
- 8d03282 Fix recursion-stack overflow on simulator, also unify some variable names and make battery level changes more realistic. by Steve Bavin · 17 years ago