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