summaryrefslogtreecommitdiffstats
path: root/apps/plugin.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-16Purge buffer and codec APIs existing exclusively in support of mpa.codec and ...Michael Sevakis1-2/+1
2011-03-05Change the thread api a bit.Thomas Martitz1-0/+1
2011-02-23Give playback engine better control over the codec. Codec simply follows comm...Michael Sevakis1-0/+2
2011-01-20Fuze v2: Do button reading more efficiently by mapping button codes directly ...Michael Sevakis1-3/+5
2011-01-17FS#11822: use rockbox_browse() in plugins to select file.Teruaki Kawashima1-0/+2
2011-01-11SA9200: Add YUV blitting, do full-screen updates more efficiently and properl...Michael Sevakis1-1/+1
2011-01-07Add some app_*() wrappers for file IO functions to make app_ work the same as...Frank Gevaerts1-1/+47
2010-12-29Also PREFIX() other filesystem functions. I hope I got them all now...Frank Gevaerts1-7/+7
2010-12-29Properly prefix the creat function for sim builds, otherwise the system creat...Frank Gevaerts1-1/+1
2010-12-28git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28917 a1c6a512-1295-4272-9138...Mustapha Senhaji1-0/+1
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz1-3/+3
2010-10-16Remove some inconsistent guarding around cpucache_* functions to fix a test_c...Nils Wallménius1-10/+8
2010-10-10Fix for FS #10097 - Sometimes keys do work after exiting plugins.Bertrik Sikken1-2/+0
2010-09-30use correct condition for #if for tagcache_fill_tags().Teruaki Kawashima1-1/+1
2010-09-17Make disabling HAVE_PITCHSCREEN actually work without breaking the buildFrank Gevaerts1-2/+2
2010-09-09Extend lc_open() to also being able to load overlay plugins.Thomas Martitz1-4/+13
2010-09-01Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz1-5/+6
2010-08-30Plugins: modify IRAM copying codeRafaël Carré1-24/+5
2010-08-28Implement lcd(_remote)_putsxyf() and export to pluginsRafaël Carré1-0/+1
2010-08-28pitch_detector: cleanupRafaël Carré1-0/+2
2010-08-272nd try: Introduce a small api for loading code (codecs,plugins) from disk/me...Thomas Martitz1-71/+31
2010-08-27Revert "Introduce a small api for loading code (codecs,plugins) from disk/mem...Thomas Martitz1-31/+71
2010-08-26Introduce a small api for loading code (codecs,plugins) from disk/memory.Thomas Martitz1-71/+31
2010-08-03system-arm.c/__div0 are for ARM native builds onlyRafaël Carré1-1/+1
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz1-0/+1
2010-07-24Missed one.Nils Wallménius1-1/+1
2010-07-12text_viewer: remove unneeded code.Teruaki Kawashima1-4/+0
2010-07-08plugin api: delete sb_skin_update().Yoshihisa Uchida1-1/+0
2010-07-07plugin api: new functions set the end of the structure. thanks to Frank Gevae...Yoshihisa Uchida1-4/+6
2010-07-07plugin api: add the following functions.Yoshihisa Uchida1-0/+5
2010-07-01Enable game sounds in PacBox. Sound is OFF by default but can be enabled from...Michael Sevakis1-2/+0
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-15/+15
2010-05-27Generate C file / header for svn version stringRafaël Carré1-1/+1
2010-05-24Make PCM->driver interface about as simple as it will get. Registered callbac...Michael Sevakis1-19/+11
2010-05-17Simplify mpegplayer a bit and use array-based lists rather than linked lists ...Michael Sevakis1-0/+5
2010-05-15Gigabeat S: Fully enable access to hardware tone controls and 3-D effect feat...Michael Sevakis1-0/+3
2010-05-14Make the sim buildable with mingw againFrank Gevaerts1-1/+1
2010-05-14Include host system's header files and don't compile our c library replacemen...Thomas Martitz1-0/+2
2010-05-14pitch_detector: Use continuous recording, even if the algorithm is too slow f...Michael Sevakis1-0/+6
2010-05-07Fix disastrous variable shadowing, change casts to unsigned in (cygwin doesn'...Thomas Martitz1-2/+1
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+0
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz1-9/+25
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz1-3/+3
2010-04-07Text viewer: Fix RTL languages and diacritic characters supportTomer Shalev1-0/+5
2010-03-28Fuzev2: add dithering option for mpegplayerRafaël Carré1-1/+2
2010-02-14FS#10984 - multifont! 2 major additions:Jonathan Gordon1-13/+11
2010-02-11Commit FS#10889: detect file handles leaks in plugins and automatically close...Amaury Pouly1-1/+83
2010-02-10New plugin: FFT, A frequency analyzer pluginFrank Gevaerts1-0/+1
2010-01-02Add strlcat to core to match strlcpy (also add to plugin api). Some uses of s...Torne Wuff1-1/+2
2009-12-24Fix windows sim buildsFrank Gevaerts1-1/+1