summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2005-06-15ID3 parser bug fix by Ray LambertLinus Nielsen Feltzing1-2/+2
2005-06-14Playlist changed are recognized correctly.Miika Pekkarinen2-4/+5
2005-06-14Fixed a dead lock, file handle leak that caused wps to jam andMiika Pekkarinen2-2/+2
2005-06-14Pause and probably some crashes fixed.Miika Pekkarinen1-8/+6
2005-06-14Even more quiet audio initialization.Miika Pekkarinen3-20/+27
2005-06-14- add Andy Young's patch to make sound init more quietMarcoen Hirschberg1-3/+16
2005-06-12Fixed some mp3 metadata reading performance problem. Next trackMiika Pekkarinen2-1/+13
2005-06-12Added support for reading LAME header delay and padding fields for proper gap...Thom Johansen2-5/+29
2005-06-11Pausing tracks disabled until crashing issues are solved.Miika Pekkarinen1-0/+3
2005-06-11Fixed buffering problem with some files.Miika Pekkarinen1-9/+7
2005-06-10Thread scheduler reworked to be less dependent on compiler behaviour. Stack o...Jens Arnold1-100/+119
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