summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2006-03-28Correct maximum and default volume for iAudio X5Linus Nielsen Feltzing1-1/+1
2006-03-28Audio support for iAudio X5Linus Nielsen Feltzing1-11/+13
2006-03-28First quick'n'dirty volume control for the iAudio X5Linus Nielsen Feltzing1-2/+30
2006-03-28Simplification and correction of the TLV320 driverLinus Nielsen Feltzing1-52/+22
2006-03-28Enable I2C bus 1 on the iAudio X5Linus Nielsen Feltzing1-0/+5
2006-03-28Some corrections of the TLV320 register bit definitionsLinus Nielsen Feltzing1-22/+21
2006-03-28MCF5250 has IRAM tooLinus Nielsen Feltzing1-1/+1
2006-03-28Correct IRAM attributesLinus Nielsen Feltzing1-4/+4
2006-03-28Correct audio clockLinus Nielsen Feltzing1-2/+2
2006-03-28Boost open() performance on platforms with dircache. Tagcache initialMiika Pekkarinen3-9/+52
2006-03-28Clean up the LCD Settings menu for some targets: hide the Contrast and Invert...Zakk Roberts8-0/+24
2006-03-27Even better LCD clearing for ipod color displays, clear to white, but after b...Brandon Low1-1/+2
2006-03-27Fix some math for ipod volume settingsBrandon Low1-8/+8
2006-03-27Reduce the appearance of volume change clicks by using the wmcodec's zero-cro...Brandon Low1-2/+2
2006-03-27Clear the display in a less intrusive way to the user's selected background _...Brandon Low1-5/+3
2006-03-27Code policeBrandon Low2-6/+4
2006-03-27Patch 4819 from Robert Keevil to shutdown the codec and clear the LCD on ipod...Brandon Low1-0/+16
2006-03-26ok, this is the correct PLAY/REC swap!Daniel Stenberg1-2/+2
2006-03-26Switched PLAY and REC for proper X5 operation.Daniel Stenberg1-2/+2
2006-03-26Fixed the define in config.h and more tagcache alignment issues.Miika Pekkarinen1-1/+1
2006-03-26Use ROCKBOX_STRICT_ALIGN for all ARM targets.Miika Pekkarinen1-7/+5
2006-03-26Fixed potential sample overflow in variable stereo width > 100% and karaoke m...Jens Arnold1-9/+9
2006-03-26Add TDRC tag from id3 v2.4 to fix year not showing in files tagged with id3 v2.4Dan Everton1-0/+1
2006-03-26Initial version of tagcache! There are still some bugs in the engineMiika Pekkarinen1-2/+2
2006-03-25Patch #4913 by David Rothenberger with some changes by me: add only backlight...Hristo Kovachev4-4/+96
2006-03-25Unify pcm_playback code where applicable to make working with it a bit nicerBrandon Low1-268/+150
2006-03-25Add simulated battery drain to the simulator. Patch from Matthias Mohr (task ...Dan Everton1-3/+37
2006-03-24Dummy is_backlight_on() for bootloaderBjörn Stenberg1-0/+1
2006-03-24New option: First keypress enables backlight only. Patch #2920 by Nicolas Pen...Björn Stenberg4-1/+29
2006-03-24Fixed loong-standing bug in mas_writereg().Jens Arnold1-0/+6
2006-03-24Fix weirdness caused by not stopping buffering during pause, and generally us...Brandon Low1-87/+100
2006-03-23use logfChristian Gmeiner1-2/+2
2006-03-23Fix ipod 3g build that was broken (by me perhaps?)Brandon Low1-1/+1
2006-03-22Don't stop dircache thread when charger is plugged in/removed.Miika Pekkarinen1-1/+22
2006-03-22Me sillyLinus Nielsen Feltzing1-1/+1
2006-03-22Even more simulator fixes for backlightLinus Nielsen Feltzing1-1/+1
2006-03-22Fix simulator backlight for X5Linus Nielsen Feltzing1-6/+14
2006-03-22Backlight for iAudio X5Linus Nielsen Feltzing4-1/+69
2006-03-22Fixed line out volume for 4G, Nano and 5G Ipods. Partial patch #4814 byThom Johansen5-0/+16
2006-03-22USB mode for iAudio X5Linus Nielsen Feltzing4-0/+78
2006-03-22font caching fixes by Frank DischnerMarcoen Hirschberg6-34/+20
2006-03-22Now the X5 LCD driver works as expectedLinus Nielsen Feltzing1-10/+44
2006-03-21Enabled channel configuration and stereo width option on software codecThom Johansen1-1/+15
2006-03-21Add X5 support to scrambleLinus Nielsen Feltzing1-1/+1
2006-03-21Make RoLo compile for X5Linus Nielsen Feltzing1-2/+2
2006-03-21Quick hack to make the application compile for iAudio X5Linus Nielsen Feltzing1-1/+9
2006-03-21Correct IRAM size for the iAudio X5 appLinus Nielsen Feltzing1-1/+1
2006-03-21Correct codec size for iAudio X5Linus Nielsen Feltzing1-1/+1
2006-03-21Removed an unneeded BUTTON_HOLD define for iPod 3GHristo Kovachev2-10/+0
2006-03-21button.h cleanup, with the future "button action" thing in mind:Hristo Kovachev1-135/+254