summaryrefslogtreecommitdiffstats
path: root/apps/plugins
AgeCommit message (Expand)AuthorFilesLines
2007-04-10mpegplayer: do a little post commit cleanup.Michael Sevakis1-10/+3
2007-04-10mpegplayer: Get A-V synchronized. Improve frame sync and dropping logic and t...Michael Sevakis1-424/+1033
2007-04-09Better endianness handling, removed some leftoversPeter D'Hoye1-39/+4
2007-04-09Fix yellow from 64bit platform simPeter D'Hoye1-7/+7
2007-04-09New plugin: wavview. Shows info about a wav file and allows you to look at th...Peter D'Hoye3-10/+489
2007-04-09Enable rockboy for M5.Jens Arnold2-6/+4
2007-04-09Oscilloscope: Make orientation switching usable on X5, M5 and H10.Jens Arnold1-1/+7
2007-04-08sims have no MAS, hence no mas_codec_readreg()Robert Kukla1-24/+29
2007-04-08FS#6604 - Starfield Pulses To MusicRobert Kukla1-8/+50
2007-04-08Enabled pacbox for M5.Jens Arnold1-2/+3
2007-04-08FS #6759: Support tan function in calculator plugin. Patch by Luke Blaney.Dan Everton1-2/+17
2007-04-06Now charcell displays require lcd_update() for updating the main lcd content ...Jens Arnold23-96/+88
2007-04-05optimized motion compensation for ARM from the mplayer-w100 project. Elefants...Marcoen Hirschberg5-0/+515
2007-04-04just pass the struct to vo_setup instead of multiple argumentsMarcoen Hirschberg3-21/+13
2007-04-04add support for non 16x16 frame sizesMarcoen Hirschberg3-9/+12
2007-04-03Fix yellow.Tom Ross1-1/+0
2007-04-03Adjust Chopper and fix my warning from Wormlet.Tom Ross2-15/+4
2007-04-03Adjust Wormlet to use the new macros.Tom Ross1-17/+6
2007-04-01JPEG Viewer on color LCDs: Finish up another old project. Add grayscale displ...Michael Sevakis1-118/+507
2007-03-31Change file reads from 128KB to 32KB chunks - this prevents audio dropouts on...Dave Chapman1-3/+3
2007-03-30Another AV sync bugfix - the initial avdelay was being incorrectly calculated...Dave Chapman1-1/+3
2007-03-30Be less aggressive when dropping frames - mpegplayer was dropping any frame w...Dave Chapman1-5/+14
2007-03-28Use the left and right buttons for changing volume in mpegplayer on the gigab...Tom Ross1-2/+2
2007-03-28Adjust plugins to use the new menu API. Int settings still use the old API. R...Tom Ross5-563/+242
2007-03-26Those pesky 64-bit simulator builds..Dave Chapman1-1/+1
2007-03-26Improved (I hope) A/V sync. mpegplayer now takes account of the difference i...Dave Chapman1-0/+33
2007-03-26woops, used the wrong defineJonathan Gordon1-1/+1
2007-03-26Convert the playback control menu to the new API. Makes a good example Jonathan Gordon2-18/+29
2007-03-26Rockblox: Repair initial display on targets with no highscore list.Jens Arnold1-1/+1
2007-03-26First step of charcell LCD code rework: * Make it fully unicode aware so that...Jens Arnold5-36/+35
2007-03-26Fix warningDave Chapman1-1/+1
2007-03-26mpegplayer for grayscale targets. Note that performance is slow...Dave Chapman4-6/+46
2007-03-25Initial attempt at rebufferingDave Chapman1-23/+103
2007-03-25Fix a few bugs in Xobox. Now menu isn't pure black on non-color targets and a...Tom Ross1-5/+11
2007-03-25fix redJonathan Gordon1-0/+2
2007-03-25convert the xobox menu to the new API so it can be used as an example for plu...Jonathan Gordon1-54/+8
2007-03-22Clamp output when converting from libmad's s3.28 format to 16-bit integers.Dave Chapman1-3/+22
2007-03-22Some small mpegplayer improvements/bug-fixes, and improved A/V sync. Audio i...Dave Chapman3-107/+104
2007-03-18Volume control for mpegplayer - based on FS #6814 by Jacob Gardner and Pascal...Dave Chapman1-0/+47
2007-03-18Dont boost so often, fixes FS#6845Jonathan Gordon1-6/+0
2007-03-18Remove buffer overflow in solatiare menuJonathan Gordon1-1/+1
2007-03-17Cast some more to keep both 32 bit and 64 bit simulator platforms happy.Jens Arnold2-2/+3
2007-03-17Fix simulator builds, and some debugf() format strings.Jens Arnold3-3/+3
2007-03-17Let GCC check arguments of some more printf-style functions, also for plugins...Jens Arnold14-31/+31
2007-03-17Give the greyscale minesweeper tiles a bit more shadowMarianne Arnold1-0/+0
2007-03-16Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...Jens Arnold3-8/+8
2007-03-16Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold58-68/+68
2007-03-16Ooops.Jens Arnold1-2/+2
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold72-332/+325
2007-03-16Render at 30fps on the GigabeatDave Chapman1-2/+2