summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-06-22allow smaller .ucl, to test bootboxJörg Hohensohn
2005-06-22CODECS lists the codec plugins, so that the Makefile knows what ones toDaniel Stenberg
2005-06-22Daniel's fix that loads codecs in their own memory spaceLinus Nielsen Feltzing
2005-06-22The iriver simulator now uses the correct LCD driverLinus Nielsen Feltzing
2005-06-21Use asm optimised memset() in vorbis_apply_window.Pedro Vasconcelos
2005-06-21Made Supported the default File View optionLinus Nielsen Feltzing
2005-06-21memset() on coldfire now exploits burst mode whenever possible, giving anothe...Jens Arnold
2005-06-21Assembler optimised memset() for coldfire. Speed increase ranging from a few ...Jens Arnold
2005-06-21Added bootboxLinus Nielsen Feltzing
2005-06-21Rolo problem fixedJörg Hohensohn
2005-06-21"Bootbox" is a minimalistic rescue firmware for Archos models. Not working ye...Jörg Hohensohn
2005-06-21preparation for sectioned linking (will remove dead functions/data)Jörg Hohensohn
2005-06-20Fixed a problem with playback when returning from usb mode.Miika Pekkarinen
2005-06-20The last commit mixed up the arguments of cpu_boost(). Fixed that and removed...Jens Arnold
2005-06-20Added few #ifdef HAVE_ADJUSTABLE_CPU_FREQ.Miika Pekkarinen
2005-06-20Backlight dimming is now flicker free on all situations.Miika Pekkarinen
2005-06-20Fixed glitches from crossfade.Miika Pekkarinen
2005-06-20Iriver: Backlight fading is now configurable. Added a function to stop the ba...Jens Arnold
2005-06-20Crossfade fixes.Miika Pekkarinen
2005-06-20Crossfade adjustments.Miika Pekkarinen
2005-06-20Musepack files should play (poorly) now.Thom Johansen
2005-06-20cpu_boost(true) was called twice.Miika Pekkarinen
2005-06-20Iriver: Properly apply sound settings on startup. Moved some inits to more ap...Jens Arnold
2005-06-20Added missing quoteLinus Nielsen Feltzing
2005-06-20Patch #1223219 by Dave Wiard - Add all supported audio files with Create Play...Linus Nielsen Feltzing
2005-06-20Elapsed counter resets correctly when changing tracks.Miika Pekkarinen
2005-06-19iriver: Prescale the digital volume when boosting treble/bass by decreasing t...Jens Arnold
2005-06-19Added code to handle APEv2 tags for WavPack files, although this should beDave Bryant
2005-06-19crossfade works much better but costs some cpu power if enabled.Miika Pekkarinen
2005-06-19Fixed the dreaded iRiver simulator crashLinus Nielsen Feltzing
2005-06-19Some re-desing to buffer filling and track loading code and a few bugMiika Pekkarinen
2005-06-19Only stop backlight pwm timer if display is fully dimmed eitherMiika Pekkarinen
2005-06-19Don't initialize id3 structure with zeros on software codec platformsMiika Pekkarinen
2005-06-19Iriver: First attempt at recording. Use Info->Debug->PCM recording to test re...Andy
2005-06-18prevent build failures for non-iriver targetsDaniel Stenberg
2005-06-18make it build fine for H300 (keypads) as wellDaniel Stenberg
2005-06-18pcm_playback.c is not for simsDaniel Stenberg
2005-06-18make it not attempt to build the sh1 assembler when build for H300Daniel Stenberg
2005-06-18reverted the ifdef change, this code really IS H120/H140-specific and thusDaniel Stenberg
2005-06-18Set up things identical for all MCF5249 devices, until we find a reason not toDaniel Stenberg
2005-06-181) mpeg.c is only for MAS-devicesDaniel Stenberg
2005-06-18behave the same way with the h300 keypad as with the h100 (for now at least)Daniel Stenberg
2005-06-18Initial setup for the H300 keypadDaniel Stenberg
2005-06-18Made the (iriver) use of GPIO1 depend on the presense of a coldfire cpu insteadDaniel Stenberg
2005-06-18depend on CPU, not player modelDaniel Stenberg
2005-06-18ifdef fixDaniel Stenberg
2005-06-18First attempt at seeking in FLAC filesDave Chapman
2005-06-18Add logf to the plugin interface (use the LOGF macro)Dave Chapman
2005-06-18Added %fc WPS tag to display codec type - moved codectype from track_info str...Dave Chapman
2005-06-18Initial support for iriver backlight dimming. Unfortunately dimmingMiika Pekkarinen