summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2005-07-28Fixed scroll step settings >127 pixels not working (reported on irc). Changed...Jens Arnold4-8/+8
2005-07-27Added support for ID3V2 ReplayGain tags (as written by Foobar). Generalized t...Magnus Holmgren4-60/+222
2005-07-26Moved implementation of user timer to the firmware layer, implemented it for ...Jens Arnold5-59/+261
2005-07-25The peak meter on iRiver didn't look right to me and the code seemed to beDave Bryant1-73/+54
2005-07-24ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.Magnus Holmgren3-7/+26
2005-07-24ReplayGain support files.Magnus Holmgren2-0/+354
2005-07-22It's now possible to select the crossfading mode: "Off, Crossfade,Miika Pekkarinen2-3/+3
2005-07-22More accurate playback position calculation.Miika Pekkarinen2-1/+7
2005-07-21Forgot to commit these files.Miika Pekkarinen1-0/+1
2005-07-21Crossfade (and pcm buffer size) length is now configurable.Miika Pekkarinen1-1/+1
2005-07-20Implemented mp3_pause_done() for software codecs to make wps correctlyMiika Pekkarinen1-5/+0
2005-07-19More preparations and conversions for colour LCD support.Jens Arnold1-1/+4
2005-07-19Renamed MAX_LEVEL to LCD_MAX_LEVEL to match the naming scheme. Preparations f...Jens Arnold4-9/+37
2005-07-19Added MODEL_NUMBER for H300Linus Nielsen Feltzing1-0/+3
2005-07-19iriver: let the boot loader decide when to power on the hard driveLinus Nielsen Feltzing1-3/+3
2005-07-18iriver: set the S/PDIF Validity flag correctlyLinus Nielsen Feltzing1-2/+2
2005-07-18Fixed RoLo for H100 targetsLinus Nielsen Feltzing3-1/+7
2005-07-18Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner12-19/+24
2005-07-17Check that remaining bytes counter is not zero.Miika Pekkarinen1-2/+2
2005-07-17Initial attempt to support peak meter on iriver. It still has someMiika Pekkarinen2-0/+85
2005-07-17iriver: Reduced LCD write cycle length to 65ns, almost halving the execution ...Linus Nielsen Feltzing1-2/+2
2005-07-17iriver: Adjusted to optimal I2C bit ratesLinus Nielsen Feltzing1-9/+9
2005-07-16Fixed lcd_blit().Jens Arnold1-1/+1
2005-07-15iAudio: first try - things could be wrong or missingChristian Gmeiner2-0/+85
2005-07-14Greyscale graphics driver: Added missing function.Jens Arnold2-3/+11
2005-07-13Fixed the errors.Miika Pekkarinen1-13/+1
2005-07-13Separated buffering stuff from pcm_playback to pcmbuf. Renamed someMiika Pekkarinen2-543/+13
2005-07-12More atomic GPIOLinus Nielsen Feltzing1-2/+2
2005-07-12make the ctype array unsigned so that bit 7 (octal 0200) can be set andDaniel Stenberg2-19/+19
2005-07-12Removed an extra semicolonLinus Nielsen Feltzing1-1/+1
2005-07-12Removed picky warningsLinus Nielsen Feltzing2-2/+2
2005-07-12Atomic GPIO accessLinus Nielsen Feltzing4-42/+43
2005-07-12added uda1380_reset()Linus Nielsen Feltzing2-9/+12
2005-07-12Inverted S/PDIF control on H110Linus Nielsen Feltzing2-1/+6
2005-07-11Adjustment for bootbox.Jens Arnold1-0/+2
2005-07-11Replaced some yields with sleep(1) to save battery while paused orMiika Pekkarinen1-2/+2
2005-07-10Fixed an audio burst coming out when pausing a track with fadingMiika Pekkarinen1-1/+1
2005-07-09Wrong iriver model checkLinus Nielsen Feltzing1-2/+2
2005-07-09Recovered from my major brain failure and reverted to using the same load add...Linus Nielsen Feltzing3-20/+9
2005-07-08Some playback fixes.Miika Pekkarinen1-2/+4
2005-07-08Removed the XYZ_PIXEL() macros. They are no longer needed, and they did only ...Jens Arnold5-15/+7
2005-07-08H110 adjustmentsLinus Nielsen Feltzing1-3/+7
2005-07-08SDRAM setup adjusted for H110 modelsLinus Nielsen Feltzing1-16/+36
2005-07-08Adjusted refresh timer for H110Linus Nielsen Feltzing1-2/+10
2005-07-08USB is the same on all H1x0 modelsLinus Nielsen Feltzing1-2/+2
2005-07-08ADC is the same on all H1x0 modelsLinus Nielsen Feltzing1-1/+1
2005-07-08Fixed skip bug at buffer refillHenrik Backe1-1/+1
2005-07-08safety precaution to detect an envrionment running with the old setupDaniel Stenberg1-0/+4
2005-07-08Renamed the iriver h120 defines and configs to "h120"! Added initial supportDaniel Stenberg6-5/+113
2005-07-07Enabled scrolling on the remote LCD in the simulator. Some small shortcuts in...Jens Arnold2-23/+31