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