index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
lib
/
feature_wrappers.h
(
unfollow
)
Commit message (
Expand
)
Author
2009-05-04
Make JPEG and BMP scaler optional with HAVE_JPEG and HAVE_BMP_SCALING, both d...
Andrew Mahone
2009-05-02
Fix red.
Andrew Mahone
2009-05-02
Add read_<image>_fd functions to plugin API, add feature_wrappers.h handling ...
Andrew Mahone
2009-05-02
Add read_jpeg_* to feature_wrappers.h, add import-from-core for jpeg_load.c o...
Andrew Mahone
2009-01-24
plugins/lib/feature_wrappers.h to provide easy access to some feature that ma...
Andrew Mahone
2009-01-24
albumart search in pluginlib when building without HAVE_ALBUMART (for later u...
Andrew Mahone
2009-01-13
remove align_buffer from firmare/general.c, replacing with ALIGN_BUFFER macro...
Andrew Mahone
2009-01-08
cleanup for core-file-in-pluginlib compilation:
Andrew Mahone
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-13
Plugin parameters should be const.
Steve Bavin
2006-03-09
Fix profiling compilation for non-m68k targets
Brandon Low
2006-01-18
Profiling support, tools and documentation.
Brandon Low
2005-07-12
Beginnings of a library complementing the core LCD functions. First function:...
Jens Arnold
2004-06-23
Split grayscale library into several files to make up a real function library...
Jens Arnold