| Commit message (Expand) | Author | Age |
| * | Correct some color unpacking macros. | Michael Sevakis | 2007-03-21 |
| * | Oops, shouldn't have committed this just yet. | Barry Wardell | 2007-03-20 |
| * | Oops, the mi4 magic was being looked for in the wrong place when decrypting. ... | Barry Wardell | 2007-03-20 |
| * | More logf fixes. speex.c wants to format 64bit args so I didn't change that o... | Michael Sevakis | 2007-03-20 |
| * | Oops. Should've used the unsigned local variables. | Michael Sevakis | 2007-03-20 |
| * | Add %u and %lu formats to format(). Coming up: logf fixes. | Michael Sevakis | 2007-03-20 |
| * | Sansa LCD: Make the second framebuffer static | Daniel Ankers | 2007-03-20 |
| * | Improved LCD driver for Sansa. Uses double-buffering to cure the flickering.... | Daniel Ankers | 2007-03-20 |
| * | Do the sprintf .precision format in a safer way. | Barry Wardell | 2007-03-20 |
| * | Rrrr. Editor shouldn't have left those tabs. Will check settings. | Michael Sevakis | 2007-03-19 |
| * | Oops. Left an unneeded test line in SOURCES. | Michael Sevakis | 2007-03-19 |
| * | SWCODEC: Get rid of extra swap buffer and get back 512K of RAM or 100K if the... | Michael Sevakis | 2007-03-19 |
| * | Add support for the .precision format in the sprintf()-like functions to allo... | Barry Wardell | 2007-03-19 |
| * | There is no need to hide CONFIG_RTC in the bootloader - it's harmless. Fixes... | Dave Chapman | 2007-03-18 |
| * | The UI sim simulates the RTC, so there is no need to disable it - affects all... | Dave Chapman | 2007-03-18 |
| * | Archos player: Introduce lcd_write_command_e (only one data byte) in the lcd ... | Jens Arnold | 2007-03-18 |
| * | Fix several printf-style warnings in logf builds. | Magnus Holmgren | 2007-03-18 |
| * | If loading rockbox.mi4 fails, then drop back to trying rockbox.h10/rockbox.e2... | Barry Wardell | 2007-03-17 |
| * | Fix simulator builds, and some debugf() format strings. | Jens Arnold | 2007-03-17 |
| * | Fixed the logf builds. | Miika Pekkarinen | 2007-03-17 |
| * | Let GCC check arguments of some more printf-style functions, also for plugins... | Jens Arnold | 2007-03-17 |
| * | Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W... | Jens Arnold | 2007-03-16 |
| * | Rename some macros to account for the recently added M5 port. No code changes. | Jens Arnold | 2007-03-16 |
| * | Partition type 0x84 is "OS/2 hidden C: drive" | Barry Wardell | 2007-03-16 |
| * | FM Radio mishmash: Make a quieter screen for the SWCODEC targets esp. for the... | Michael Sevakis | 2007-03-16 |
| * | In preparation for use with sansapatcher, change portalplayer bootloaders to ... | Barry Wardell | 2007-03-16 |
| * | Fix problem where power_off() on the H10 returns before the device is actuall... | Barry Wardell | 2007-03-16 |
| * | Jan 1 1980 was a tuesday | Linus Nielsen Feltzing | 2007-03-15 |
| * | Fix problem where power_off() on the Sansa returns before the device is actua... | Barry Wardell | 2007-03-15 |
| * | Fixed backlight voltage for M5. Now the backlight is as bright as in the orig... | Jens Arnold | 2007-03-15 |
| * | x5/M5: Finally get rid of filter selection aberrations when switching to 88.2... | Michael Sevakis | 2007-03-14 |
| * | H100 Series: Fix FS#6810 - Distortion on Bass/Treble usage. Coldfire PCM need... | Michael Sevakis | 2007-03-13 |
| * | Improved ADC driver for AS3514 (used in PP5024 - ie. Sansa e200) based off da... | Barry Wardell | 2007-03-13 |
| * | Fix typo. We only need to keep bit 6 set on HPH_OUT_L. Setting it on HPH_OUT_... | Barry Wardell | 2007-03-12 |
| * | Disable bootloader messages in the H10 and Sansa bootloaders unless the PLAY ... | Barry Wardell | 2007-03-12 |
| * | Sorted and updated FILES for both apps and firmware, included features.txt pr... | Nils Wallménius | 2007-03-12 |
| * | Add missing files (for Archos and iRiver M5) to the source archive. | Magnus Holmgren | 2007-03-12 |
| * | Make private function static on variable CPU frequency targets. Kill it on fi... | Jens Arnold | 2007-03-11 |
| * | Enable balance control on Sansa | Daniel Ankers | 2007-03-11 |
| * | Oops, missed a file from r12727 | Daniel Ankers | 2007-03-11 |
| * | Sound for Sansa E200 - based on work by myself, Rene Peinthor, Barry Wardell ... | Daniel Ankers | 2007-03-11 |
| * | Squeeze the serial number code down a few more bytes and call it a day. Will ... | Michael Sevakis | 2007-03-11 |
| * | Fix a late error that only let it read at default CPU frequency. Disable inte... | Michael Sevakis | 2007-03-11 |
| * | iAudio X5: Enable reading of DS2411 serial number. See it under System|Debug|... | Michael Sevakis | 2007-03-11 |
| * | Optimized the gui list code performance, including automatic frame dropping a... | Miika Pekkarinen | 2007-03-11 |
| * | Audio Init: Just can't stand that heirarchy. Add one level of abstraction. Mi... | Michael Sevakis | 2007-03-11 |
| * | Pop a stub in there for the e200 until playback is ready. Move it to the prop... | Michael Sevakis | 2007-03-11 |
| * | Reenable aynchronous audio init stage. Really just single stage with aynchron... | Michael Sevakis | 2007-03-11 |
| * | Fix red builds and make udelay actually work as it should again. | Barry Wardell | 2007-03-10 |
| * | Make udelay() wrap-safe. | Barry Wardell | 2007-03-10 |