summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2005-11-09Fixed the icon for unknown file types on the archos Player, and the bug when ...Kevin Ferrare8-14/+88
2005-11-08That was *not* supposed to be committed :-)Linus Nielsen Feltzing1-5/+5
2005-11-08Removed a redundant commentLinus Nielsen Feltzing1-5/+5
2005-11-08Quick fix to make the h300 build workLinus Nielsen Feltzing1-4/+6
2005-11-08Fixed bad check for LCD sizeLinus Nielsen Feltzing1-1/+1
2005-11-08Added set_background() for color LCDLinus Nielsen Feltzing1-0/+4
2005-11-08Ooops.Jens Arnold1-1/+1
2005-11-07Removed unused ata_standby(), changed return type of ata_sleep() to void, rem...Jens Arnold1-1/+1
2005-11-07No longer build the main output binary file when doing debug builds.Daniel Stenberg1-2/+8
2005-11-07Use set_int() for the crossfade time settings.Jens Arnold1-31/+16
2005-11-07The WPS buffer wasn't big enough for my 2.2k WPS file. Increased buffer size...Christi Scarborough1-2/+2
2005-11-07Please discuss default changes in the future\!Jens Arnold1-1/+1
2005-11-06Sound settings rework: * Put all fixed parameters (unit, decimals, step, min,...Jens Arnold8-29/+27
2005-11-06Changed output format of libmpcdec to non-interleaved stereo for a slight spe...Thom Johansen2-9/+9
2005-11-06The seek_time member of the codec API needs to be decremented before use as a...Thom Johansen7-6/+7
2005-11-06Disabled Musepack seeking, since it's so slow that most users conclude the co...Thom Johansen1-5/+19
2005-11-06some multi-screen work in playlist.c, properly formated splash.hKevin Ferrare3-31/+36
2005-11-06iRiver: New crossfader with more configuration capability. Might stillMiika Pekkarinen8-108/+396
2005-11-06iRiver: Fixed the wps not to stop audio before shutdown has beenMiika Pekkarinen2-4/+16
2005-11-06Added wrapping on settings when reaching limits and when long key press is en...Kevin Ferrare3-30/+51
2005-11-06Fixed the hang and weird behaviour with logf support enabled.Miika Pekkarinen1-1/+1
2005-11-06Corrected the bug with boolean settings (the inverted screen that couldn't be...Kevin Ferrare4-94/+41
2005-11-05Unrolled loops up to order 10 plus slight optimisation of default case.Thom Johansen1-80/+132
2005-11-05New plugin: Bejeweled game for Recorder, Ondio, and iRiver.Adam Boot2-0/+1056
2005-11-05Added ID3v2 skipping for Musepack files. Switched ReplayGain strings to use t...Thom Johansen1-30/+41
2005-11-05Corrected a bug introduced with the multi screen settings handling code : The...Kevin Ferrare1-12/+20
2005-11-04Fixed the halved volume bug, remove ad-hoc metadata loading and add ReplayGai...Thom Johansen1-5/+9
2005-11-04Added proper metadata parsing for musepack files, including ReplayGain.Thom Johansen1-0/+66
2005-11-04Added documentation to the new select API, made settings.c to use gui_syncspl...Kevin Ferrare2-9/+65
2005-11-04Added iriver remote keys support to the option selection in the menus, correc...Kevin Ferrare3-9/+46
2005-11-04Rolled back "Follow playlist" changeBjörn Stenberg1-1/+1
2005-11-04oops ! fixed the compile error on the archos player, forgot a ifdef ...Kevin Ferrare1-0/+2
2005-11-04Fixed a bug in the multi-screen menus, the statusbar wasn't refreshed when co...Kevin Ferrare5-252/+412
2005-11-03default for "Follow playlist" option is set to "yes"Anton Oleynikov1-1/+1
2005-11-03Recorder v1: removed duplicate battery debug code.Jens Arnold1-6/+7
2005-11-03Add seekpoint parsing and dummy ICODE_ATTR macro to standalone FLAC test programDave Chapman2-5/+22
2005-11-03Move code into IRAM and explicitly inline some functions (gcc was inlining th...Dave Chapman2-9/+30
2005-11-03Move all code into IRAMDave Chapman4-6/+16
2005-11-03Fixed a bug whith the multi-screen menus : when entering / leaving a menu, th...Kevin Ferrare2-18/+22
2005-11-03Synced.Jens Arnold1-7/+7
2005-11-03LANG_RATING isn't used for voicing, so don't waste space in the voice file.Jens Arnold1-1/+1
2005-11-02patch 1328447: folder skip routines in playlist API plus next/prev folder nav...Anton Oleynikov8-22/+166
2005-11-02Use direct non-interleaved full precision output data instead of converting t...Thom Johansen2-6/+10
2005-11-02Better place for EMAC init.Thom Johansen1-4/+4
2005-11-02Need to set sample depth before clip limits to avoid having clip limits overr...Thom Johansen1-1/+1
2005-11-02Support large delay fields in LAME header, plus some cleanups.Thom Johansen1-28/+37
2005-11-02Enable replaygain for the new FLAC decoderDave Chapman1-0/+1
2005-11-02Make the m4a parser happier with Nero-encoded .mp4 files. This still needs m...Dave Chapman2-7/+12
2005-11-02Correctly clear the screen(s) after a dircache build - this fixes the I04 err...Dave Chapman1-1/+6
2005-11-02enables remote support only when LOGF is disabledKevin Ferrare1-1/+1