| Commit message (Expand) | Author | Age |
| ... | |
| * | Iriver: Changed the IRAM splitting between core and plugins to 48KB/48KB, and... | Jens Arnold | 2005-09-01 |
| * | Coldfire: Made the MACSR register part of the thread context to allow easier ... | Jens Arnold | 2005-09-01 |
| * | Restructured codec type handling a bit. Reduced code size, esp. on archos. | Jens Arnold | 2005-09-01 |
| * | Corrected the codec format table | Linus Nielsen Feltzing | 2005-09-01 |
| * | Fixed the WPS codec type conditional, and removed unsupported formats from th... | Linus Nielsen Feltzing | 2005-09-01 |
| * | Archos: Even more NULL pointer accesses removed | Linus Nielsen Feltzing | 2005-08-30 |
| * | Archos: Removed NULL pointer accesses when changing tracks | Linus Nielsen Feltzing | 2005-08-30 |
| * | Archos: Trap UserBrk in the gdb debugger | Linus Nielsen Feltzing | 2005-08-30 |
| * | Patch #1161046 by Bryan Vandyke - id3v2 frames with size 0 may cause rockbox ... | Linus Nielsen Feltzing | 2005-08-30 |
| * | Change ROMbox to use BootBox-suitable start address. This will "break" it unt... | Jörg Hohensohn | 2005-08-30 |
| * | Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S... | Jens Arnold | 2005-08-29 |
| * | Major peakmeter rework: * Changed set/get functions for dbfs mode to bool typ... | Jens Arnold | 2005-08-29 |
| * | iRiver: Reduced pops from the line out connector. | Miika Pekkarinen | 2005-08-28 |
| * | SH1: Tiny optimisation of the thread scheduler. | Jens Arnold | 2005-08-26 |
| * | Ooops, didn't mean to commit that | Linus Nielsen Feltzing | 2005-08-24 |
| * | FM radio: fix by Antonius Hellman, no more crash when loading preset files wi... | Linus Nielsen Feltzing | 2005-08-24 |
| * | allow the flash plugin to verify the RomBox link address | Jörg Hohensohn | 2005-08-23 |
| * | Trying to enter STANDBY mode when entering USB mode seems to cause more troub... | Linus Nielsen Feltzing | 2005-08-22 |
| * | Some slight size optimisations. | Jens Arnold | 2005-08-22 |
| * | Patch #1105616 by Ray Lambert - A-B Repeat for Archos studio/recorder, still ... | Linus Nielsen Feltzing | 2005-08-21 |
| * | Coldfire: assembler optimised SWAB32() inline function. Added SWAW32() even i... | Jens Arnold | 2005-08-21 |
| * | Hooked up the runtime database on archos. | Jens Arnold | 2005-08-21 |
| * | Fixed and removed the most annoying pops with iRiver. | Miika Pekkarinen | 2005-08-21 |
| * | Fixed the usb mode. We did hit the thread limit which was now | Miika Pekkarinen | 2005-08-21 |
| * | Fixed "if there are less than 2 bytes left in the buffer, then | Miika Pekkarinen | 2005-08-20 |
| * | Initial voice ui support for software codec platforms. Added also a | Miika Pekkarinen | 2005-08-20 |
| * | More mpeg.c cleanup: collected variables and declarations at the top, more #i... | Jens Arnold | 2005-08-19 |
| * | Removed the uda1380_mute() calls, since they were called in interrupt context... | Linus Nielsen Feltzing | 2005-08-19 |
| * | Properly skip the ID3v2 extended header for both 2.3 and 2.4 | Linus Nielsen Feltzing | 2005-08-19 |
| * | Cleaned up remnants of early iriver development. First part of #if/#ifdef cle... | Jens Arnold | 2005-08-19 |
| * | Use the provided function to calculate the unsaved space in rec_tick(). | Jens Arnold | 2005-08-18 |
| * | Avoid zero values for defines to minimize problems where they're compared to ... | Jonas Häggqvist | 2005-08-17 |
| * | Enlarged the buffer for DEBUGF() | Linus Nielsen Feltzing | 2005-08-16 |
| * | FM radio simulation working again | Linus Nielsen Feltzing | 2005-08-16 |
| * | iriver: Always turn on the backlight in backlight_init() | Linus Nielsen Feltzing | 2005-08-15 |
| * | Correct usage of ICODE_ATTR in memcpy.c and strlen.c | Linus Nielsen Feltzing | 2005-08-15 |
| * | Corrected UART register names | Linus Nielsen Feltzing | 2005-08-13 |
| * | CONFIG_TUNER is a bitmask | Linus Nielsen Feltzing | 2005-08-13 |
| * | Forgot that the simulator doesn't simulate the FM radio | Linus Nielsen Feltzing | 2005-08-13 |
| * | Oops | Linus Nielsen Feltzing | 2005-08-13 |
| * | Very lame, initial support for FM radio on the iriver | Linus Nielsen Feltzing | 2005-08-13 |
| * | The Ondio uses a different crystal for the TEA5767 than iriver | Linus Nielsen Feltzing | 2005-08-13 |
| * | The iriver FM radio I2C cannot use the I2C controller, so we do the good old ... | Linus Nielsen Feltzing | 2005-08-13 |
| * | Add pcm_set_mux() for switching between FM radio and Line input | Linus Nielsen Feltzing | 2005-08-13 |
| * | Support the LAME Info header too. | Magnus Holmgren | 2005-08-13 |
| * | Backlight dimming: Don't unboost the CPU from within the isr. | Jens Arnold | 2005-08-11 |
| * | Backlight dimming: Protect from extraneous calls with the same target value. ... | Jens Arnold | 2005-08-11 |
| * | Only check for frames with three-letter names when parsing ID3V2.2 tags (and ... | Magnus Holmgren | 2005-08-11 |
| * | Cast to unsigned isn't enough in the isXXXX macros (chars > 127 caused a nega... | Magnus Holmgren | 2005-08-11 |
| * | iriver: Moved the I2C prescaler setting to i2c_init(), and removed it from se... | Linus Nielsen Feltzing | 2005-08-11 |