summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2009-01-29MPEGPlayer: If valid start AND end timestamps for a stream are not found then...Michael Sevakis1-5/+7
2009-01-28Forget Info screen auto refresh for now since it messes with text scrolling.Michael Sevakis1-8/+0
2009-01-28Make sure 'Battery: Charging' is displayed in the info screen when charging n...Michael Sevakis1-7/+27
2009-01-28Some cleanup (such as #include cleanup, clearer variable names) in pitchscree...Thomas Martitz1-26/+23
2009-01-28Fix list title setupThomas Martitz1-6/+5
2009-01-27Sansa AMS: Debug screen, shows GPIO and (on the fuze) DBOP input for now, to ...Thomas Martitz1-2/+2
2009-01-26Commit FS#9724, which reworks the preprocessor defines related to backlight f...Thomas Martitz5-22/+15
2009-01-26Commit FS#9825 and FS#9826 by Alex Parker: Correct the recording table button...Robert Menes23-46/+46
2009-01-26Fix FS#9830 - utf8 encoded .cue files dont get displayed properlyJonathan Gordon1-5/+17
2009-01-25fix mem* wrappers in UI on cygwin, by not building certain plugins on sim, ra...Andrew Mahone8-28/+12
2009-01-25Hopefully fix wrong colours on coldfire targets for certain scaling factors. ...Jens Arnold1-1/+1
2009-01-25Fix FS#9662 by removing any cancel action from the power button, left button ...Thomas Martitz33-151/+149
2009-01-24Philips HDD1630: fix yellowMark Arigo1-0/+10
2009-01-24remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, ...Andrew Mahone27-104/+20
2009-01-24Plugins for the Philips HDD1630. The keymaps are largely untested on the devi...Mark Arigo56-10/+603
2009-01-24Add button map for the Clip.Jens Arnold1-0/+8
2009-01-24fix yellow - don't build pluginlib_albumart.c on non-bitmap targetsAndrew Mahone1-3/+3
2009-01-24fix red on mono hardware - add mem function wrappers to pictureflowAndrew Mahone1-0/+2
2009-01-24plugins/lib/feature_wrappers.h to provide easy access to some feature that ma...Andrew Mahone5-10/+80
2009-01-24fix for targets using greylib in pictureflow, they need to set drawmode for b...Andrew Mahone1-1/+2
2009-01-24albumart search in pluginlib when building without HAVE_ALBUMART (for later u...Andrew Mahone6-1/+48
2009-01-24Include divide-by-zero handling within plugins and codecs for ARM processors.Michael Sevakis9-6/+64
2009-01-23Gigabeat S: Add remote control reading and proper headphone insert detection....Michael Sevakis1-0/+64
2009-01-23initialize the codecs API in the codec loader, using the same method as used ...Andrew Mahone3-15/+16
2009-01-23Philips HDD1630: add ADC info to debug screen. Make button_click work again (...Mark Arigo1-0/+5
2009-01-22Use bus reset detection for all ARC OTG devices. Remove conflict from LV24020...Michael Sevakis1-1/+5
2009-01-21Commit stable parts of FS#9611 - Sansa Clip radio codeBertrik Sikken1-6/+13
2009-01-21Remove floor0 stuff from IRAM. Results in a tiny speed decrease for files en...Michael Giacomelli2-10/+10
2009-01-21replace DIV255 with an inline function, the macro version caused unneeded rec...Andrew Mahone1-2/+6
2009-01-20fix test for SH in resize.hAndrew Mahone1-1/+1
2009-01-20fix red on grayscale in pictureflowAndrew Mahone1-1/+1
2009-01-20scaler optimizations:Andrew Mahone3-22/+66
2009-01-19port test_boost.c to global plugin APIAndrew Mahone1-3/+1
2009-01-18Fix TYPE_BOOL settings format string. Boolean settings should really use 'on'...Jens Arnold1-1/+1
2009-01-18use multiply-shift to scale reciprocals for rgb16 output, instead ofAndrew Mahone1-5/+8
2009-01-17fixed euroconverter, missed in the configfile changeAndrew Mahone1-1/+1
2009-01-17unify pointers to value for configfile, and add TYPE_BOOL type, used byAndrew Mahone16-91/+120
2009-01-17fix pictureflow, previous fix caused cache to never be marked as goodAndrew Mahone1-2/+2
2009-01-17fix yellow, but in the long run, configfile needs a TYPE_BOOL as a clean fix ...Andrew Mahone1-10/+14
2009-01-17return to transposed images in cache, via new output plugins, to saveAndrew Mahone1-17/+50
2009-01-17remove unused fh from create_albumart_cacheAndrew Mahone1-2/+1
2009-01-17pictureflow configfile conversion:Andrew Mahone1-118/+86
2009-01-17pictureflow cleanup:Andrew Mahone1-15/+12
2009-01-16revert/fix parts of r19673, as it changed some e200 keymaps and introduces no...Dominik Wenger17-26/+19
2009-01-16fix pluginlib_resize.c for global plugin APIAndrew Mahone1-7/+0
2009-01-16loader-initialized global plugin API:Andrew Mahone179-1183/+586
2009-01-16fix bug causing pictureflow to write one column past left side of screen, res...Andrew Mahone1-1/+1
2009-01-15redraw the lists once before going into the button loop to make things look m...Jonathan Gordon1-0/+1
2009-01-14reduce pictureflow's fade_color by one multiply, and a few shifts, while stil...Andrew Mahone1-8/+10
2009-01-13A simple boost test plugin.Björn Stenberg1-0/+69