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