summaryrefslogtreecommitdiffstats
path: root/apps/plugins
AgeCommit message (Expand)AuthorFilesLines
2007-05-15another LAME for colombo... fix the sansa wheel; in solitaireJonathan Gordon1-0/+4
2007-05-13Oops, the previous commit broke the speed-test feature. This fixes it.Dave Chapman1-3/+3
2007-05-13Add WAV-writing option - currently limited to 16-bit output only; Make it wor...Dave Chapman1-37/+289
2007-05-10Set svn:keywordsDave Chapman1-1/+1
2007-05-10Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman6-16/+16
2007-05-08Fix red overlay plugins on archos. Linker scripts weren't prepared for those ...Jens Arnold2-12/+8
2007-05-08Move the old api out of the core and into the plugin lib.Jonathan Gordon18-112/+425
2007-05-07Revert the addition of the steal_codec_stack function. Replace by accessing ...Dave Chapman1-1/+18
2007-05-07Use a separate thread in test_codec, with the same (IRAM) stack as the main c...Dave Chapman1-21/+54
2007-05-07Initial version of a test_codec plugin (viewer). This loads the audio file i...Dave Chapman1-0/+345
2007-05-06e200 viewer button changes:Jonathan Gordon1-1/+3
2007-05-04Get samplerate switching working in the sim to be similar to on target. Make ...Michael Sevakis1-0/+6
2007-04-26fix player warningJonathan Gordon1-1/+2
2007-04-26Accept FS#7080 by Mauricio Peccorini with some minor changes by me:Jonathan Gordon1-11/+34
2007-04-24Do the clamping a little better.Michael Sevakis1-19/+16
2007-04-24mpeglayer: Give the simulator YCbCr blit similar behavior to the target.Michael Sevakis1-115/+169
2007-04-23make the moving smarter so you dont have to select the top card of a column t...Jonathan Gordon1-1/+18
2007-04-21Missed a couple. Hopefully fix all warnings.Michael Sevakis20-30/+30
2007-04-21General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis29-37/+37
2007-04-21Fix the undefined char symbols appearing in many output lines. This printf do...Jens Arnold5-31/+31
2007-04-21mpegplayer: Fix jumping past the frame waiting if Limit FPS is on but Skip Fr...Michael Sevakis1-1/+2
2007-04-19brickmania for the e200. (screen cant rotate, so using half the screen is bet...Jonathan Gordon3-4/+17
2007-04-18mpegplayer: Better frame dropping code adapted to the using correct timestamp...Michael Sevakis1-106/+113
2007-04-18Rockpaint plugin: protect against loading bitmaps that are too big. Fixes FS ...Peter D'Hoye1-16/+19
2007-04-18Allow rockboy to run while music is playing with smaller roms. Works on play...Karl Kurbjun9-176/+176
2007-04-17Gigabeat: Use the volume up/down buttons for zooming in the JPEG viewerLinus Nielsen Feltzing1-3/+2
2007-04-16forgot to add this viewers iconset for greyscale targetsJonathan Gordon1-0/+0
2007-04-16Fix the wavplay iconJonathan Gordon1-1/+1
2007-04-16Customizable icons for all bitmap targets. (FS#7013)Jonathan Gordon5-32/+32
2007-04-16Oops. Have to do dropping based on future frame type but based upon the curre...Michael Sevakis1-1/+1
2007-04-16mpegplayer: Better sync, smoother frames - corrected a few minor flaws. Keep ...Michael Sevakis1-92/+119
2007-04-14Woops forgot a fileMichael Sevakis1-0/+38
2007-04-14mpeg2dec in mpegplayer: Do a little code slashing and organizing. Much more t...Michael Sevakis14-867/+274
2007-04-14mpegplayer: Get it in better shape for dual core targets. Utilize the newly a...Michael Sevakis1-17/+48
2007-04-13Build libmad separately for mpegplayer. This provides flexibility to adjust ...Dave Chapman1-7/+15
2007-04-12Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC...Jens Arnold2-4/+4
2007-04-12Fix metronome plugin crashing on SWCODEC targets and fixed a division by zero...Miika Pekkarinen1-2/+20
2007-04-12mpegplayer: Recover from audio stream errors better. Correct some sizes. Add ...Michael Sevakis1-6/+10
2007-04-12mpegplayer: oops, added an IRAM init/buffer get order switch that should have...Michael Sevakis1-1/+2
2007-04-12mpegplayer: do some reordering, add some needed volatiles, make sure thread c...Michael Sevakis1-24/+27
2007-04-11Wavview plugin: minor speed increasePeter D'Hoye1-10/+11
2007-04-11mpegplayer: Hopefully help some problems on dual core. Make USB mode exit cor...Michael Sevakis2-22/+22
2007-04-11Some quick and dirty MIDI player optimizations, now it works on the X5 and M5...Linus Nielsen Feltzing3-14/+11
2007-04-10wav viewer plugin changes: speedup file reading, allow abort while reading, b...Peter D'Hoye1-32/+70
2007-04-10Add .mpeg extension to viewers.cfgMichael Sevakis1-0/+1
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