1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps
Michael Sevakis 0d032d1fa1 mpeglayer: Give the simulator YCbCr blit similar behavior to the target.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13253 a1c6a512-1295-4272-9138-f99709370657
2007-04-24 02:46:32 +00:00
..
bitmaps
codecs AIFF COMM chunks might be larger than 18 bytes. 2007-04-23 23:11:33 +00:00
eqs
gui WPS Parser: On parse failure, print a (hopefully) useful error message with line number (sim only). 2007-04-24 00:57:04 +00:00
keymaps
lang e200: Make the wheel light timeout configurable (under settings > system) (FS#7067) 2007-04-22 13:02:24 +00:00
menus e200: Make the wheel light timeout configurable (under settings > system) (FS#7067) 2007-04-22 13:02:24 +00:00
player
plugins mpeglayer: Give the simulator YCbCr blit similar behavior to the target. 2007-04-24 02:46:32 +00:00
recorder
abrepeat.c
abrepeat.h
action.c
action.h
alarm_menu.c
alarm_menu.h
applimits.h
bookmark.c Bookmark screen fixes: 1) Make the 'Load bookmark?' prompt follow the status bar setting, and also actually display the statusbar. 2) Call the LCD update function on charcell devices. 2007-04-21 13:56:18 +00:00
bookmark.h
codecs.c General housekeeping: Make plugin buffer functions take size_t * instead of int * to match the parameter type of the buffer functions called in the core. Get rid of unsafe int * <==> size_t * casting. Use ssize_t where int was used and size_t where unsigned int was used in the buffer calls to not alter signedness in the plugins. No API version change since it should only be an issue for 64-bit sim builds. 2007-04-21 18:38:25 +00:00
codecs.h General housekeeping: Make plugin buffer functions take size_t * instead of int * to match the parameter type of the buffer functions called in the core. Get rid of unsafe int * <==> size_t * casting. Use ssize_t where int was used and size_t where unsigned int was used in the buffer calls to not alter signedness in the plugins. No API version change since it should only be an issue for 64-bit sim builds. 2007-04-21 18:38:25 +00:00
cuesheet.c General housekeeping: Make plugin buffer functions take size_t * instead of int * to match the parameter type of the buffer functions called in the core. Get rid of unsafe int * <==> size_t * casting. Use ssize_t where int was used and size_t where unsigned int was used in the buffer calls to not alter signedness in the plugins. No API version change since it should only be an issue for 64-bit sim builds. 2007-04-21 18:38:25 +00:00
cuesheet.h
debug_menu.c Clean up that warning and pull out an unneeded #ifdef 2007-04-21 05:07:18 +00:00
debug_menu.h
dsp.c
dsp.h
dsp_arm.S
dsp_asm.h
dsp_cf.S
enc_config.c
enc_config.h
eq.c
eq.h
eq_arm.S
eq_cf.S
FILES
filetree.c
filetree.h
filetypes.c Fix FS#7056 - dont display garbage if the viewer icon set and the main iconset have different icon heights 2007-04-22 08:50:24 +00:00
filetypes.h
keyboard.h
language.c
language.h
logfdisp.c
logfdisp.h
main.c Commit FS#6929 - Gigabeat bootloader improvements by Barry Wardell and myself. This build fixes the problems seen with the latest builds on the Gigabeat X. Added View IO Ports under the Debug menu for the Gigabeat. Make sure you grab the latest bootloader from the Wiki as the old bootloader will not work properly with new builds. 2007-04-21 04:48:20 +00:00
main_menu.h
Makefile
menu.c fix a bug which made menus using the old API and a callback function to not work correctly 2007-04-22 14:24:32 +00:00
menu.h
metadata.c
metadata.h
misc.c
misc.h
onplay.c No more type punning where it's not funny. 2007-04-21 19:20:20 +00:00
onplay.h
pcmbuf.c
pcmbuf.h
playback.c
playback.h
playlist.c
playlist.h
playlist_catalog.c
playlist_catalog.h
playlist_menu.h
playlist_viewer.c No more type punning where it's not funny. 2007-04-21 19:20:20 +00:00
playlist_viewer.h
plugin.c General housekeeping: Make plugin buffer functions take size_t * instead of int * to match the parameter type of the buffer functions called in the core. Get rid of unsafe int * <==> size_t * casting. Use ssize_t where int was used and size_t where unsigned int was used in the buffer calls to not alter signedness in the plugins. No API version change since it should only be an issue for 64-bit sim builds. 2007-04-21 18:38:25 +00:00
plugin.h General housekeeping: Make plugin buffer functions take size_t * instead of int * to match the parameter type of the buffer functions called in the core. Get rid of unsafe int * <==> size_t * casting. Use ssize_t where int was used and size_t where unsigned int was used in the buffer calls to not alter signedness in the plugins. No API version change since it should only be an issue for 64-bit sim builds. 2007-04-21 18:38:25 +00:00
README
root_menu.c Fix build for those who don't want to build tagcache 2007-04-18 19:46:34 +00:00
root_menu.h
screen_access.c
screen_access.h
screens.c
screens.h
scrobbler.c
scrobbler.h
settings.c e200: Make the wheel light timeout configurable (under settings > system) (FS#7067) 2007-04-22 13:02:24 +00:00
settings.h e200: Make the wheel light timeout configurable (under settings > system) (FS#7067) 2007-04-22 13:02:24 +00:00
settings_list.c e200: Make the wheel light timeout configurable (under settings > system) (FS#7067) 2007-04-22 13:02:24 +00:00
settings_list.h
settings_menu.h
sound_menu.h
SOURCES
status.c
status.h
tagcache.c
tagcache.h
tagnavi.config
tagtree.c
tagtree.h
talk.c
talk.h
tree.c
tree.h
version.h

For general information see: docs/README
For API information see: docs/API