Age | Commit message (Expand) | Author |
2006-05-25 | Replace "#if (ROCKBOX_HAS_LOGF == 1)" with "#ifdef ROCKBOX_HAS_LOGF" - this i... | Dave Chapman |
2006-05-15 | Reset playlist_end when automatically skipping. Fixes B#5319. | Hardeep Sidhu |
2006-05-15 | Reset id3 info in all cases where we need to rebuffer tracks | Hardeep Sidhu |
2006-05-09 | Reset id3 info when skipping directories. Fixes B#5323. | Hardeep Sidhu |
2006-05-03 | Don't initiate track change if at end of playlist | Hardeep Sidhu |
2006-05-03 | Only reset resume settings when we're really at the end of the playlist | Hardeep Sidhu |
2006-05-02 | Stop playing current track before starting a new playlist with an offset (eg.... | Hardeep Sidhu |
2006-05-01 | Properly set audio_is_initialized flag for swcodec devices ad use it when ini... | Hardeep Sidhu |
2006-04-30 | Fix one seeking bug: when seeking back to before a resume point, audio from a... | Magnus Holmgren |
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 | Switch inserts back from do while to while loops, because mpc likes to insert... | Brandon Low |
2006-04-24 | Fix the most likely cause of ipod nano startup race, and also seems to fix cr... | 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 | 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 |
2006-04-23 | Make some adjustments to when the WPS will be updated, giving faster next tra... | Brandon Low |
2006-04-22 | Remove an unneeded define, add a todo | Brandon Low |
2006-04-22 | Fix warning | Brandon Low |
2006-04-22 | First commit of reworking voice to be mroe stable on swcodec | Brandon Low |
2006-04-20 | Set playing to true immediately when audio_play() is called. Fixes a bug whe... | Hardeep Sidhu |
2006-04-19 | Have the codec thread stop the pcm if we need to spin up the disk | Brandon Low |
2006-04-18 | Fix playback if the user does a very fast seek->skip press | Brandon Low |
2006-04-18 | Fix end of playlist handling. I think. | Brandon Low |
2006-04-18 | Revert previous, it is broken | Brandon Low |
2006-04-18 | Make seeking synchronous. It's better this way | Brandon Low |
2006-04-18 | Fix dir skipping with new playback arch. Enable dir skipping on ipod with a ... | Brandon Low |
2006-04-18 | Should fix a bug with track skipping backwards following track skip forward, ... | Brandon Low |
2006-04-18 | Save empty resume information if the playlist has ended | Brandon Low |
2006-04-17 | Reduce code size when logf is off. Add a todo. Undo a previous fix that bro... | Brandon Low |
2006-04-17 | Misc. minor fixes: Guarantee aligned buffer. Enable load-codec-from-disk if ... | Brandon Low |
2006-04-15 | Remove an unneeded WPS update signal. Make the codec thread more polite abou... | Brandon Low |
2006-04-15 | Put new_track on the codec_api, and use it instead of the reload_codec variab... | Brandon Low |
2006-04-14 | This might fix the buffering problem. Didn't happen to me the way I usually ... | Brandon Low |
2006-04-14 | Still not bright | Brandon Low |
2006-04-14 | I am dumb | Brandon Low |
2006-04-14 | Work around the bug with buffer wrapping. Serious performance penalty, and a... | Brandon Low |
2006-04-14 | Fix some unlikely buffer problems. Doesn't fix any reported bugs, but fixes ... | Brandon Low |
2006-04-14 | Fix some stop/pause/boost stuff | Brandon Low |
2006-04-14 | Fix a lack of return on error for check_new_track (rare condition) | Brandon Low |
2006-04-14 | Fix the queue implementation | Brandon Low |
2006-04-14 | Change to using a queue to synchronize between threads instead of abusing a m... | Brandon Low |
2006-04-14 | Fix one cause of buffer-offness, but I'm pretty sure this is not the cause of... | Brandon Low |
2006-04-14 | Tweak id3v1 tag stripping, better code, same functionality. Ensure correct b... | Brandon Low |
2006-04-14 | Change when the new_track variable is reset to fix the track display during s... | Brandon Low |
2006-04-13 | Boost during the track transition, trust me, it makes sense. Better logging ... | Brandon Low |
2006-04-13 | Adjust filesize if id3v1 is stripped | Brandon Low |