summaryrefslogtreecommitdiffstats
path: root/apps/plugin.h
AgeCommit message (Expand)AuthorFilesLines
39 hoursplugins: Simplify plugin/codec API versioningHEADmasterAidan MacDonald1-10/+11
2023-01-22Add perceptual volume adjustmentAidan MacDonald1-1/+2
2023-01-19database: make parent tables work with pluginChristian Soffke1-1/+5
2023-01-15buflib: Add CONFIG_BUFLIB_BACKEND for selecting a buflib backendAidan MacDonald1-1/+1
2023-01-15buflib: Prep for multiple backend support, rename to buflib_mempoolAidan MacDonald1-1/+1
2023-01-14PictureFlow: Add ability to insert into playlistsChristian Soffke1-1/+3
2023-01-14Fix red in 7f265eeChristian Soffke1-1/+2
2023-01-13Remove buflib allocation names, part twoAidan MacDonald1-3/+2
2023-01-10PictureFlow: Add 'Track Info' for tracks or whole albumsChristian Soffke1-1/+4
2023-01-06plugins: Properties: Add 'Last Modified' for audio filesChristian Soffke1-3/+4
2022-12-22rbcodec dsp: Replace enum dsp_ids arguments with unsigned intAidan MacDonald1-1/+1
2022-12-19remove rockboxlogo after boot INIT_ATTRWilliam Wilgus1-3/+2
2022-12-17Remove browse_context_init()Aidan MacDonald1-6/+2
2022-12-17settings: Remove setting ID return from find_setting()Aidan MacDonald1-10/+8
2022-10-22PictureFlow: Minor fixes & changed defaultsChristian Soffke1-1/+6
2022-10-13Revert "Remove YUV blitting functions and LCD modes"Solomon Peachy1-0/+11
2022-10-05gui: Remove list "limit_scroll" memberAidan MacDonald1-2/+2
2022-10-05gui: Remove "enum list_wrap" from list action functionsAidan MacDonald1-4/+3
2022-10-05gui: Remove gui_synclist_limit_scroll()Aidan MacDonald1-3/+2
2022-10-03Remove YUV blitting functions and LCD modesAidan MacDonald1-11/+0
2022-10-02gui: Remove show/hide selection option in listsAidan MacDonald1-15/+18
2022-10-02gui: Constify list title textAidan MacDonald1-1/+1
2022-05-09Properties plugin: Eliminate redundant Track Info codeChristian Soffke1-2/+5
2022-04-16Fix red in 3fcdadce24Aidan MacDonald1-0/+2
2022-04-16plugins: Add multiboot select pluginAidan MacDonald1-1/+4
2022-03-25add way to lock portion of plugin buffer for TSR pluginsWilliam Wilgus1-0/+2
2022-02-23Core Keyremap Allow setting keymap from pluginWilliam Wilgus1-0/+1
2022-01-04PictureFlow: Switch between albums from track viewChristian Soffke1-1/+2
2022-01-04PictureFlow: Utilize "Current Playlist" menu (+ GS fixes)Christian Soffke1-1/+3
2021-12-24Remove dead code/documentation/commentsChristian Soffke1-1/+0
2021-12-23battery_bench: Log battery current informationAidan MacDonald1-1/+2
2021-12-05plugin.h & lua add playlist_insert_playlistWilliam Wilgus1-1/+2
2021-12-02PictureFlow: Warn Before Erasing PlaylistChristian Soffke1-1/+2
2021-11-11folder_select.c move to plugin as db_folder_selectWilliam Wilgus1-0/+1
2021-11-10pitchscreen make it a pluginWilliam Wilgus1-10/+13
2021-10-22plugin.h change plugin_open() path and parameter to constWilliam Wilgus1-2/+2
2021-08-26Plugin Api add core bitmapsWilliam Wilgus1-1/+2
2021-08-19plugins trade talk_value for talk_value_decimalWilliam Wilgus1-1/+1
2021-06-21rockbox: add a crc32 reverse polynomial functionJames Buren1-0/+1
2020-11-12plugin: Un-export find_next_frame()Solomon Peachy1-2/+0
2020-11-12pcm: Further cleanup of unused bits of the PCM ACPI:Solomon Peachy1-5/+2
2020-10-31plugins: bump api version (missed it in fe2d52c)Solomon Peachy1-2/+2
2020-10-31pcm: Get rid of pcm_play_pause() and associated APIsSolomon Peachy1-2/+0
2020-10-26LCD core move buf ptr and address look up function viewport structWilliam Wilgus1-4/+3
2020-10-26make the plugin API frambuffer agnosticMoshe Piekarski1-5/+5
2020-10-26h300: expose the firmware functions in the plugin APIJames Buren1-1/+1
2020-09-20voice: rename mp3_play_* functions to voice_play_*Solomon Peachy1-11/+4
2020-08-17Add open_plugin to coreWilliam Wilgus1-0/+3
2020-08-16root_menu move tag cache init check to pictureflow pluginWilliam Wilgus1-1/+6
2020-07-24Plugin Api update with added functionsWilliam Wilgus1-0/+3