summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2005-11-13iPod: Disable building the plugins for nowDave Chapman1-0/+2
2005-11-13Shorten updates from Mark Arigo: calculate average bitrate, skip id3v2 tags a...Dave Chapman3-8/+28
2005-11-13iRiver: fix for audio kept on while playing a file + new function to set audi...Anton Oleynikov2-0/+26
2005-11-13Add LCD_LIGHTGRAY and LCD_DARKGRAY macros and correctly use LCD_LIGHTGRAY in ...Dave Chapman1-1/+1
2005-11-12fix warning on player buildsDaniel Stenberg1-0/+5
2005-11-121 - assume and use WPS files in .rockbox/wpsDaniel Stenberg4-11/+16
2005-11-12Use LCD_WHITE macro - this is defined for both greyscale and colour LCDsDave Chapman1-10/+2
2005-11-12iPod: Add placeholder button definitions - these need reviewing when the butt...Dave Chapman8-0/+80
2005-11-12iPod: Implement plugin.lds and enable codec building for all SWCODEC platform...Dave Chapman2-4/+18
2005-11-12iPod: dummy implementation of dbg_flash_id()Dave Chapman1-1/+8
2005-11-12Use the correct call to lcd_set_background() for colour LCDsDave Chapman1-2/+6
2005-11-12iPod: current_tick is (currently) a macro - so we exclude it from the plugin ...Dave Chapman4-0/+8
2005-11-12"signed char" policeDave Chapman2-5/+5
2005-11-12Removed monitor option from audio_set_recording_options and the global settin...Andy5-22/+6
2005-11-12iRiver: Initial support for wav-recording in recording menu. Supports mic/lin...Andy9-56/+183
2005-11-12OopsDave Chapman1-0/+1
2005-11-11Move ff_log2_tab out of header file into its own .c fileDave Chapman2-10/+15
2005-11-11fixed a bug in folder skipping preventing a feature to work in some casesAnton Oleynikov1-1/+1
2005-11-11Patch #1352575 - Shorten codec from the ffmpeg project. Rockbox implementati...Dave Chapman11-15/+653
2005-11-10iRiver: more robust folder skip routines + folder navigation on main unit viaAnton Oleynikov5-30/+74
2005-11-10Don't reset plugin_loaded flag for a TSR plugin until it's exited. Fixes pro...Hardeep Sidhu1-1/+3
2005-11-09Replaced the common for(i = 0; i < NB_SCREENS; i++) loop with a macro that ju...Jens Arnold7-30/+36
2005-11-09H300: Fix dbg_save_roms().Jens Arnold1-3/+4
2005-11-09Fixed the icon for unknown file types on the archos Player, and the bug when ...Kevin Ferrare8-14/+88
2005-11-08That was *not* supposed to be committed :-)Linus Nielsen Feltzing1-5/+5
2005-11-08Removed a redundant commentLinus Nielsen Feltzing1-5/+5
2005-11-08Quick fix to make the h300 build workLinus Nielsen Feltzing1-4/+6
2005-11-08Fixed bad check for LCD sizeLinus Nielsen Feltzing1-1/+1
2005-11-08Added set_background() for color LCDLinus Nielsen Feltzing1-0/+4
2005-11-08Ooops.Jens Arnold1-1/+1
2005-11-07Removed unused ata_standby(), changed return type of ata_sleep() to void, rem...Jens Arnold1-1/+1
2005-11-07No longer build the main output binary file when doing debug builds.Daniel Stenberg1-2/+8
2005-11-07Use set_int() for the crossfade time settings.Jens Arnold1-31/+16
2005-11-07The WPS buffer wasn't big enough for my 2.2k WPS file. Increased buffer size...Christi Scarborough1-2/+2
2005-11-07Please discuss default changes in the future\!Jens Arnold1-1/+1
2005-11-06Sound settings rework: * Put all fixed parameters (unit, decimals, step, min,...Jens Arnold8-29/+27
2005-11-06Changed output format of libmpcdec to non-interleaved stereo for a slight spe...Thom Johansen2-9/+9
2005-11-06The seek_time member of the codec API needs to be decremented before use as a...Thom Johansen7-6/+7
2005-11-06Disabled Musepack seeking, since it's so slow that most users conclude the co...Thom Johansen1-5/+19
2005-11-06some multi-screen work in playlist.c, properly formated splash.hKevin Ferrare3-31/+36
2005-11-06iRiver: New crossfader with more configuration capability. Might stillMiika Pekkarinen8-108/+396
2005-11-06iRiver: Fixed the wps not to stop audio before shutdown has beenMiika Pekkarinen2-4/+16
2005-11-06Added wrapping on settings when reaching limits and when long key press is en...Kevin Ferrare3-30/+51
2005-11-06Fixed the hang and weird behaviour with logf support enabled.Miika Pekkarinen1-1/+1
2005-11-06Corrected the bug with boolean settings (the inverted screen that couldn't be...Kevin Ferrare4-94/+41
2005-11-05Unrolled loops up to order 10 plus slight optimisation of default case.Thom Johansen1-80/+132
2005-11-05New plugin: Bejeweled game for Recorder, Ondio, and iRiver.Adam Boot2-0/+1056
2005-11-05Added ID3v2 skipping for Musepack files. Switched ReplayGain strings to use t...Thom Johansen1-30/+41
2005-11-05Corrected a bug introduced with the multi screen settings handling code : The...Kevin Ferrare1-12/+20
2005-11-04Fixed the halved volume bug, remove ad-hoc metadata loading and add ReplayGai...Thom Johansen1-5/+9