summaryrefslogtreecommitdiff
path: root/apps/plugins/pictureflow.c
AgeCommit message (Expand)Author
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz
2009-05-07Add missing PictureFlow overlay source, fix properties on new files.Andrew Mahone
2009-05-07Build pictureflow using overlay on lowmem targets, support JPEG AA in PF on a...Andrew Mahone
2009-05-06Move YUV->RGB in JPEG load from before scaler to after scaler. Required chang...Andrew Mahone
2009-05-04Make JPEG and BMP scaler optional with HAVE_JPEG and HAVE_BMP_SCALING, both d...Andrew Mahone
2009-05-02PictureFlow JPEG AA support for all non-mono targets (mono targets will need ...Andrew Mahone
2009-04-08Undo revert of r20653Andrew Mahone
2009-04-08fix accidental reverts in r20651Andrew Mahone
2009-04-08Fix yellowAndrew Mahone
2009-04-08FS#9992: remove PLA use from PictureFlow, replacing it with maps designed for...Andrew Mahone
2009-03-22Pictureflow optimisations: (1) No need to restore the drawmode, the core take...Jens Arnold
2009-03-09Greyscale targets: Make the gradient a bit brighter and simplify the calculat...Jens Arnold
2009-03-07Revert the static'ing, as it causes crashes/freezes. Needs investigation.Jens Arnold
2009-03-07Made all local functions static, saving ~500 bytes of binsize on coldfire and...Jens Arnold
2009-03-07Mono targets: Make sure the splash screen uses white on black and the logo do...Jens Arnold
2009-03-07Performance tweaks for SH1. No changes for coldfire and ARM, apart from chang...Jens Arnold
2009-03-06add the needed plugin API exports for pictureflow to hwcodec, use the audio b...Andrew Mahone
2009-03-06pictureflow: use correct priority to free slides when extending cache on righ...Andrew Mahone
2009-03-04FS#9919 pictureflow cache rework, footprint reduction, buflib useAndrew Mahone
2009-02-15Spelling fixes (UK English) by Alex ParkerFrank Gevaerts
2009-02-08align frontmost edge of slides with plane of displayAndrew Mahone
2009-02-08simplify zo calculation a bit, "zoom" the center margin value and add term fo...Andrew Mahone
2009-02-07rewrite of pictureflow renderer with 3D projection, this will allow many poss...Andrew Mahone
2009-02-06use a table-free clz on coldfire, where it benchmarks a bit fasterAndrew Mahone
2009-01-30per Jens Arnold's suggestion:Andrew Mahone
2009-01-30correct clz in pictureflow.cAndrew Mahone
2009-01-30remove 64-bit math from fdiv in pictureflow.c, replacing it with limited pre-...Andrew Mahone
2009-01-29pictureflow tweaks:Andrew Mahone
2009-01-29fix divide-by-zero error in pictureflow when selecting albumAndrew Mahone
2009-01-24remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, ...Andrew Mahone
2009-01-24fix red on mono hardware - add mem function wrappers to pictureflowAndrew Mahone
2009-01-24plugins/lib/feature_wrappers.h to provide easy access to some feature that ma...Andrew Mahone
2009-01-24fix for targets using greylib in pictureflow, they need to set drawmode for b...Andrew Mahone
2009-01-21replace DIV255 with an inline function, the macro version caused unneeded rec...Andrew Mahone
2009-01-20fix red on grayscale in pictureflowAndrew Mahone
2009-01-20scaler optimizations:Andrew Mahone
2009-01-18use multiply-shift to scale reciprocals for rgb16 output, instead ofAndrew Mahone
2009-01-17unify pointers to value for configfile, and add TYPE_BOOL type, used byAndrew Mahone
2009-01-17fix pictureflow, previous fix caused cache to never be marked as goodAndrew Mahone
2009-01-17fix yellow, but in the long run, configfile needs a TYPE_BOOL as a clean fix ...Andrew Mahone
2009-01-17return to transposed images in cache, via new output plugins, to saveAndrew Mahone
2009-01-17remove unused fh from create_albumart_cacheAndrew Mahone
2009-01-17pictureflow configfile conversion:Andrew Mahone
2009-01-17pictureflow cleanup:Andrew Mahone
2009-01-16loader-initialized global plugin API:Andrew Mahone
2009-01-16fix bug causing pictureflow to write one column past left side of screen, res...Andrew Mahone
2009-01-14reduce pictureflow's fade_color by one multiply, and a few shifts, while stil...Andrew Mahone
2009-01-13remove align_buffer from firmare/general.c, replacing with ALIGN_BUFFER macro...Andrew Mahone