summaryrefslogtreecommitdiffstats
path: root/apps/plugins/alpine_cdc.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-29Remove int_prio argument from timer_register, and move the only use for it in...Rafaël Carré1-2/+4
2009-06-07Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold1-3/+3
2009-01-16loader-initialized global plugin API:Andrew Mahone1-6/+2
2008-12-10Use cookies for thread identification instead of pointers directly which give...Michael Sevakis1-1/+1
2008-10-31cleanup storage definesFrank Gevaerts1-2/+2
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-13Plugin parameters should be const.Steve Bavin1-5/+5
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin1-1/+1
2008-04-04Allow to select the core for running the user timer on portalplayer targets. ...Jens Arnold1-2/+2
2007-10-22Phase in thread_wait when waiting for a thread to exit. Begin phasing out the...Michael Sevakis1-8/+5
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis1-2/+2
2007-09-28Get the plugins synced up with the threading changes.Michael Sevakis1-1/+0
2007-05-10Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman1-2/+2
2007-04-21Missed a couple. Hopefully fix all warnings.Michael Sevakis1-1/+1
2007-04-21General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis1-1/+1
2007-04-06Now charcell displays require lcd_update() for updating the main lcd content ...Jens Arnold1-2/+0
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-2/+2
2007-03-04Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers1-1/+2
2006-12-21Lil' tweak to plugins using remove_thread. Just use remove_thread(NULL) to ha...Michael Sevakis1-5/+3
2006-10-31* give tsr plugins the choice to quit or notJonathan Gordon1-1/+4
2006-09-16New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen1-2/+3
2006-04-02Use TIMER_FREQ for timers in plugins. Fixes timer speed on iPod.Jens Arnold1-2/+2
2006-01-15New plugin loader. Solves the crashes introduced with the .bss changes while ...Jens Arnold1-4/+2
2005-12-17Fixed several plugins for dB volume.Jens Arnold1-1/+1
2005-11-06Sound settings rework: * Put all fixed parameters (unit, decimals, step, min,...Jens Arnold1-0/+4
2005-07-26Moved implementation of user timer to the firmware layer, implemented it for ...Jens Arnold1-4/+4
2005-06-24comment updatedJörg Hohensohn1-3/+2
2005-04-04More audio code restructuring, mostly renaming functions so farLinus Nielsen Feltzing1-29/+29
2005-04-01Moved the mpeg_sound_xxx() functions to sound.c and renamed them to sound_xxx()Linus Nielsen Feltzing1-14/+14
2005-02-04adapted to build on iRiverDaniel Stenberg1-1/+2
2005-01-26Made alpine_cdc.rock compile with DEBUG enabledLinus Nielsen Feltzing1-2/+4
2005-01-20finally add my Alpine car CD changer emulator, although very few people may u...Jörg Hohensohn1-0/+1199