summaryrefslogtreecommitdiff
path: root/apps/plugins (unfollow)
Commit message (Expand)Author
2005-03-03no menu for archos players till menu.c is adapted to work for them too...Michiel Van Der Kolk
2005-03-03replaced BUTTON_SELECT with BUTTON_OFFMichiel Van Der Kolk
2005-03-03forgot an #ifdefMichiel Van Der Kolk
2005-03-03ack, forgot to add fileMichiel Van Der Kolk
2005-03-03First stages of rockboy menu - press A/B mode to enter, contributed by pabsMichiel Van Der Kolk
2005-03-03Added dynarec(under construction) and outline for lcd modesMichiel Van Der Kolk
2005-03-03Mode button quits now instead of the center button - prevents accidental quits.Michiel Van Der Kolk
2005-03-03Functions and data into iram mode for iriver, seems faster.Michiel Van Der Kolk
2005-03-03Automatic cpu boosting when emulating, when supportedMichiel Van Der Kolk
2005-03-02Rockboy - gameboy emulation for rockbox, based on gnuboy. Still a bit early, ...Jens Arnold
2005-03-02Sokoban: Made the walls dithered again. Code policing, removed tab chars.Jens Arnold
2005-03-01iRiver: Make better use of internal RAM, and larger buffersLinus Nielsen Feltzing
2005-03-01Fix for adjustable frequencyLinus Nielsen Feltzing
2005-02-28Get malloc() and friends out of the way for the cygwin linker (and maybe othe...Jens Arnold
2005-02-28Killed a warningLinus Nielsen Feltzing
2005-02-28Sokoban adapted to the iRiver H1xx display by Michiel van der KolkLinus Nielsen Feltzing
2005-02-26Use the new config-a52.hJens Arnold
2005-02-25add wv2wavChristian Gmeiner
2005-02-25Codec test plugins: use DEBUGF() instead of (not cleanly avaliable) printf().Jens Arnold
2005-02-24Grayscale lib: let the compiler decide when to save the pr register.Jens Arnold
2005-02-23Reduced the LCD updates to once per secondLinus Nielsen Feltzing
2005-02-23Win32 simulator: fixed building of codec test plugins.Jens Arnold
2005-02-23There is no iram for simulator plugins.Jens Arnold
2005-02-22Proper check for cygwin build environment, avoids win32 error 5 when loading ...Jens Arnold
2005-02-22Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg
2005-02-22Temporary solution for code and data in IRAM for iriver codecsLinus Nielsen Feltzing
2005-02-19Byte-swap WAV data on big-endian targetsDave Chapman
2005-02-19First version of vorbis decoderDave Chapman
2005-02-18Build the codec plugins in the simulator - only tested for X11Dave Chapman
2005-02-18use CFLAGS and the codeclibs when linking .rocks on x11 simDaniel Stenberg
2005-02-18Unified build system to use SOURCES for sim builds too, a single Makefile-lookDaniel Stenberg
2005-02-18Call button_clear_queue() before we start decoding - otherwise "open with" ex...Dave Chapman
2005-02-16First versionDave Chapman
2005-02-16Add flac2wav decoder - hardcoded output is /flactest.wavDave Chapman
2005-02-16Do not build on simulator or non-software codecs targetsDave Chapman
2005-02-16Move contents of plugins/xxx2wav.h into the plugin libraryDave Chapman
2005-02-16Code cleanup and change to use contents of xxx2wav.h (still more work to do)Dave Chapman
2005-02-16More code cleanupsDave Chapman
2005-02-16Start to clean up a52towav.c and move common xxx2wav code into xxx2wav.hDave Chapman
2005-02-16Initial version of a52towav test viewer plugin for liba52 - output is hardcod...Dave Chapman
2005-02-16Fixed check for software codec in SOURCES, and ifdefed the plugin itself.Jens Arnold
2005-02-16Solitaire adapted to iRiver, based on patch #1121520 by Jonas Haggqvist.Jens Arnold
2005-02-16Initial check-in of mpa2wav - a test "viewer" plugin for the iRiver to conver...Dave Chapman
2005-02-16Patch #1123576 by Jonas Haggqvist: pong adapted to variable screen resolution...Jens Arnold
2005-02-15Discard .eh_frame, otherwise the codec viewer plugins are about 800MB in size...Dave Chapman
2005-02-15Increase PLUGINSIZE to 768k for devices with at least 32MB of RAM (currently ...Dave Chapman
2005-02-15C89 fix: variables first then codeDaniel Stenberg
2005-02-15New plugin by Jonas Haggqvist: bouncing rockbox logo, screensaver style.Jens Arnold
2005-02-12Complete button assignemt for text viewer on iRiver.Jens Arnold
2005-02-12Snow.rock ported to the player, fullscreen.Jens Arnold