summaryrefslogtreecommitdiff
path: root/apps (unfollow)
Commit message (Expand)Author
2005-11-12iPod: current_tick is (currently) a macro - so we exclude it from the plugin ...Dave Chapman
2005-11-12"signed char" policeDave Chapman
2005-11-12Removed monitor option from audio_set_recording_options and the global settin...Andy
2005-11-12iRiver: Initial support for wav-recording in recording menu. Supports mic/lin...Andy
2005-11-12OopsDave Chapman
2005-11-11Move ff_log2_tab out of header file into its own .c fileDave Chapman
2005-11-11fixed a bug in folder skipping preventing a feature to work in some casesAnton Oleynikov
2005-11-11Patch #1352575 - Shorten codec from the ffmpeg project. Rockbox implementati...Dave Chapman
2005-11-10iRiver: more robust folder skip routines + folder navigation on main unit viaAnton Oleynikov
2005-11-10Don't reset plugin_loaded flag for a TSR plugin until it's exited. Fixes pro...Hardeep Sidhu
2005-11-09Replaced the common for(i = 0; i < NB_SCREENS; i++) loop with a macro that ju...Jens Arnold
2005-11-09H300: Fix dbg_save_roms().Jens Arnold
2005-11-09Fixed the icon for unknown file types on the archos Player, and the bug when ...Kevin Ferrare
2005-11-08That was *not* supposed to be committed :-)Linus Nielsen Feltzing
2005-11-08Removed a redundant commentLinus Nielsen Feltzing
2005-11-08Quick fix to make the h300 build workLinus Nielsen Feltzing
2005-11-08Fixed bad check for LCD sizeLinus Nielsen Feltzing
2005-11-08Added set_background() for color LCDLinus Nielsen Feltzing
2005-11-08Ooops.Jens Arnold
2005-11-07Removed unused ata_standby(), changed return type of ata_sleep() to void, rem...Jens Arnold
2005-11-07No longer build the main output binary file when doing debug builds.Daniel Stenberg
2005-11-07Use set_int() for the crossfade time settings.Jens Arnold
2005-11-07The WPS buffer wasn't big enough for my 2.2k WPS file. Increased buffer size...Christi Scarborough
2005-11-07Please discuss default changes in the future\!Jens Arnold
2005-11-06Sound settings rework: * Put all fixed parameters (unit, decimals, step, min,...Jens Arnold
2005-11-06Changed output format of libmpcdec to non-interleaved stereo for a slight spe...Thom Johansen
2005-11-06The seek_time member of the codec API needs to be decremented before use as a...Thom Johansen
2005-11-06Disabled Musepack seeking, since it's so slow that most users conclude the co...Thom Johansen
2005-11-06some multi-screen work in playlist.c, properly formated splash.hKevin Ferrare
2005-11-06iRiver: New crossfader with more configuration capability. Might stillMiika Pekkarinen
2005-11-06iRiver: Fixed the wps not to stop audio before shutdown has beenMiika Pekkarinen
2005-11-06Added wrapping on settings when reaching limits and when long key press is en...Kevin Ferrare
2005-11-06Fixed the hang and weird behaviour with logf support enabled.Miika Pekkarinen
2005-11-06Corrected the bug with boolean settings (the inverted screen that couldn't be...Kevin Ferrare
2005-11-05Unrolled loops up to order 10 plus slight optimisation of default case.Thom Johansen
2005-11-05New plugin: Bejeweled game for Recorder, Ondio, and iRiver.Adam Boot
2005-11-05Added ID3v2 skipping for Musepack files. Switched ReplayGain strings to use t...Thom Johansen
2005-11-05Corrected a bug introduced with the multi screen settings handling code : The...Kevin Ferrare
2005-11-04Fixed the halved volume bug, remove ad-hoc metadata loading and add ReplayGai...Thom Johansen
2005-11-04Added proper metadata parsing for musepack files, including ReplayGain.Thom Johansen
2005-11-04Added documentation to the new select API, made settings.c to use gui_syncspl...Kevin Ferrare
2005-11-04Added iriver remote keys support to the option selection in the menus, correc...Kevin Ferrare
2005-11-04Rolled back "Follow playlist" changeBjörn Stenberg
2005-11-04oops ! fixed the compile error on the archos player, forgot a ifdef ...Kevin Ferrare
2005-11-04Fixed a bug in the multi-screen menus, the statusbar wasn't refreshed when co...Kevin Ferrare
2005-11-03default for "Follow playlist" option is set to "yes"Anton Oleynikov
2005-11-03Recorder v1: removed duplicate battery debug code.Jens Arnold
2005-11-03Add seekpoint parsing and dummy ICODE_ATTR macro to standalone FLAC test programDave Chapman
2005-11-03Move code into IRAM and explicitly inline some functions (gcc was inlining th...Dave Chapman
2005-11-03Move all code into IRAMDave Chapman