Age | Commit message (Expand) | Author |
2006-08-13 | Memory size checks in .c/.h files should use MEM, not MEMORYSIZE | Dave Chapman |
2006-08-12 | Various lower limits and sizes for targets with 1MB of RAM (Iriver iFP7xx). | Tomasz Malesinski |
2006-08-05 | FS#5691 Fix for crash if stop pressed during voice output. | Miika Pekkarinen |
2006-08-04 | Prevent buffer filling trying to start over and over causing playback | Miika Pekkarinen |
2006-08-03 | Don't yield_codecs() within codec thread. | Miika Pekkarinen |
2006-08-03 | Stop playback before updating runtime stats. And yield codecs while | Miika Pekkarinen |
2006-07-31 | Checked the rebuffering code. Might fix buffers desyncing and a system | Miika Pekkarinen |
2006-07-29 | Completely remove all track entries at audio_rebuffer(). | Miika Pekkarinen |
2006-07-29 | Another oops. | Miika Pekkarinen |
2006-07-29 | Oops, committed some extra stuff not necessary. | Miika Pekkarinen |
2006-07-29 | Define MAX_TRACK_MAX and use it to keep the ring track structure | Miika Pekkarinen |
2006-07-28 | Fixed one of the many pending bugs in the playback engine and restored | Miika Pekkarinen |
2006-07-26 | Add resume support for AC3 files. | Magnus Holmgren |
2006-07-18 | Additional fix for seeking beyond the current buffered data | Mark Arigo |
2006-07-18 | Patch #5157 by Rainer Sinsch - SID codec | Dave Chapman |
2006-07-15 | Initial runtimedb support for tagcache. Only for developers, | Miika Pekkarinen |
2006-07-03 | Patch by Mark Arigo to close bug report #5305 - fixes crashes when attempting... | Dave Chapman |
2006-06-21 | Wait for voice to complete before stopping playback. Fixes hang when stoppin... | Hardeep Sidhu |
2006-06-17 | Only swap_codec() in voice thread when something is playing. Fixes B#5486. | Hardeep Sidhu |
2006-06-10 | Fix resume for MP1. Thanks go to Dave Chapman for the hint. | Jens Arnold |
2006-06-07 | Stop playback if playlist_next() returns -1 (e.g. if auto directory change fa... | Hardeep Sidhu |
2006-06-04 | Fix bug 5341: Resume in Wav and Flac doesn't start from the position where it... | Magnus Holmgren |
2006-06-03 | Previous automatic skip fix had a problem if audio_fill_file_buffer() was cal... | Hardeep Sidhu |
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 |