summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2005-06-10Pause fixed.Miika Pekkarinen1-1/+1
2005-06-10Fixed a null pointer problem which caused crashing. Playback should beMiika Pekkarinen1-3/+1
2005-06-10Much better UI performance and buffering times for MP3 and FLAC.Miika Pekkarinen1-1/+2
2005-06-10Better handling for cpu_boost(). Small buffering fix.Miika Pekkarinen2-11/+18
2005-06-09Reset cpu to not boosted state at startup. Do case-insensitive fileMiika Pekkarinen1-0/+1
2005-06-09Bunch of playback bugs fixed including next/prev/select track,Miika Pekkarinen1-6/+6
2005-06-09Added Crossfade setting for iRiverLinus Nielsen Feltzing2-13/+21
2005-06-09Fixed forward next track bugs (still some pause issues though). AddedMiika Pekkarinen2-9/+68
2005-06-08Bug fix: When paused, pressing next would start playing next track. Now it st...Tomas Salfischberger1-1/+1
2005-06-08Hot-plug support for iriver remote.Jens Arnold3-51/+125
2005-06-08Corrected placement of parentheses.Jens Arnold1-2/+2
2005-06-08Oops! Compile error on ondio and gmini... fixed nowTomas Salfischberger1-0/+4
2005-06-08Bugfix: It was impossible to shut the iriver down with the remote.Tomas Salfischberger1-1/+1
2005-06-08Killed a warning :)Tomas Salfischberger1-2/+2
2005-06-08More optimized fix (doing GPIO1_READ just once)Tomas Salfischberger1-13/+6
2005-06-08Fixed bug, the remote play/pause button (BUTTON_RC_ON) worked with hold on.Tomas Salfischberger1-0/+4
2005-06-08Slightly better error handling in the iRiver I2C driverLinus Nielsen Feltzing1-9/+17
2005-06-08ColdFire: DCR is a 16-bit registerLinus Nielsen Feltzing3-8/+8
2005-06-08Wrong SDRAM refresh count in the iRiver boot loaderLinus Nielsen Feltzing1-2/+2
2005-06-07Slightly more optimised memset() for SH1. Especially faster for 4 < length < 12.Jens Arnold1-28/+27
2005-06-07Fixed: Ogg Vorbis crashing, MP3 file seeking, USB mode and a littleMiika Pekkarinen2-6/+14
2005-06-06Don't compile mpeg.c on the iRiverLinus Nielsen Feltzing1-1/+1
2005-06-06Recording is not yet available on the iRiverLinus Nielsen Feltzing1-1/+1
2005-06-05Killed a warningLinus Nielsen Feltzing1-0/+4
2005-06-05First audio codec playback attempt by Miikka PekkarinenLinus Nielsen Feltzing4-82/+224
2005-06-04HD power must not default to off in rockbox itself, only in the bootloader.Jens Arnold1-1/+3
2005-06-04Multiple choice LED configuration instead of HAVE_LED. Removes erroneous MMC ...Jens Arnold15-40/+44
2005-06-04Major recording rework: (1) Slight optimisation of the recording transfer. (2...Jens Arnold1-183/+120
2005-06-04(1) Bugfix: create_xing_header() now returns 0 in case of an invalid header t...Jens Arnold1-19/+14
2005-06-03Removed unnecessary code.Jens Arnold1-5/+0
2005-06-02iRiver: The hard drive power is now OFF by defaultLinus Nielsen Feltzing1-1/+3
2005-06-02Define for remote keypad typeJonas Häggqvist2-0/+5
2005-06-01Modified logf to use a define for the log width, and changed it to default toDaniel Stenberg2-14/+15
2005-06-01iRiver remote LCD start line adjustmentLinus Nielsen Feltzing1-1/+1
2005-05-31iRiver remote LCD is only 128x64Linus Nielsen Feltzing2-4/+4
2005-05-31some small fixesChristian Gmeiner1-11/+11
2005-05-30avoid compilation alltogether if logf is not enabledDaniel Stenberg1-0/+2
2005-05-30(Optional) logf supportDaniel Stenberg3-0/+13
2005-05-30Added dummy function and simulator stub.Jens Arnold1-0/+1
2005-05-30Remote LCD: added own backlight timeout stuffChristian Gmeiner2-2/+18
2005-05-28Avoid radio interference from the MAS internal clock on devices with the Sams...Jens Arnold3-0/+44
2005-05-27Some small fixes for playback: (1) Always fill up to the high watermark. (2) ...Jens Arnold1-12/+24
2005-05-24Blind fix for gmini build.Jens Arnold1-1/+1
2005-05-24use proper remote lcd functionsDaniel Stenberg1-2/+2
2005-05-24update to the new logf style and moved the defines here tooDaniel Stenberg1-3/+5
2005-05-24initial remote-LCD logf browserDaniel Stenberg1-3/+40
2005-05-24Uses indices instead of pointersLinus Nielsen Feltzing1-8/+9
2005-05-23initial logf() work, not added to SOURCES yet (on purpose)Daniel Stenberg2-0/+89
2005-05-23Make sure the context functions are always inlined, independent of optimisati...Jens Arnold1-0/+2
2005-05-23Archos recorders: New recording data transfer routine. Not asm optimised this...Jens Arnold1-86/+44