| Commit message (Expand) | Author |
| 2005-08-20 | 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-19 | 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-18 | Use the provided function to calculate the unsaved space in rec_tick(). | Jens Arnold |
| 2005-08-17 | Avoid zero values for defines to minimize problems where they're compared to ... | Jonas Häggqvist |
| 2005-08-16 | Enlarged the buffer for DEBUGF() | Linus Nielsen Feltzing |
| 2005-08-16 | FM radio simulation working again | Linus Nielsen Feltzing |
| 2005-08-15 | 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-13 | 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-11 | 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 | Added pre-amp setting for files with ReplayGain information. | Magnus Holmgren |
| 2005-08-08 | Patch #783877 by Gadi Cohen updated by Naftali Goldstein - Bidirectional text... | Linus Nielsen Feltzing |
| 2005-08-06 | typos fixed... | Michiel Van Der Kolk |
| 2005-08-06 | iAudio: First unfinished attempt for tlv320 driver and rockbox integration | Christian Gmeiner |
| 2005-08-03 | Increased maximum file size for models with LCD height larger than 64 to | Daniel Stenberg |
| 2005-08-02 | headphone volume should be correct now | Christian Gmeiner |
| 2005-08-01 | Killed signed/unsigned inconsistency | Jens Arnold |
| 2005-07-31 | oops... fixes red build | Christian Gmeiner |
| 2005-07-31 | iAudio, iRiver: As both platforms use the same i2c interface i have renamed i... | Christian Gmeiner |
| 2005-07-31 | iAudio: adding support for mcf5250 | Christian Gmeiner |
| 2005-07-30 | Fixed MAC initialization problem with mpa codec and removed workaround | Miika Pekkarinen |
| 2005-07-29 | iAudio: Preperations for audio codec driver | Christian Gmeiner |
| 2005-07-28 | Fixed scroll step settings >127 pixels not working (reported on irc). Changed... | Jens Arnold |
| 2005-07-27 | Added support for ID3V2 ReplayGain tags (as written by Foobar). Generalized t... | Magnus Holmgren |
| 2005-07-26 | Moved implementation of user timer to the firmware layer, implemented it for ... | Jens Arnold |
| 2005-07-25 | The peak meter on iRiver didn't look right to me and the code seemed to be | Dave Bryant |
| 2005-07-24 | ReplayGain support for Ogg Vorbis files (also called VorbisGain) added. | Magnus Holmgren |
| 2005-07-24 | ReplayGain support files. | Magnus Holmgren |
| 2005-07-22 | It's now possible to select the crossfading mode: "Off, Crossfade, | Miika Pekkarinen |
| 2005-07-22 | More accurate playback position calculation. | Miika Pekkarinen |
| 2005-07-21 | Forgot to commit these files. | Miika Pekkarinen |
| 2005-07-21 | Crossfade (and pcm buffer size) length is now configurable. | Miika Pekkarinen |
| 2005-07-20 | Implemented mp3_pause_done() for software codecs to make wps correctly | Miika Pekkarinen |
| 2005-07-19 | More preparations and conversions for colour LCD support. | Jens Arnold |