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