summaryrefslogtreecommitdiffstats
path: root/apps/plugins/pictureflow.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-22Pictureflow optimisations: (1) No need to restore the drawmode, the core take...Jens Arnold1-64/+50
2009-03-09Greyscale targets: Make the gradient a bit brighter and simplify the calculat...Jens Arnold1-0/+4
2009-03-07Revert the static'ing, as it causes crashes/freezes. Needs investigation.Jens Arnold1-40/+41
2009-03-07Made all local functions static, saving ~500 bytes of binsize on coldfire and...Jens Arnold1-51/+40
2009-03-07Mono targets: Make sure the splash screen uses white on black and the logo do...Jens Arnold1-4/+17
2009-03-07Performance tweaks for SH1. No changes for coldfire and ARM, apart from chang...Jens Arnold1-12/+21
2009-03-06add the needed plugin API exports for pictureflow to hwcodec, use the audio b...Andrew Mahone1-25/+29
2009-03-06pictureflow: use correct priority to free slides when extending cache on righ...Andrew Mahone1-4/+4
2009-03-04FS#9919 pictureflow cache rework, footprint reduction, buflib useAndrew Mahone1-239/+383
2009-02-15Spelling fixes (UK English) by Alex ParkerFrank Gevaerts1-2/+2
2009-02-08align frontmost edge of slides with plane of displayAndrew Mahone1-3/+7
2009-02-08simplify zo calculation a bit, "zoom" the center margin value and add term fo...Andrew Mahone1-11/+13
2009-02-07rewrite of pictureflow renderer with 3D projection, this will allow many poss...Andrew Mahone1-56/+98
2009-02-06use a table-free clz on coldfire, where it benchmarks a bit fasterAndrew Mahone1-0/+39
2009-01-30per Jens Arnold's suggestion:Andrew Mahone1-18/+8
2009-01-30correct clz in pictureflow.cAndrew Mahone1-1/+1
2009-01-30remove 64-bit math from fdiv in pictureflow.c, replacing it with limited pre-...Andrew Mahone1-8/+63
2009-01-29pictureflow tweaks:Andrew Mahone1-5/+5
2009-01-29fix divide-by-zero error in pictureflow when selecting albumAndrew Mahone1-1/+1
2009-01-24remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, ...Andrew Mahone1-2/+0
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 Mahone1-5/+25
2009-01-24fix for targets using greylib in pictureflow, they need to set drawmode for b...Andrew Mahone1-1/+2
2009-01-21replace DIV255 with an inline function, the macro version caused unneeded rec...Andrew Mahone1-2/+6
2009-01-20fix red on grayscale in pictureflowAndrew Mahone1-1/+1
2009-01-20scaler optimizations:Andrew Mahone1-11/+11
2009-01-18use multiply-shift to scale reciprocals for rgb16 output, instead ofAndrew Mahone1-5/+8
2009-01-17unify pointers to value for configfile, and add TYPE_BOOL type, used byAndrew Mahone1-19/+18
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-16loader-initialized global plugin API:Andrew Mahone1-9/+5
2009-01-16fix bug causing pictureflow to write one column past left side of screen, res...Andrew Mahone1-1/+1
2009-01-14reduce pictureflow's fade_color by one multiply, and a few shifts, while stil...Andrew Mahone1-8/+10
2009-01-13remove align_buffer from firmare/general.c, replacing with ALIGN_BUFFER macro...Andrew Mahone1-2/+1
2008-12-28Make sure pictureflow always uses the user font, both on colour and greyscale...Jens Arnold1-0/+3
2008-12-28more pictureflow work:Andrew Mahone1-186/+112
2008-12-27FS#8335, with some changes discussed on IRC:Andrew Mahone1-58/+139
2008-12-27Add support for scaled bitmap loads, and for greylib display, toAndrew Mahone1-193/+192
2008-12-26Make scaler output truly pluggable, add an 8-bit greyscale output toAndrew Mahone1-1/+1
2008-12-14Yesterday's bugfix commit was buggy. Try again (FS#9634 by Thomas Martitz).Jonas Häggqvist1-11/+10
2008-12-12Bugfixes for Pictureflow (FS#9627 by Thomas Martitz):Jonas Häggqvist1-18/+13
2008-12-12Pictureflow:Jonas Häggqvist1-1/+4
2008-12-10Use cookies for thread identification instead of pointers directly which give...Michael Sevakis1-2/+2
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg1-4/+4
2008-11-03Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps...Björn Stenberg1-2/+2
2008-09-17Fix a display bug with the tracklist in Picture Flow. Thanks to Thomas Schott.Nicolas Pennequin1-5/+4