- 1f5fb99 Some shifting optimizations. Working code. 50% realtime. by Stepan Moskovchenko · 20 years ago
- 134d251 Removed warnings by Linus Nielsen Feltzing · 20 years ago
- daa7fdc some libmad test performance improvements by Linus Nielsen Feltzing · 20 years ago
- 4b773c0 Added xxx2wav support, an icon, and some optimizations by Stepan Moskovchenko · 20 years ago
- cdd35ba fix compiler error by Daniel Stenberg · 20 years ago
- 5811214 Code cleanup, fix warnings, error checking, add midi2wav to viewers.config by Stepan Moskovchenko · 20 years ago
- 8c0c53e no new line fix by Christian Gmeiner · 20 years ago
- 562c872 whoops... forgot one file by Christian Gmeiner · 20 years ago
- 4dabec4 plugin to test remote lcd by Christian Gmeiner · 20 years ago
- 215e492 Added MIDI synthesizer plugin by Stepan Moskovchenko · 20 years ago
- ac69e2a Add mpc2wav to viewers.config. by Thom Johansen · 20 years ago
- ad17fd4 Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for initiating the port. by Thom Johansen · 20 years ago
- 579f3d8 Added iriverify to viewers.config by Linus Nielsen Feltzing · 20 years ago
- 2fa2bf6 Patch #1164207 by Alexandre Bourget, the iriverify plugin, transforms Rockbox generated playlists so they are recognized by the iRiver firmware by Linus Nielsen Feltzing · 20 years ago
- d34865a mp3buf renamed to audiobuf by Linus Nielsen Feltzing · 20 years ago
- 8a237a8 More audio code restructuring, mostly renaming functions so far by Linus Nielsen Feltzing · 20 years ago
- 674eaca Moved the mpeg_sound_xxx() functions to sound.c and renamed them to sound_xxx() by Linus Nielsen Feltzing · 20 years ago
- f33ca63 ladida... iriver sim fix till pcm playback is implemented there. by Michiel Van Der Kolk · 20 years ago
- 3210ada This is completely obsolete :p by Michiel Van Der Kolk · 20 years ago
- a87188e archos fix blah by Michiel Van Der Kolk · 20 years ago
- 451dd48 Sound api improvements, rockboy sound, contributed by xshock. by Michiel Van Der Kolk · 20 years ago
- b045f00 Alpha sound driver for rockboy, should work in theory, but in practice, by Michiel Van Der Kolk · 20 years ago
- 80a8ea1 Source documentation of gnuboy (all there is anyways...) by Michiel Van Der Kolk · 20 years ago
- ae4b2de Removed unnecessary extra check. by Jens Arnold · 20 years ago
- 81b51eb Made the IRAM usage depend on the CPU type. by Jens Arnold · 20 years ago
- 657fdf2 Compile the simulators without special code & data sections. Fixes intermittent hangs/ crashes of mpa2wav. by Jens Arnold · 20 years ago
- 58aa4c9 Fixes for the codec test environment: (1) Long aligned codec_malloc(). (2) Update all stats at most once per second. by Jens Arnold · 20 years ago
- 0300fca Baild out instead of crashing when called directly (without playing a ROM file). by Jens Arnold · 20 years ago
- 5152eca do the SOURCES magic correct here too by Daniel Stenberg · 20 years ago
- f9b36e3 don't say anything, just slap me on sight... :-! by Daniel Stenberg · 20 years ago
- 2d493de Oops. I didn't mean to commit this just yet, this is work in progress. by Daniel Stenberg · 20 years ago
- 8ebff81 Use the new generic SRC build "macro" in tools/makesrc.inc to process the by Daniel Stenberg · 20 years ago
- 1167b40 first shot at a perl script that generates the dependencies for the .elf files by Daniel Stenberg · 20 years ago
- db7986c Made the plugin linking depend on the plugin library for the simulator builds too. Removed unneeded dependency on plugin.h, because the .o gets rebuilt anyway when plugin.h changes: by Jens Arnold · 20 years ago
- e5b4913 Minor bug when writing files; files weren't truncated to 0, so when by Michiel Van Der Kolk · 20 years ago
- fabdf1d Logo plugin: (1) Changed button handling. Left/Down now always decreases the absolute delta (down to 0), while Right/Up increaes it. (2) Adapted for player using the player graphics library. by Jens Arnold · 20 years ago
- 72975fa Bugggggggggggssssssssss *chases with flyswatter and swats them* by Michiel Van Der Kolk · 20 years ago
- 71eceb4 printing of the PC in assembly dumps. by Michiel Van Der Kolk · 20 years ago
- 12ab0ab Dynarec debug system added - creates various debugging files in the root. by Michiel Van Der Kolk · 20 years ago
- d1f9484 More opcodes implemented on dynarec, somewhat working, some bugs. by Michiel Van Der Kolk · 20 years ago
- 75640f4 Player graphics library: fixed and more robust bounds check, added bitmap drawing. by Jens Arnold · 20 years ago
- b0f57cb Properly clean the rockboy dependency file. by Jens Arnold · 20 years ago
- a9ee48a LCD mode switching added for recorders (uses ON button). by Jens Arnold · 20 years ago
- ebd63b5 New lcd mode: drop every 9th line; set as default. by Michiel Van Der Kolk · 20 years ago
- 984cd6e New lcd mode; drop top 8 and bottom 8 lines by Michiel Van Der Kolk · 20 years ago
- 3e60b5a Lcd mode selecting between top 16 and bottom 16 lines being dropped by by Michiel Van Der Kolk · 20 years ago
- ca2e99b Grayscale support for rockboy - can't work without markuns patch, by Michiel Van Der Kolk · 20 years ago
- ee811a3 Inserted optimized synth_full and put some vital data in IRAM. by Thom Johansen · 20 years ago
- d787c83 fixed gbc typo by Daniel Stenberg · 20 years ago
- 254100a load/savestate support added to the menu, contributed by pabs by Michiel Van Der Kolk · 20 years ago
- 0de0162 no menu for archos players till menu.c is adapted to work for them too... by Michiel Van Der Kolk · 20 years ago
- 0dc6b12 replaced BUTTON_SELECT with BUTTON_OFF by Michiel Van Der Kolk · 20 years ago
- e5f9306 forgot an #ifdef by Michiel Van Der Kolk · 20 years ago
- 31f215e ack, forgot to add file by Michiel Van Der Kolk · 20 years ago
- cd040dd First stages of rockboy menu - press A/B mode to enter, contributed by pabs by Michiel Van Der Kolk · 20 years ago
- 3921e1a Added dynarec(under construction) and outline for lcd modes by Michiel Van Der Kolk · 20 years ago
- 348f567 Mode button quits now instead of the center button - prevents accidental quits. by Michiel Van Der Kolk · 20 years ago
- 9581972 Functions and data into iram mode for iriver, seems faster. by Michiel Van Der Kolk · 20 years ago
- 0cecadd Automatic cpu boosting when emulating, when supported by Michiel Van Der Kolk · 20 years ago
- 384de10 Rockboy - gameboy emulation for rockbox, based on gnuboy. Still a bit early, but already playable on iRiver H1xx and the simulators. The archos recorder version is currently rather slow... by Jens Arnold · 20 years ago
- 8c82d81 Sokoban: Made the walls dithered again. Code policing, removed tab chars. by Jens Arnold · 20 years ago
- 8fb8742 iRiver: Make better use of internal RAM, and larger buffers by Linus Nielsen Feltzing · 20 years ago
- 2d69f4c Fix for adjustable frequency by Linus Nielsen Feltzing · 20 years ago
- b363d65 Get malloc() and friends out of the way for the cygwin linker (and maybe others), to make plugins work properly in the simulator. by Jens Arnold · 20 years ago
- 274e5c2 Killed a warning by Linus Nielsen Feltzing · 20 years ago
- 4766863 Sokoban adapted to the iRiver H1xx display by Michiel van der Kolk by Linus Nielsen Feltzing · 20 years ago
- 74a1fb8 Use the new config-a52.h by Jens Arnold · 20 years ago
- 0eeb92f add wv2wav by Christian Gmeiner · 20 years ago
- cb78646 Codec test plugins: use DEBUGF() instead of (not cleanly avaliable) printf(). by Jens Arnold · 20 years ago
- 6e372ab Grayscale lib: let the compiler decide when to save the pr register. by Jens Arnold · 20 years ago
- 0cd492f Reduced the LCD updates to once per second by Linus Nielsen Feltzing · 20 years ago
- 4f2a7df Win32 simulator: fixed building of codec test plugins. by Jens Arnold · 20 years ago
- 94b64cc There is no iram for simulator plugins. by Jens Arnold · 20 years ago
- 6f0c5cd Proper check for cygwin build environment, avoids win32 error 5 when loading plugins by Jens Arnold · 20 years ago
- 22b7701 Build cleanup and general fixes. fprintf() is now fdprintf(), the separation by Daniel Stenberg · 20 years ago
- e638ead Temporary solution for code and data in IRAM for iriver codecs by Linus Nielsen Feltzing · 20 years ago
- 9828f08 Byte-swap WAV data on big-endian targets by Dave Chapman · 20 years ago
- 4d961f2 First version of vorbis decoder by Dave Chapman · 20 years ago
- 7b56110 Build the codec plugins in the simulator - only tested for X11 by Dave Chapman · 20 years ago
- 0308fc2 use CFLAGS and the codeclibs when linking .rocks on x11 sim by Daniel Stenberg · 20 years ago
- cdde25b Unified build system to use SOURCES for sim builds too, a single Makefile-look by Daniel Stenberg · 20 years ago
- f436476 Call button_clear_queue() before we start decoding - otherwise "open with" exited immediately by Dave Chapman · 20 years ago
- e3e116d First version by Dave Chapman · 20 years ago
- b64d95f Add flac2wav decoder - hardcoded output is /flactest.wav by Dave Chapman · 20 years ago
- 3c166be Do not build on simulator or non-software codecs targets by Dave Chapman · 20 years ago
- 9b32a19 Move contents of plugins/xxx2wav.h into the plugin library by Dave Chapman · 20 years ago
- 711f763 Code cleanup and change to use contents of xxx2wav.h (still more work to do) by Dave Chapman · 20 years ago
- a9b7109 More code cleanups by Dave Chapman · 20 years ago
- 594b690 Start to clean up a52towav.c and move common xxx2wav code into xxx2wav.h by Dave Chapman · 20 years ago
- 7b96e2d Initial version of a52towav test viewer plugin for liba52 - output is hardcoded to /ac3test.wav. CUrrently restricted to Stereo AC-3 files, but easy to fix for other types of files (e.g. 5.1) by Dave Chapman · 20 years ago
- 9edaf37 Fixed check for software codec in SOURCES, and ifdefed the plugin itself. by Jens Arnold · 20 years ago
- 538e680 Solitaire adapted to iRiver, based on patch #1121520 by Jonas Haggqvist. by Jens Arnold · 20 years ago
- 02eaeaf Initial check-in of mpa2wav - a test "viewer" plugin for the iRiver to convert an MPEG audio file (MP1/2/3) into a wav file (currently hard-coded to /libmadtest.wav by Dave Chapman · 20 years ago
- 952d9d0 Patch #1123576 by Jonas Haggqvist: pong adapted to variable screen resolution (iriver). by Jens Arnold · 20 years ago
- 9d4a79b Discard .eh_frame, otherwise the codec viewer plugins are about 800MB in size. See http://www.rockbox.org/mail/archive/rockbox-archive-2004-07/0445.shtml by Dave Chapman · 20 years ago
- e452383 Increase PLUGINSIZE to 768k for devices with at least 32MB of RAM (currently only iRiver). by Dave Chapman · 20 years ago
- 74f941e C89 fix: variables first then code by Daniel Stenberg · 20 years ago
- 468f9ec New plugin by Jonas Haggqvist: bouncing rockbox logo, screensaver style. by Jens Arnold · 20 years ago
- dbe1911 Complete button assignemt for text viewer on iRiver. by Jens Arnold · 20 years ago
- eea3d62 Snow.rock ported to the player, fullscreen. by Jens Arnold · 20 years ago