rockbox/apps
Michael Sevakis 16a9f84571 Reenable database ramcache and playlist dircache
Playlist dircache references should be back in working order.

Reenabling dircache references in the database ramcache is not
yet done as it requires quite a bit of rework. Otherwise, the
database in RAM is functional again.

Some buffer compatibility changes have been made for database
commit because the dircache buffer can no longer be stolen, only
freed by an API call.

Change-Id: Ib57c3e98cb23e798d4439e9da7ebd73826e733a4
2017-01-17 15:27:47 -05:00
..
bitmaps
gui
hosted/android
iap iAP: fix USB storage mount after using an iAP accessory 2016-08-26 00:16:16 +02:00
keymaps
lang Attempt to fix dependencies for lang.h, lang_core.c and lang_core.o 2016-08-21 17:00:25 +02:00
menus iBasso DX50/DX90: User selectable USB mode. 2015-02-02 22:43:46 +01:00
player
plugins puzzles: more accurate sin() and cos() 2017-01-16 20:54:56 +01:00
radio
recorder Fix FS#12981 JPEG decoding problem when entropy data starts with FF 2016-04-01 19:29:41 +02:00
abrepeat.c ab_repeat: Move GUI bits to the skin engine. This allows ab_repeat to be compiled headless. 2014-03-10 22:55:26 +01:00
abrepeat.h
action.c
action.h
alarm_menu.c
alarm_menu.h
appevents.h
applimits.h Remove two unused defines. 2010-08-21 15:49:42 +00:00
apps.make
audio_path.c iAP: lingo 1 (microphone) 2015-10-07 06:15:04 +02:00
audio_thread.c
audio_thread.h
beep.c
bookmark.c
bookmark.h
buffering.c
buffering.h
codec_thread.c
codec_thread.h
codecs.c
core_asmdefs.c
cuesheet.c
cuesheet.h
debug_menu.c
debug_menu.h
enc_config.c
enc_config.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
features.txt
filetree.c
filetree.h
filetypes.c
filetypes.h Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR. 2011-12-19 20:12:52 +00:00
fracmul.h
keyboard.h
language.c Add stdio.h include for SEEK_SET define to various files. 2010-12-25 18:43:34 +00:00
language.h
logfdisp.c
logfdisp.h
main.c
menu.c
menu.h
misc.c Save bookmark and settings on shutdown at low battery level on players without HD 2016-04-04 11:07:04 +02:00
misc.h
mpeg.c
mpeg.h
onplay.c
onplay.h
pcmbuf.c
pcmbuf.h
playback.c
playback.h
playlist.c
playlist.h Reenable database ramcache and playlist dircache 2017-01-17 15:27:47 -05:00
playlist_catalog.c Rewrite filesystem code (WIP) 2014-08-30 03:48:23 +02:00
playlist_catalog.h FS#11808 - Major playlist handling changes (on disk playlists) 2011-07-20 14:11:15 +00:00
playlist_menu.h
playlist_viewer.c
playlist_viewer.h FS#11808 - Major playlist handling changes (on disk playlists) 2011-07-20 14:11:15 +00:00
plugin.c
plugin.h
rbcodec_helpers.c
rbcodecconfig.h
rbcodecplatform.h
README lets point to the docs dir 2002-08-21 10:25:16 +00:00
root_menu.c
root_menu.h root_menu: Remove previous_music_is_wps() and change previous_music via event callback. 2014-04-15 23:54:28 +02:00
screen_access.c
screen_access.h
screens.c Fix more reds. 2013-12-15 00:47:21 +01:00
screens.h
scrobbler.c
scrobbler.h
settings.c
settings.h
settings_list.c
settings_list.h
shortcuts.c
shortcuts.h shortcuts: talk the time and configure the sleep timeout 2011-12-08 10:23:46 +00:00
sound_menu.h
SOURCES Replace SAMSUNG_YH920_PAD with YH92X 2016-01-25 09:23:09 +01:00
status.c
status.h Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). 2010-06-21 16:53:00 +00:00
tagcache.c
tagcache.h
tagnavi.config FS#12132 patch 7: Add a new default format for untagged tracks: 2011-07-31 16:26:39 +00:00
tagtree.c events: Rework event subsystem (add_event, send_event) to be more versatile. 2014-03-14 23:36:30 +01:00
tagtree.h
talk.c
talk.h talk: Add debug menu entry to view statistics about talk engine. 2014-02-02 19:40:39 +01:00
tree.c Rewrite filesystem code (WIP) 2014-08-30 03:48:23 +02:00
tree.h
usb_keymaps.c
usb_keymaps.h Commit "FS#10468 - USB HID: Show keypad mode on screen" 2009-09-30 10:06:04 +00:00
voice_thread.c
voice_thread.h

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