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
/
test_core_jpeg.c
(
unfollow
)
Commit message (
Expand
)
Author
2010-08-24
Second try: Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
2010-08-23
Revert "Introduce plugin_crt0.c that every plugin links."
Thomas Martitz
2010-08-23
Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
2010-08-08
fix warrnings in test_core_jpeg.c and test_mem_jpeg.c
Marcin Bukat
2010-06-04
Convert some more stuff to mylcd_ and support pgfx as well.
Michael Sevakis
2009-05-01
Add core JPEG reader, adapted from the JPEG plugin's decoder, with some chang...
Andrew Mahone
2009-02-15
Define a specific exit button. Stops the plugin from exiting prematurely, e.g...
Jens Arnold
2009-02-13
fix test_greylib_bitmap_scale.c
Andrew Mahone
2009-01-24
remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, ...
Andrew Mahone
2009-01-16
loader-initialized global plugin API:
Andrew Mahone
2009-01-13
use plugin buffer for greylib overlay in test_greylib_bitmap_scale
Andrew Mahone
2009-01-12
Added missing dependencies for codeclib and pluginlib. This required renaming...
Björn Stenberg
2009-01-08
cleanup for core-file-in-pluginlib compilation:
Andrew Mahone
2009-01-04
build a scaling-enabled bitmap loader in pluginlib for mono bitmap targets, a...
Andrew Mahone
2008-12-26
Add missing greylib scaled bitmap test plugin.
Andrew Mahone