| Commit message (Expand) | Author |
| 2006-04-11 | Try to recover from a codec failure by restarting playback | Brandon Low |
| 2006-04-11 | Whoops, remove a done TODO | Brandon Low |
| 2006-04-11 | Fix some comments | Brandon Low |
| 2006-04-11 | Ensure that codecs are cleared from the buffer if they will not be needed by ... | Brandon Low |
| 2006-04-11 | moved the LCD framebuffer to IRAM for iAudio X5 - gives ~40% speed boost | Daniel Stenberg |
| 2006-04-11 | use the power switch on units without off button (like the X5) | Daniel Stenberg |
| 2006-04-11 | Readjusted quickscreen code so that it now actually scales to larger LCDs. Ge... | Zakk Roberts |
| 2006-04-11 | Rework track skipping. Full playback stop is no longer involved in track ski... | Brandon Low |
| 2006-04-11 | Minor fix to metadata fetching, the track-info.filesize is not populated at t... | Brandon Low |
| 2006-04-11 | Quick bugfix for skip-to-beginning behavior | Brandon Low |
| 2006-04-10 | Major improvement in playlist creation speed with tagcache. Fixed also | Miika Pekkarinen |
| 2006-04-10 | Get the next track's metadata in a more timely manner | Brandon Low |
| 2006-04-10 | Enabled the quickscreen for iAudio X5. Globally, REC enters the menu and hold... | Zakk Roberts |
| 2006-04-10 | Enable AB repeat on ipods with 4g keypad, requires quick fingers or you get t... | Brandon Low |
| 2006-04-09 | Small optimization to use the already opened master lookup index. | Miika Pekkarinen |
| 2006-04-09 | Now define the _PRE-function correctly. | Miika Pekkarinen |
| 2006-04-09 | Back out the 'do not stop playback until stop button has been released' chang... | Magnus Holmgren |
| 2006-04-09 | Formatting, and logf changes | Brandon Low |
| 2006-04-09 | Fix another nasty rebuffering bug, and ensure that buffer and unbuffer events... | Brandon Low |
| 2006-04-09 | use #ifdef x instead of #if defined(x) | Christian Gmeiner |
| 2006-04-09 | HAVE_ADJUSTABLE_CPU_FREQ isn't defined for simulators, so we don't have to ch... | Christian Gmeiner |
| 2006-04-09 | HAVE_ADJUSTABLE_CPU_FREQ isn't defined for simulators, so we don't have to ch... | Dave Chapman |
| 2006-04-09 | make use of cpu_boost to speed up generation of new sudoku field | Christian Gmeiner |
| 2006-04-09 | Patch FS#4952 by Tom Ross, with changes by me: Snake 2 now uses external bitm... | Zakk Roberts |
| 2006-04-09 | Fix bad rebuffering bug, and kill the track_count variable | Brandon Low |
| 2006-04-08 | Add a simple header and version number to the default.dfg config file | Dave Chapman |
| 2006-04-08 | Fix the condition on an error splash | Brandon Low |
| 2006-04-08 | Correct seeking behavior (whoops), might fix the coldfire deadlocks. Reintro... | Brandon Low |
| 2006-04-08 | Test plugin for measuring LCD update speed, for developers. | Jens Arnold |
| 2006-04-08 | Get rid of the redundant APPLE_* macros. * Fix wrong comments in lcd-ipod.c | Jens Arnold |
| 2006-04-08 | Show progress when searching tagcache. | Miika Pekkarinen |
| 2006-04-08 | Enable conditional clauses for string tags in disk mode also. | Miika Pekkarinen |
| 2006-04-08 | Fix seeking not resuming playback, many thanks to Ralf Herz for being an exce... | Brandon Low |
| 2006-04-07 | Change around some logfing to help debugging seek problems | Brandon Low |
| 2006-04-07 | Fix the playback sometimes doesn't start at all problems, and always fully fi... | Brandon Low |
| 2006-04-07 | Add a comment only | Brandon Low |
| 2006-04-07 | Further unify start playback vs. other buffering situations, hopefully fixes ... | Brandon Low |
| 2006-04-07 | This makes seeking work for me | Brandon Low |
| 2006-04-07 | Fix some type casting => 64bit warning issues | Brandon Low |
| 2006-04-07 | Fix play initialization problems and buffering problems. This behaves _much_... | Brandon Low |
| 2006-04-07 | Fix 64bit warnings. | Jens Arnold |
| 2006-04-07 | Add audio playback menu | Christian Gmeiner |
| 2006-04-07 | Add button mappings and support for iAudio X5, also simplified a bit of code. | Zakk Roberts |
| 2006-04-06 | Fix warning | Karl Kurbjun |
| 2006-04-06 | Scaling code fixed by clamping down the width to a max of SCREENWIDTH. Remov... | Karl Kurbjun |
| 2006-04-06 | Remove duplicated code and improve button responsiveness during buffer fill | Brandon Low |
| 2006-04-06 | Fix GCC trying to use memcpy for GCC 4.1 and allow Doom to compile. | Thom Johansen |
| 2006-04-06 | Greyscale ipods: Fix horizontal scrolling in oscilloscope, the flipped LCD dr... | Jens Arnold |
| 2006-04-06 | Patch #3022 by Mikael Magnusson: Only zero out the actual bss area instead of... | Jens Arnold |
| 2006-04-06 | Stop abusing the queuing features, and start treating them with respect. Thi... | Brandon Low |