summaryrefslogtreecommitdiff
path: root/firmware (unfollow)
Commit message (Expand)Author
2005-08-20Fixed "if there are less than 2 bytes left in the buffer, thenMiika Pekkarinen
2005-08-20Initial voice ui support for software codec platforms. Added also aMiika Pekkarinen
2005-08-19More mpeg.c cleanup: collected variables and declarations at the top, more #i...Jens Arnold
2005-08-19Removed the uda1380_mute() calls, since they were called in interrupt context...Linus Nielsen Feltzing
2005-08-19Properly skip the ID3v2 extended header for both 2.3 and 2.4Linus Nielsen Feltzing
2005-08-19Cleaned up remnants of early iriver development. First part of #if/#ifdef cle...Jens Arnold
2005-08-18Use the provided function to calculate the unsaved space in rec_tick().Jens Arnold
2005-08-17Avoid zero values for defines to minimize problems where they're compared to ...Jonas Häggqvist
2005-08-16Enlarged the buffer for DEBUGF()Linus Nielsen Feltzing
2005-08-16FM radio simulation working againLinus Nielsen Feltzing
2005-08-15iriver: Always turn on the backlight in backlight_init()Linus Nielsen Feltzing
2005-08-15Correct usage of ICODE_ATTR in memcpy.c and strlen.cLinus Nielsen Feltzing
2005-08-13Corrected UART register namesLinus Nielsen Feltzing
2005-08-13CONFIG_TUNER is a bitmaskLinus Nielsen Feltzing
2005-08-13Forgot that the simulator doesn't simulate the FM radioLinus Nielsen Feltzing
2005-08-13OopsLinus Nielsen Feltzing
2005-08-13Very lame, initial support for FM radio on the iriverLinus Nielsen Feltzing
2005-08-13The Ondio uses a different crystal for the TEA5767 than iriverLinus Nielsen Feltzing
2005-08-13The iriver FM radio I2C cannot use the I2C controller, so we do the good old ...Linus Nielsen Feltzing
2005-08-13Add pcm_set_mux() for switching between FM radio and Line inputLinus Nielsen Feltzing
2005-08-13Support the LAME Info header too.Magnus Holmgren
2005-08-11Backlight dimming: Don't unboost the CPU from within the isr.Jens Arnold
2005-08-11Backlight dimming: Protect from extraneous calls with the same target value. ...Jens Arnold
2005-08-11Only check for frames with three-letter names when parsing ID3V2.2 tags (and ...Magnus Holmgren
2005-08-11Cast to unsigned isn't enough in the isXXXX macros (chars > 127 caused a nega...Magnus Holmgren
2005-08-11iriver: Moved the I2C prescaler setting to i2c_init(), and removed it from se...Linus Nielsen Feltzing
2005-08-11Added pre-amp setting for files with ReplayGain information.Magnus Holmgren
2005-08-08Patch #783877 by Gadi Cohen updated by Naftali Goldstein - Bidirectional text...Linus Nielsen Feltzing
2005-08-06typos fixed...Michiel Van Der Kolk
2005-08-06iAudio: First unfinished attempt for tlv320 driver and rockbox integrationChristian Gmeiner
2005-08-03Increased maximum file size for models with LCD height larger than 64 toDaniel Stenberg
2005-08-02headphone volume should be correct nowChristian Gmeiner
2005-08-01Killed signed/unsigned inconsistencyJens Arnold
2005-07-31oops... fixes red buildChristian Gmeiner
2005-07-31iAudio, iRiver: As both platforms use the same i2c interface i have renamed i...Christian Gmeiner
2005-07-31iAudio: adding support for mcf5250Christian Gmeiner
2005-07-30Fixed MAC initialization problem with mpa codec and removed workaroundMiika Pekkarinen
2005-07-29iAudio: Preperations for audio codec driverChristian Gmeiner
2005-07-28Fixed scroll step settings >127 pixels not working (reported on irc). Changed...Jens Arnold
2005-07-27Added support for ID3V2 ReplayGain tags (as written by Foobar). Generalized t...Magnus Holmgren
2005-07-26Moved implementation of user timer to the firmware layer, implemented it for ...Jens Arnold
2005-07-25The peak meter on iRiver didn't look right to me and the code seemed to beDave Bryant
2005-07-24ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.Magnus Holmgren
2005-07-24ReplayGain support files.Magnus Holmgren
2005-07-22It's now possible to select the crossfading mode: "Off, Crossfade,Miika Pekkarinen
2005-07-22More accurate playback position calculation.Miika Pekkarinen
2005-07-21Forgot to commit these files.Miika Pekkarinen
2005-07-21Crossfade (and pcm buffer size) length is now configurable.Miika Pekkarinen
2005-07-20Implemented mp3_pause_done() for software codecs to make wps correctlyMiika Pekkarinen
2005-07-19More preparations and conversions for colour LCD support.Jens Arnold