rockbox/apps/plugins/searchengine
Hristo Kovachev cc6f37b8d8 "Next/Previous jpeg from within the JPEG viewer" addition by Alexander Spyridakis, modified a bit by me
Also tries to use the plugin buffer instead of the audio buffer on the platforms with more than 130kb plugin buffer size (thus not stopping the music playback). If the free buffer from the plugin buffer is not enough, asks for stopping playback. Needs a little more work, but seems stable as it is.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8728 a1c6a512-1295-4272-9138-f99709370657
2006-02-18 20:51:34 +00:00
..
dbinterface.c "Next/Previous jpeg from within the JPEG viewer" addition by Alexander Spyridakis, modified a bit by me 2006-02-18 20:51:34 +00:00
dbinterface.h "Next/Previous jpeg from within the JPEG viewer" addition by Alexander Spyridakis, modified a bit by me 2006-02-18 20:51:34 +00:00
Makefile New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. 2006-01-15 18:20:18 +00:00
parser.c Starts with and ends with support (for strings), as requested. 2005-05-10 23:44:22 +00:00
parser.h This should give some optimization when and-ing things.... 2005-04-28 21:28:42 +00:00
searchengine.c New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. 2006-01-15 18:20:18 +00:00
searchengine.h Code policy... 2005-04-29 21:02:17 +00:00
token.c New search capabilities; autorating, bitrate, track number, playtime, samplerate 2005-06-06 19:34:35 +00:00
token.h First runtime database support, self repairing, only playcount works for now, 2005-07-01 17:29:44 +00:00