summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-10-13Use correct types to avoid sim warnings.Thom Johansen3-3/+4
2005-10-13Cleaned up the messy codec header and library system by merging codec.h, lib/...Thom Johansen11-34/+162
2005-10-13Fixed non-working treble & bass settings in radio mode.Jens Arnold1-2/+2
2005-10-12Musepack: emacified multiplication routines, gives a nice speed boost.Jens Arnold2-3/+62
2005-10-12Cosmetic changes and cleanup. Removed all unused mad_timer code and a couple ...Thom Johansen1-89/+61
2005-10-12Skip buffer refill after end of playlist (conf_watermark == 0). With 'move to...Ryan Jackson1-2/+3
2005-10-11Disabled dynamic range compression.Thom Johansen1-1/+1
2005-10-10Cleaned up code. Now passes full precision samples to the playback engine, an...Thom Johansen1-171/+122
2005-10-10tools should not be made with the cross-compiler..Marcoen Hirschberg1-1/+0
2005-10-10Not finding an APE tag for a Musepack file isn't fatal.Thom Johansen1-4/+1
2005-10-10Synced.Mats Lidell1-11/+35
2005-10-10iRiver/Vorbis: And don't specify -O2 twice...Magnus Holmgren1-1/+1
2005-10-10iRiver/Vorbis: Actually use the rule in the makefile.Magnus Holmgren1-2/+2
2005-10-10Cleaned up to conform to one source code style, removed some tabs and some re...Thom Johansen1-55/+43
2005-10-10Added DSP support and started passing full precision samples to playback engi...Thom Johansen1-78/+53
2005-10-10Debug menu: Added flash ID reading and ROM dump for H1x0. * #if(def) cleanupJens Arnold1-34/+84
2005-10-10Iriver: No write protection for flash ROM area, correct number of waitstates.Jens Arnold2-5/+5
2005-10-10seek_time should be reset here, not in each codec, as is currently done.Thom Johansen1-0/+2
2005-10-10Added support for APE tags in Musepack files.Thom Johansen1-0/+6
2005-10-10Fixed some misleading comments.Jens Arnold1-4/+3
2005-10-10Removed an unnecessary instruction from the coldfire 64 bit multiplication.Jens Arnold1-1/+0
2005-10-10Removed a ton of tabs, fixed some indentation and removed some unneeded inclu...Thom Johansen1-55/+53
2005-10-10Fixed an #if that would never trigger. Added inclusion of dsp.h and playback....Thom Johansen1-1/+3
2005-10-10run make in Tools, so they are up to date.Marcoen Hirschberg1-0/+1
2005-10-09Fixed broken "open with" in onplay menu.Henrik Backe1-1/+5
2005-10-09Do not try to read from dircache if directory was opened when cache was notMiika Pekkarinen1-4/+5
2005-10-08Changed the dircache option to 'Direcory cache: On/Off' * Synced deutsch.lang...Jens Arnold3-15/+30
2005-10-08Ported the memory guard debug feature to coldfire, using the breakpoint logic...Jens Arnold2-168/+141
2005-10-08Fixed a problem with dircache where filetree modified dircacheMiika Pekkarinen3-6/+14
2005-10-08Adjust menu scrollbar height to the actual text height. Idea taken from patch...Jens Arnold1-0/+1
2005-10-08Patch #1316533 by Alexander Spyridakis: All characters on one virtual keyboar...Jens Arnold1-9/+36
2005-10-07Patch #1239950 by Dave Hooper: Rotate cube while paused.Jens Arnold1-4/+72
2005-10-07Temporary trivial workaround for empty/invalid playlistsRyan Jackson1-1/+11
2005-10-07New demo plugin, screensaver style, by Kevin Ferrare.Jens Arnold2-0/+352
2005-10-07Increased max. .lng file size to 8000 bytes to make greek fit again.Jens Arnold1-1/+1
2005-10-07Cleared deprecated entries.Jens Arnold1-23/+23
2005-10-07New plugin: Fire effect, developed by Kevin Ferrare, adapted to archos and op...Jens Arnold2-0/+301
2005-10-07New plugin: Plasma effect, developed by Mat Holton, imtegerised and extended ...Jens Arnold3-0/+265
2005-10-07Fixed the bootloader compile failure by disabling new directory cacheMiika Pekkarinen1-1/+1
2005-10-07Implemented directory caching. No more waiting for disk to spin up whileMiika Pekkarinen15-21/+1068
2005-10-07Added year separatorsBjörn Stenberg1-3/+5
2005-10-06Cosmetic correction (doesn't affect compiled code) - use letohNN instead of h...Dave Chapman1-4/+4
2005-10-06Fix channel-swapping bug in iriver recordings. Left and Right channels shoul...Dave Chapman1-3/+3
2005-10-06Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto...Dave Chapman8-60/+89
2005-10-06Patch #1264727 by Dave Hooper, Colorize red cards on screens with LCD_DEPTH > 1Linus Nielsen Feltzing1-54/+81
2005-10-05Modified the viewers.config syntax slightly. The name field should now includeDaniel Stenberg3-28/+47
2005-10-05removed plugins we no longer build nor includeDaniel Stenberg1-8/+0
2005-10-04Added the "New" menu option. This allows you to manually enter and then save...Dave Chapman1-12/+38
2005-10-04Make the load function handle some variations to the "standard" for .ss files.Dave Chapman1-1/+3
2005-10-03iRiver: remove some code that isn't needed any more.Magnus Holmgren1-67/+17