summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-06-22fix sim buildsDaniel Stenberg
2005-06-22Fixed formatting (uniform indentation of 4 spaces, removed tab chars). Some s...Jens Arnold
2005-06-22rip out all the LCD junk from the codec APIDaniel Stenberg
2005-06-22More audio thread debug infoLinus Nielsen Feltzing
2005-06-22codec lib sourcesDaniel Stenberg
2005-06-22build codecs tooDaniel Stenberg
2005-06-22bootbox is not a moduleDaniel Stenberg
2005-06-22no more codecbuf in hereDaniel Stenberg
2005-06-22this code is for uda1380 onlyDaniel Stenberg
2005-06-22removed the use of the 2nd argument to codec_start() since no codec usedDaniel Stenberg
2005-06-22fixed make clean for the codec libDaniel Stenberg
2005-06-22moved and renamed the codecs, gave the codecs a new extension (.codec),Daniel Stenberg
2005-06-22H1x0: rolo_restart() now uses the actual destination address to start the cod...Jens Arnold
2005-06-22New WPS image code, introducing a new format :)Tomas Salfischberger
2005-06-22Initial linear interpolating resampler. This resampler really needs to be rip...Thom Johansen
2005-06-22Moved to logf.hTomas Salfischberger
2005-06-22My gcc v3.3.5 choked on the bool type, solved with this include.Tomas Salfischberger
2005-06-22OOps, bad handling of tick_remove_task()Linus Nielsen Feltzing
2005-06-22New debug screen for sw codec audio threadLinus Nielsen Feltzing
2005-06-22Increased max number of tick tasksLinus Nielsen Feltzing
2005-06-22Image support for the WPS.Tomas Salfischberger
2005-06-22Better values for the iriver batteryMarcoen Hirschberg
2005-06-22SyncedJonas Häggqvist
2005-06-22Should work on Windows 95/98/ME as well nowJonas Häggqvist
2005-06-22Coldfire: slight memset() optimisation.Jens Arnold
2005-06-22fix for OndioJörg Hohensohn
2005-06-22no if(!usb_detect()) check around the autorock execution since we have early ...Jörg Hohensohn
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