| Commit message (Expand) | Author |
| 2005-04-28 | Make searchengine compile for all targets; correct linking for archos. | Jens Arnold |
| 2005-04-28 | Fixed stripping of \n.. | Michiel Van Der Kolk |
| 2005-04-28 | scanf sucks :/ | Michiel Van Der Kolk |
| 2005-04-28 | scanf sucks >.<; | Michiel Van Der Kolk |
| 2005-04-28 | Searchengine is a viewer now, .rsp "Rockbox Smart Playlist" | Michiel Van Der Kolk |
| 2005-04-28 | low level search query file maker, to be built on host, not target.. | Michiel Van Der Kolk |
| 2005-04-28 | Count hits... string searches appear to be broken for now, unsure why, | Michiel Van Der Kolk |
| 2005-04-28 | Read searchquery from a search "file" (search tokenstream) | Michiel Van Der Kolk |
| 2005-04-28 | Better endian functions for reading longs/shorts | Michiel Van Der Kolk |
| 2005-04-28 | Proper headers, simulator support should (emphasis on should) work. | Michiel Van Der Kolk |
| 2005-04-28 | No unneeded delays... | Michiel Van Der Kolk |
| 2005-04-28 | Search engine core for database v2, has an hardcoded "songs for year >= 1980 ... | Michiel Van Der Kolk |
| 2005-04-25 | Don't build splitedit.c on iriver | Linus Nielsen Feltzing |
| 2005-04-20 | Fixed warnings, adapted to Rockbox coding style, optimized to 78% realtime. | Stepan Moskovchenko |
| 2005-04-20 | Ooops | Linus Nielsen Feltzing |
| 2005-04-19 | Some shifting optimizations. Working code. 50% realtime. | Stepan Moskovchenko |
| 2005-04-19 | Removed warnings | Linus Nielsen Feltzing |
| 2005-04-19 | some libmad test performance improvements | Linus Nielsen Feltzing |
| 2005-04-16 | Added xxx2wav support, an icon, and some optimizations | Stepan Moskovchenko |
| 2005-04-15 | fix compiler error | Daniel Stenberg |
| 2005-04-15 | Code cleanup, fix warnings, error checking, add midi2wav to viewers.config | Stepan Moskovchenko |
| 2005-04-15 | no new line fix | Christian Gmeiner |
| 2005-04-15 | whoops... forgot one file | Christian Gmeiner |
| 2005-04-15 | plugin to test remote lcd | Christian Gmeiner |
| 2005-04-15 | Added MIDI synthesizer plugin | Stepan Moskovchenko |
| 2005-04-12 | Add mpc2wav to viewers.config. | Thom Johansen |
| 2005-04-12 | Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for i... | Thom Johansen |
| 2005-04-07 | Added iriverify to viewers.config | Linus Nielsen Feltzing |
| 2005-04-07 | Patch #1164207 by Alexandre Bourget, the iriverify plugin, transforms Rockbox... | Linus Nielsen Feltzing |
| 2005-04-05 | mp3buf renamed to audiobuf | Linus Nielsen Feltzing |
| 2005-04-04 | More audio code restructuring, mostly renaming functions so far | Linus Nielsen Feltzing |
| 2005-04-01 | Moved the mpeg_sound_xxx() functions to sound.c and renamed them to sound_xxx() | Linus Nielsen Feltzing |
| 2005-03-28 | ladida... iriver sim fix till pcm playback is implemented there. | Michiel Van Der Kolk |
| 2005-03-28 | This is completely obsolete :p | Michiel Van Der Kolk |
| 2005-03-28 | archos fix blah | Michiel Van Der Kolk |
| 2005-03-28 | Sound api improvements, rockboy sound, contributed by xshock. | Michiel Van Der Kolk |
| 2005-03-20 | Alpha sound driver for rockboy, should work in theory, but in practice, | Michiel Van Der Kolk |
| 2005-03-17 | Source documentation of gnuboy (all there is anyways...) | Michiel Van Der Kolk |
| 2005-03-10 | Removed unnecessary extra check. | Jens Arnold |
| 2005-03-10 | Made the IRAM usage depend on the CPU type. | Jens Arnold |
| 2005-03-10 | Compile the simulators without special code & data sections. Fixes intermitte... | Jens Arnold |
| 2005-03-09 | Fixes for the codec test environment: (1) Long aligned codec_malloc(). (2) Up... | Jens Arnold |
| 2005-03-07 | Baild out instead of crashing when called directly (without playing a ROM file). | Jens Arnold |
| 2005-03-06 | do the SOURCES magic correct here too | Daniel Stenberg |
| 2005-03-06 | don't say anything, just slap me on sight... :-! | Daniel Stenberg |
| 2005-03-06 | Oops. I didn't mean to commit this just yet, this is work in progress. | Daniel Stenberg |
| 2005-03-06 | Use the new generic SRC build "macro" in tools/makesrc.inc to process the | Daniel Stenberg |
| 2005-03-06 | first shot at a perl script that generates the dependencies for the .elf files | Daniel Stenberg |
| 2005-03-05 | Made the plugin linking depend on the plugin library for the simulator builds... | Jens Arnold |
| 2005-03-05 | Minor bug when writing files; files weren't truncated to 0, so when | Michiel Van Der Kolk |