summaryrefslogtreecommitdiff
path: root/firmware (unfollow)
Commit message (Expand)Author
2006-03-28Some corrections of the TLV320 register bit definitionsLinus Nielsen Feltzing
2006-03-28MCF5250 has IRAM tooLinus Nielsen Feltzing
2006-03-28Correct IRAM attributesLinus Nielsen Feltzing
2006-03-28Correct audio clockLinus Nielsen Feltzing
2006-03-28Boost open() performance on platforms with dircache. Tagcache initialMiika Pekkarinen
2006-03-28Clean up the LCD Settings menu for some targets: hide the Contrast and Invert...Zakk Roberts
2006-03-27Even better LCD clearing for ipod color displays, clear to white, but after b...Brandon Low
2006-03-27Fix some math for ipod volume settingsBrandon Low
2006-03-27Reduce the appearance of volume change clicks by using the wmcodec's zero-cro...Brandon Low
2006-03-27Clear the display in a less intrusive way to the user's selected background _...Brandon Low
2006-03-27Code policeBrandon Low
2006-03-27Patch 4819 from Robert Keevil to shutdown the codec and clear the LCD on ipod...Brandon Low
2006-03-26ok, this is the correct PLAY/REC swap!Daniel Stenberg
2006-03-26Switched PLAY and REC for proper X5 operation.Daniel Stenberg
2006-03-26Fixed the define in config.h and more tagcache alignment issues.Miika Pekkarinen
2006-03-26Use ROCKBOX_STRICT_ALIGN for all ARM targets.Miika Pekkarinen
2006-03-26Fixed potential sample overflow in variable stereo width > 100% and karaoke m...Jens Arnold
2006-03-26Add TDRC tag from id3 v2.4 to fix year not showing in files tagged with id3 v2.4Dan Everton
2006-03-26Initial version of tagcache! There are still some bugs in the engineMiika Pekkarinen
2006-03-25Patch #4913 by David Rothenberger with some changes by me: add only backlight...Hristo Kovachev
2006-03-25Unify pcm_playback code where applicable to make working with it a bit nicerBrandon Low
2006-03-25Add simulated battery drain to the simulator. Patch from Matthias Mohr (task ...Dan Everton
2006-03-24Dummy is_backlight_on() for bootloaderBjörn Stenberg
2006-03-24New option: First keypress enables backlight only. Patch #2920 by Nicolas Pen...Björn Stenberg
2006-03-24Fixed loong-standing bug in mas_writereg().Jens Arnold
2006-03-24Fix weirdness caused by not stopping buffering during pause, and generally us...Brandon Low
2006-03-23use logfChristian Gmeiner
2006-03-23Fix ipod 3g build that was broken (by me perhaps?)Brandon Low
2006-03-22Don't stop dircache thread when charger is plugged in/removed.Miika Pekkarinen
2006-03-22Me sillyLinus Nielsen Feltzing
2006-03-22Even more simulator fixes for backlightLinus Nielsen Feltzing
2006-03-22Fix simulator backlight for X5Linus Nielsen Feltzing
2006-03-22Backlight for iAudio X5Linus Nielsen Feltzing
2006-03-22Fixed line out volume for 4G, Nano and 5G Ipods. Partial patch #4814 byThom Johansen
2006-03-22USB mode for iAudio X5Linus Nielsen Feltzing
2006-03-22font caching fixes by Frank DischnerMarcoen Hirschberg
2006-03-22Now the X5 LCD driver works as expectedLinus Nielsen Feltzing
2006-03-21Enabled channel configuration and stereo width option on software codecThom Johansen
2006-03-21Add X5 support to scrambleLinus Nielsen Feltzing
2006-03-21Make RoLo compile for X5Linus Nielsen Feltzing
2006-03-21Quick hack to make the application compile for iAudio X5Linus Nielsen Feltzing
2006-03-21Correct IRAM size for the iAudio X5 appLinus Nielsen Feltzing
2006-03-21Correct codec size for iAudio X5Linus Nielsen Feltzing
2006-03-21Removed an unneeded BUTTON_HOLD define for iPod 3GHristo Kovachev
2006-03-21button.h cleanup, with the future "button action" thing in mind:Hristo Kovachev
2006-03-20Turns out there's a processor mode actually called 'undefined'. Set up aThom Johansen
2006-03-19Reworked backlight fading by GPIO based PWM to work for other targetsThom Johansen
2006-03-19Coldfire: Assembler optimised disk writing, speed increase ~36% on average.Jens Arnold
2006-03-19H300: Properly initialize the backlight PCF50606 port pinLinus Nielsen Feltzing
2006-03-19Reduce code size and generally clean up the button driver more! * Add 'wheel ...Brandon Low