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