summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2006-07-20Add support for parsing binary data ID3 tags. Add support for parsing RVA2 ID...Dan Everton3-113/+224
2006-07-19Patch #5432 from Thomas Paul Diffenbach - small speedup for ipod video lcd_up...Dave Chapman1-6/+13
2006-07-19Patch #5680 from Daniel Ankers - adapt the assembler version of the FIQ playb...Dave Chapman2-5/+37
2006-07-18Patch #5157 by Rainer Sinsch - SID codecDave Chapman2-0/+2
2006-07-18simplification of lcd driver code - based on patch #5474 by Rani HodChristian Gmeiner1-12/+15
2006-07-181bit and 2bit LCD drivers: Low-level bit handling optimisations.Jens Arnold4-30/+68
2006-07-17Gentlemen, we have sound on the 3rd Generation ipods. Thanks to Daniel Anker...Dave Chapman1-8/+0
2006-07-13Patch #5375 by Rani Hod - Eliminate click on X5 shutdownLinus Nielsen Feltzing1-1/+1
2006-07-13Patch #5063 by Rani Hod - RoLo on X5Linus Nielsen Feltzing1-1/+1
2006-07-13Patch #5639 by Ulrich Pegelow, inits the M5636 USBOTG chip on the X5 to reduc...Linus Nielsen Feltzing7-1/+165
2006-07-10Tagcache update: Support removal of entries and no longer the need forMiika Pekkarinen3-0/+13
2006-06-30For iriver recording: do not boost while recording unless source is spdif. Wh...Peter D'Hoye1-0/+11
2006-06-30Simplify code...Jens Arnold1-2/+2
2006-06-30volume_strip() now ignores multiple leading slashes like the rest of the path...Jens Arnold1-7/+10
2006-06-21Ondio: better default battery capacity.Jens Arnold2-2/+2
2006-06-16Iriver: Faster ata timing.Jens Arnold1-3/+3
2006-06-16H300: Rudimentary driver for the ISP1362 USB on-the-go controller. For now it...Jens Arnold7-7/+348
2006-06-14Tweaks to reduce an iriver recording glitch to a minimum. Removed yields from...Peter D'Hoye2-45/+104
2006-06-13Added a commentLinus Nielsen Feltzing1-2/+2
2006-06-08Let panicf() also check on/play button on h300Peter D'Hoye1-0/+2
2006-06-06Work-in-progress rework of charging status reading & display: * Changed sever...Jens Arnold26-136/+112
2006-06-03Remove previous fix as it seems to cause lock-ups when used with a remote.Peter D'Hoye1-5/+5
2006-06-02Do not allow interrupts between the two calls that set the recording gain. Fi...Peter D'Hoye1-0/+7
2006-05-30Fixed incorrect memory allocation bug with tagcache.Miika Pekkarinen1-2/+3
2006-05-30Use correct file mode when creating files. Fixes task 5452Dan Everton1-1/+1
2006-05-27code policePeter D'Hoye1-3/+4
2006-05-18Oops, move out the define from the #ifndef SIMULATORHristo Kovachev1-1/+2
2006-05-18Use more proper default contrast for the iriver lcd remotes, also resetHristo Kovachev1-2/+3
2006-05-16Iriver: Don't scroll remote LCD lines 'in the dark', i.e. with the remote unp...Jens Arnold1-1/+5
2006-05-16Update dircache startcluster at file close when writing. Fixes bug when crea...Hardeep Sidhu1-0/+3
2006-05-14Iriver: Moved the handling of the UDA1380 split gain (analog preamp + decimat...Jens Arnold5-32/+27
2006-05-13Correctly test on volume id flagPeter D'Hoye1-1/+3
2006-05-12H1x0: Obey SPDIF power setting for monitoring SPDIF recordings as far as poss...Jens Arnold1-1/+6
2006-05-12Iriver recording: Always route the signals through the coldfire audio interfa...Jens Arnold1-19/+21
2006-05-11Optical S/PDIF recording and monitoring for Iriver H1x0. Removed unsupported ...Thom Johansen4-21/+175
2006-05-11Iriver: Don't power the UDA1380 WSPLL as we don't use it. This is required ac...Jens Arnold1-1/+1
2006-05-09Coldfire: Use the auto-align feature in conjunction with line reads for the p...Jens Arnold1-2/+2
2006-05-07Ondio: (Hopefully) fix the occasional freezes during playback: Use DMA channe...Jens Arnold1-14/+14
2006-05-06Patch #5182 by Liberman Shachar - Vertical screen scroll bug fix (inverse bar...Linus Nielsen Feltzing5-11/+15
2006-05-03Fix fillrect calculation error for 'Screen scrolls out of view'. Fixes bug 52...Peter D'Hoye5-10/+16
2006-05-02ipods - First implementation of pcf50605_init() function. This enables the p...Dave Chapman3-1/+15
2006-05-02Oops, correctly calculate the interrupt number in UIE().Jens Arnold1-1/+1
2006-05-01Fix red bootbox builds with gcc 4.x and -Os. Save a bit of code by not includ...Jens Arnold1-69/+66
2006-05-01Properly set audio_is_initialized flag for swcodec devices ad use it when ini...Hardeep Sidhu1-1/+0
2006-04-30Recording buffer offset must be passed on to the firmware calls, not the othe...Peter D'Hoye3-6/+10
2006-04-30The recording buffer should not try to use the voice buffer, so map our buffe...Peter D'Hoye1-2/+2
2006-04-29Ooops. Fix red bootbox builds.Jens Arnold1-65/+69
2006-04-29SH1: Moved exception vector table generation and weak aliasing into an asm bl...Jens Arnold1-292/+232
2006-04-29ATA driver: * Don't lie to gcc about which parameters the assembler optimised...Jens Arnold1-188/+189
2006-04-27While waiting further and better improvements, this fixes the bug toDaniel Stenberg1-6/+11