summaryrefslogtreecommitdiff
path: root/apps/plugin.c (unfollow)
Commit message (Expand)Author
2016-03-30Fix broken logfMihail Zenkov
2015-01-08Clarify usb_powered() and fix some code.Amaury Pouly
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis
2014-08-16Fix warnings from 6ed0087Michael Sevakis
2014-06-21lcd-24bit: Introduce a 24-bit mid-level LCD driverThomas Martitz
2014-05-09Make errno a thread-local variable.Michael Sevakis
2014-04-09plugins: Add plugin_release_audio_buffer().Thomas Martitz
2014-02-13main_menu_config: New plugin to configur the main menu orderJonathan Gordon
2014-01-07lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_style().Thomas Martitz
2014-01-07lcd-common: Remove unused function lcd_puts_style().Thomas Martitz
2013-12-23playback,talk: Share audiobuffer via core_alloc_maximum().Thomas Martitz
2013-12-14Bump plugin api and sort.Thomas Martitz
2013-12-14scroll_engine: Rename scroll_stop* functions to be more consistent with the l...Thomas Martitz
2013-07-05...and mixer_set/get_frequency is SWCODEC only! :-)Michael Sevakis
2013-07-06Enable setting of global output samplerate on certain targets.Michael Sevakis
2013-01-02Use crc32 of filename to resume tracksRichard Quirk
2012-12-18Adapt OSD in plugin lib to be greylib compatible.Michael Sevakis
2012-12-05Add a true waveform display to the oscilloscope plugin.Michael Sevakis
2012-05-28New crossfeed algorithm for Rockbox: "Meier" crossfeedBertrik Sikken
2012-05-09Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROLNils Wallménius
2012-05-08fix yellow introduced in 10829b2Marcin Bukat
2012-05-08Fix fat test program not compiling (FS#12646).Marcin Bukat
2012-04-29Fundamentally rewrite much of the audio DSP.Michael Sevakis
2012-03-03One more *_filesize() to removeFrank Gevaerts
2012-03-03filesize() isn't prefixed anymore for sims.Frank Gevaerts
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon
2012-01-27Bump plugin api and abi version needed for b8439f2. Sort too.Thomas Martitz
2012-01-27Add touchscreen_get_mode() to plugin and lua.Thomas Martitz
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz
2011-12-31ypr0: Enable battery voltage read-out, charging monitoring and charger detect...Thomas Martitz
2011-12-17Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis
2011-11-29FS#12414 : Fix directory functions in plugins on targets which HAVE_DIRCACHE....Boris Gjenero
2011-11-29FS#12412 : Delete old buffer allocation code which has been replaced by core_...Boris Gjenero
2011-10-17- Fix some reds by implementing lcd_get_dpi().Thomas Martitz
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg
2011-09-24FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon
2011-09-14Remove some old code which tries to clear/set the backdrop when starting plug...Jonathan Gordon
2011-08-30Remove buflib from the pluginlib and use the core one.Thomas Martitz
2011-08-30GSoC/Buflib: Enable compaction in buflib.Thomas Martitz
2011-08-14GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz
2011-08-04Add a plugin activity which to the %cs screen option listJonathan Gordon
2011-08-03Plugin API/ABI got incompatible r30242. Bump and sort.Thomas Martitz
2011-07-08Have mpegplayer use the mixer (the playback channel, since it's mutually excl...Michael Sevakis
2011-07-02Use playback channel directly for peakmeters and plugins using peak calculati...Michael Sevakis
2011-06-29Knock out at least some red/yellow from r30097.Michael Sevakis
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis
2011-05-09Provide a reasonable fix for FS#12093 - Playback hanging after codec/playback...Michael Sevakis
2011-04-27Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis
2011-03-16Purge buffer and codec APIs existing exclusively in support of mpa.codec and ...Michael Sevakis
2011-03-05Change the thread api a bit.Thomas Martitz