summaryrefslogtreecommitdiff
path: root/apps/plugin.c (follow)
Commit message (Expand)AuthorAge
* 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
* Give playback engine better control over the codec. Codec simply follows comm...Michael Sevakis2011-02-23
* Fuze v2: Do button reading more efficiently by mapping button codes directly ...Michael Sevakis2011-01-20
* FS#11822: use rockbox_browse() in plugins to select file.Teruaki Kawashima2011-01-17
* SA9200: Add YUV blitting, do full-screen updates more efficiently and properl...Michael Sevakis2011-01-11
* Add some app_*() wrappers for file IO functions to make app_ work the same as...Frank Gevaerts2011-01-07
* Also PREFIX() other filesystem functions. I hope I got them all now...Frank Gevaerts2010-12-29
* Properly prefix the creat function for sim builds, otherwise the system creat...Frank Gevaerts2010-12-29
* git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28917 a1c6a512-1295-4272-9138...Mustapha Senhaji2010-12-28
* Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz2010-12-06
* Remove some inconsistent guarding around cpucache_* functions to fix a test_c...Nils Wallménius2010-10-16
* Fix for FS #10097 - Sometimes keys do work after exiting plugins.Bertrik Sikken2010-10-10
* use correct condition for #if for tagcache_fill_tags().Teruaki Kawashima2010-09-30
* Make disabling HAVE_PITCHSCREEN actually work without breaking the buildFrank Gevaerts2010-09-17
* Extend lc_open() to also being able to load overlay plugins.Thomas Martitz2010-09-09
* Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz2010-09-01
* Plugins: modify IRAM copying codeRafaël Carré2010-08-30
* Implement lcd(_remote)_putsxyf() and export to pluginsRafaël Carré2010-08-28
* pitch_detector: cleanupRafaël Carré2010-08-28
* 2nd try: Introduce a small api for loading code (codecs,plugins) from disk/me...Thomas Martitz2010-08-27
* Revert "Introduce a small api for loading code (codecs,plugins) from disk/mem...Thomas Martitz2010-08-27
* Introduce a small api for loading code (codecs,plugins) from disk/memory.Thomas Martitz2010-08-26
* system-arm.c/__div0 are for ARM native builds onlyRafaël Carré2010-08-03