summaryrefslogtreecommitdiffstats
path: root/apps/plugins/lib
AgeCommit message (Expand)AuthorFilesLines
2007-02-05Kill a warning.Thom Johansen1-1/+1
2007-02-05Optimise EQ coef calculation routines for both speed and size. Move now unnee...Thom Johansen2-0/+21
2007-02-01Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold2-2/+2
2007-01-14Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI ...Dave Chapman1-0/+14
2007-01-09Removed executable flagLinus Nielsen Feltzing6-0/+0
2007-01-05Gigabeat gets rockblox ! Thanks to the RedZZR Gary Allen.Steve Gotthardt2-2/+32
2006-12-10Beginnings of a fixed point math library for use in plugins. fsincos() only f...Jens Arnold1-0/+1
2006-12-10Beginnings of a fixed point math library for use in plugins. fsincos() only f...Jens Arnold2-0/+141
2006-11-28Fix minor typo in the plugin playback control menu c->CNils Wallménius1-1/+1
2006-11-26ipod keypad fixes.. fixes bubblesJonathan Gordon1-6/+6
2006-11-19grr.. forgot to add these filesJonathan Gordon2-0/+72
2006-11-19* Move checkbox to plugin api (core never uses it)Jonathan Gordon1-0/+1
2006-11-18fix ondios again. Add a context for left/right/fire actions which seemsJonathan Gordon1-1/+62
2006-11-16fix buildsJonathan Gordon1-1/+1
2006-11-16woops, i'm a dill!Jonathan Gordon1-8/+8
2006-11-16implement actions in the plugins, bubbles and metronome converted.Jonathan Gordon3-0/+228
2006-11-05Grayscale lib: Using a 32x32->32 bit multiplication is better on ARM, as 16x1...Jens Arnold4-92/+96
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold1-5/+3
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold1-1/+1
2006-10-07Rockblox: * Ported to the Player :-P * Slight optimisation in refresh_board().Jens Arnold2-0/+7
2006-08-19* Use fast multiplication macro in some more places. * Better pipelining on SH1.Jens Arnold2-12/+10
2006-08-11Better implementation of the new greyscale algorithm. A bit faster (+2% on iP...Jens Arnold2-524/+471
2006-08-11New algorithm for grayscale buffer updates which is faster for large buffer d...Jens Arnold2-715/+1858
2006-08-11'no voice' is -1 not 0 and menu_items does have a pointerMarcoen Hirschberg1-7/+7
2006-08-11don't assign NULL to a long (fixes sim build warnings)Marcoen Hirschberg1-7/+7
2006-08-09ARM targets: Shave off one instruction from the multiply-by-75.Jens Arnold2-6/+4
2006-08-07Fix sim warnings.Jens Arnold1-4/+5
2006-08-07Grayscale lib: Working screendump on iPod (target + sim).Jens Arnold1-2/+77
2006-08-07* Assembler optimised gray_update_rect() and writearray() for arm (greyscale ...Jens Arnold3-423/+692
2006-08-07We can run the grayscale lib at full frame rate on iPods...Jens Arnold1-2/+2
2006-08-07Grayscale library ported to the grayscale iPods, first version. Added C refer...Jens Arnold6-185/+1309
2006-08-04Again smaller fixed point exp()Jens Arnold1-19/+5
2006-08-04Smaller & faster (on our targets) fixed point exp() with a multiplication.Jens Arnold1-9/+1
2006-08-03Repair bufferend scrolling background.Jens Arnold1-4/+4
2006-08-02Proper rounding...Jens Arnold1-1/+1
2006-08-02Slightly better precision.Jens Arnold1-1/+1
2006-08-02Ooops, don't apply correction when it shouldn't be applied.Jens Arnold1-1/+1
2006-08-02Grayscale library: LCD linearisation and gamma correction.Jens Arnold4-40/+239
2006-07-27Moved the X5 button driver to the target treeLinus Nielsen Feltzing1-1/+1
2006-07-19Lib to save a bitmap struct to a bmp file. Only works/tested with color bitmaps.Antoine Cellerier3-0/+117
2006-07-19RGB <-> HSV colorspace conversion libAntoine Cellerier3-0/+165
2006-07-181bit and 2bit LCD drivers: Low-level bit handling optimisations.Jens Arnold1-2/+8
2006-05-30Use correct file mode when creating files. Fixes task 5452Dan Everton1-1/+1
2006-04-20SH1: Better placement of the C library routine references (gcc 3.4.x -Os and ...Jens Arnold2-26/+18
2006-04-06Greyscale ipods: Fix horizontal scrolling in oscilloscope, the flipped LCD dr...Jens Arnold1-4/+4
2006-04-06Patch #3022 by Mikael Magnusson: Only zero out the actual bss area instead of...Jens Arnold1-1/+4
2006-04-02Use TIMER_FREQ for timers in plugins. Fixes timer speed on iPod.Jens Arnold1-2/+2
2006-03-26Basic plugin playback control menu by Jonathan Gordon (Patch #4874)Linus Nielsen Feltzing3-0/+139
2006-03-09Fix profiling compilation for non-m68k targetsBrandon Low1-0/+4
2006-03-08The LCD extension lib was split into 3 parts: Removed old file.Jens Arnold1-477/+0