summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2006-05-01Init voice before audio because audio needs to know the voice buffer size. Se...Peter D'Hoye
2006-05-01Tweak MP3 seeking a little, and don't do gapless trim if a seek has been done.Magnus Holmgren
2006-05-01Call rb->yield() during the random game generation.Dave Chapman
2006-05-01Bump the api version when something is added to the api!Jens Arnold
2006-05-01Oops, fix Ondio builds.Zakk Roberts
2006-05-01Patch #5056 by Jonathan Gordon, with rework and additions by me: Updated View...Zakk Roberts
2006-04-30Fix red builds?Peter D'Hoye
2006-04-30Recording buffer offset must be passed on to the firmware calls, not the othe...Peter D'Hoye
2006-04-30The recording buffer should not try to use the voice buffer, so map our buffe...Peter D'Hoye
2006-04-30Synced, and some fixes/updates.Magnus Holmgren
2006-04-30Ondio, gmini, ipod: Don't trigger vkeyboard accept if the button is already p...Jens Arnold
2006-04-30Silence 2 gcc4 warnings.Jens Arnold
2006-04-30Fix one seeking bug: when seeking back to before a resume point, audio from a...Magnus Holmgren
2006-04-30Fix problem with loading bookmarks from the root folder (causing the simulato...Magnus Holmgren
2006-04-30Fixed problem with incorrect first index after resumeHardeep Sidhu
2006-04-30Fixed playlist control corruption on dircache systemsHardeep Sidhu
2006-04-29Clear wps backdrop on USB event when in wps. Fix for bug report 4752Peter D'Hoye
2006-04-29Fix the first-frame memmove from pretending the data is interleaved, which it...Thom Johansen
2006-04-27Make libmusepack output the last frame in two passes. Reclaim the IRAM taken ...Thom Johansen
2006-04-27empty strings should be provided as "" and not as plain blanksDaniel Stenberg
2006-04-27Patch #5219 by Antonius Hellmann. Several optimisations to libmad. Both Coldf...Thom Johansen
2006-04-26Don't magically skip tracks without user interractionBrandon Low
2006-04-26This seems to fix a few bugs in thatBrandon Low
2006-04-26This seems to make selecting a new track from the file browser work very clos...Brandon Low
2006-04-25The last frame of Musepack files can contain double the amount of samples as ...Thom Johansen
2006-04-25Reduce instructions in debug audio thread loop slightlyBrandon Low
2006-04-25Make playback not screw up if the user tries to seek on musepackBrandon Low
2006-04-25Fix warning.Thom Johansen
2006-04-25Use the Rockbox endian swap routine instead of the default one.Thom Johansen
2006-04-25Correctly identify end of file.Thom Johansen
2006-04-25Switch inserts back from do while to while loops, because mpc likes to insert...Brandon Low
2006-04-25Make crossfade less twitchy moreBrandon Low
2006-04-25GOTO POWER. Improve crossfade performance, and cleanliness, and termination ...Brandon Low
2006-04-25Make crossfade less twitchy about buffer levelBrandon Low
2006-04-25Fix asymetric crossfade cases that were broken, and also a not yet reported b...Brandon Low
2006-04-25Fix crossfade. Again.Brandon Low
2006-04-25More crossfade work, should fix crossfade on coldfire, and possibly improve c...Brandon Low
2006-04-25Added bad filename protection when user enters an fm radio preset filename. F...Peter D'Hoye
2006-04-24Fix color->grayscale bitmap loading on grayscale ipods and mono->grayscale on...Frank Dischner
2006-04-24Fix the most likely cause of ipod nano startup race, and also seems to fix cr...Brandon Low
2006-04-24Fix another possible glitch causer on crossfadeBrandon Low
2006-04-24Clear all screens before the shutdown splash.Jens Arnold
2006-04-24Fix crossfade locational settingBrandon Low
2006-04-24Remove accidentally commited commented code, no functional changesBrandon Low
2006-04-24Make track info update in a smarter wayBrandon Low
2006-04-23Fix some todos, and prevent the position from jumping around badly on seekBrandon Low
2006-04-23Rework crossfade to properly follow pcmbuf chunks instaed of blindly insertin...Brandon Low
2006-04-23Improve stop behaviorBrandon Low
2006-04-23Fix a warning, and prepare for handling end-of-track seekingBrandon Low
2006-04-23Should fix some track ending early problemsBrandon Low