summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
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-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-22OOps, bad handling of tick_remove_task()Linus Nielsen Feltzing
2005-06-22New debug screen for sw codec audio threadLinus Nielsen Feltzing
2005-06-22Image support for the WPS.Tomas Salfischberger
2005-06-22SyncedJonas Häggqvist
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-21Use asm optimised memset() in vorbis_apply_window.Pedro Vasconcelos
2005-06-21Made Supported the default File View optionLinus Nielsen Feltzing
2005-06-20Fixed a problem with playback when returning from usb mode.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-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-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-19Iriver: First attempt at recording. Use Info->Debug->PCM recording to test re...Andy
2005-06-18behave the same way with the h300 keypad as with the h100 (for now at least)Daniel 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-18Proper MPEG layer 1 support.Jens Arnold
2005-06-18Center USB logo on all modelsAndy
2005-06-18Button adjustments for H1x0: added mode button for leaving menus and cancelli...Jens Arnold
2005-06-18Iriver UDA1380 volume and balance handling is now done in sound.c, similar to...Jens Arnold
2005-06-17iriver: LCD flip for H1x0 remote, some code cleanup.Jens Arnold
2005-06-17improved ifdef and wrapped long linesDaniel Stenberg
2005-06-16Adjusted settings bitfield to properly keep the bass setting on H1x0, and sav...Jens Arnold
2005-06-15Killed all simulator warnings.Miika Pekkarinen
2005-06-15Fixed the "last song bug".Miika Pekkarinen
2005-06-15audio_is_initialized has to be set in playback.c.Miika Pekkarinen
2005-06-15The modifications are for all larger screensJonas Häggqvist
2005-06-15Added stubs for simulator to reduce some #ifdefs.Miika Pekkarinen
2005-06-15use the 160 pixels wide logo for wider LCDs too (for now at least)Daniel Stenberg
2005-06-14Add A52/AC3 metadata parsing (samplerate, bitrate, track length)Dave Chapman
2005-06-14Move metadata parsing code from playback.c into metadata.cDave Chapman
2005-06-14There is no printf() in rockbox, but DEBUGF() has the intended effect in simu...Tomas Salfischberger