summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2007-11-07Straighten out voicing of yesno dialogs.Stéphane Doyon
2007-11-07Fix warning.Nicolas Pennequin
2007-11-07Fix tracks always being cleared on skip (reported by dionoea). The problem wa...Nicolas Pennequin
2007-11-07Assembler versions of signal_mul. Decent speedup for Coldfire and small speed...Thom Johansen
2007-11-07Fix a flaw in prep_bufdata() that would lead to all kinds of problems with co...Nicolas Pennequin
2007-11-06Smaller and more correctly sized statically allocated arrays in decoder state...Thom Johansen
2007-11-06Exclude some unneeded LSP code. Add some #endif clarification comments here a...Thom Johansen
2007-11-06Fix thinko in last patch, shouldn't effect current buffering clients.Brandon Low
2007-11-06Pull the size range checking and disk request into a separate function that b...Brandon Low
2007-11-06Better behaved buffering.Adam Gashlin
2007-11-05This was (probably) committed by accident, remove it.Nicolas Pennequin
2007-11-05Don't yield twice in a rowBrandon Low
2007-11-05Types other than packet audio still need to yield while buffering.Nicolas Pennequin
2007-11-05Readd yield_codec, making it check for useful data through buffer_is_low. Fix...Nicolas Pennequin
2007-11-05This was a bad change on my part earlier. Do not immediately start buffering...Brandon Low
2007-11-05Don't keep resetting to default watermark during buffering, only do it once a...Brandon Low
2007-11-05Set all track handles to -1 on audio init to avoid calling bufclose(0) on all...Nicolas Pennequin
2007-11-05Fix some logf warnings.Nicolas Pennequin
2007-11-05Don't if this, it's a good idea for codecs to explicit seekBrandon Low
2007-11-05Fix mp3 resumeBrandon Low
2007-11-05Create two separate ways for a handle buffer request to be sent. One is when...Brandon Low
2007-11-05When seeking foward off of the buffer, if it is a short seek don't rebuffer t...Brandon Low
2007-11-05Remove conf_filechunk, it should never have been a setting and its implementa...Brandon Low
2007-11-05Remove unused conf_preseek from buffering.c and all of its accountraments. T...Brandon Low
2007-11-05Minor improvement in responsiveness to buffer_handle callsBrandon Low
2007-11-05logging improvementsBrandon Low
2007-11-05fix FS#7288 - pad the title of the scrolling settings so they actually scrollJonathan Gordon
2007-11-05MIDI: Make seeking neater by moving it into another file. Will be more useful...Stepan Moskovchenko
2007-11-05SHould fix FS#8074, is more better regardless thoughBrandon Low
2007-11-05Don't keep useless id3v2 or other leading tag data on the buffer, it could be...Brandon Low
2007-11-04Fix for FS#8082:Robert Kukla
2007-11-04make handle_id of zero valid, stop using memsets to clear tracks, should be n...Brandon Low
2007-11-04FS#7232 - Fix some inconsistencies within the Sansa keymap. Makes it Paul Louden
2007-11-04fix talking simplelists which I broke yesterday. dont talk if the list is bei...Jonathan Gordon
2007-11-04revert my previous commit and do it in a much less hacky way (both of these w...Jonathan Gordon
2007-11-04return to the main menu if stop is pressed in the wps context menu, (blame po...Jonathan Gordon
2007-11-04last minor fix for the colour screenJonathan Gordon
2007-11-04minor touchpad tweaking...Jonathan Gordon
2007-11-04touchpad interface for the colour selection screens.Jonathan Gordon
2007-11-04More residuals from 8077, sanitize chunk and watermark settingsBrandon Low
2007-11-04More residuals from 8077 that should make buffering start up more smoothly an...Brandon Low
2007-11-04OTher part of previousBrandon Low
2007-11-04More attempt to fix 8077Brandon Low
2007-11-04Tweak the way the data_counters are calculated to make it more friendly to th...Brandon Low
2007-11-04More try to fix 8077, BUF_USED is not a good way to determine if the buffer i...Brandon Low
2007-11-04redraw the siplelist more oftenJonathan Gordon
2007-11-04Disable the already spinning optimization until it is written correctlyBrandon Low
2007-11-03* Add newfound GPO32 register to pp502x.h. * Introduce macros for the PP502x'...Jens Arnold
2007-11-03Make the use of signed int for buffer handles consistent and handle wrapping ...Brandon Low
2007-11-03Attempt to fix FS#8077... againBrandon Low