summaryrefslogtreecommitdiffstats
path: root/apps/recorder/resize.h
AgeCommit message (Expand)AuthorFilesLines
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy1-56/+0
2011-11-08Adapt the resize-on-load image scalers to support the alpha channel.Thomas Martitz1-1/+2
2009-05-26Fix yellow when building with HAVE_ALBUMART, without HAVE_JPEG/HAVE_BMP_SCALING.Andrew Mahone1-1/+1
2009-05-26Use pre-multiplication in scaler to save one multiply per color component on ...Andrew Mahone1-50/+50
2009-05-09Split 8-bit-to-native conversion in bmp.c into a function, add support for pl...Andrew Mahone1-5/+3
2009-05-06Move YUV->RGB in JPEG load from before scaler to after scaler. Required chang...Andrew Mahone1-0/+11
2009-05-04Make JPEG and BMP scaler optional with HAVE_JPEG and HAVE_BMP_SCALING, both d...Andrew Mahone1-0/+6
2009-04-08Improve scaler reciprocal precision by 1 bit, and remove unused SC_NUM, SC_FI...Andrew Mahone1-21/+0
2009-02-15Get rid of a useless copy instruction in the SH1 32*32->64bit multiply routin...Jens Arnold1-6/+5
2009-02-15Add an unsigned 32*32->top32 bit multiply for resizing on SH1, and switch to ...Jens Arnold1-1/+41
2009-01-25Hopefully fix wrong colours on coldfire targets for certain scaling factors. ...Jens Arnold1-1/+1
2009-01-20fix test for SH in resize.hAndrew Mahone1-1/+1
2009-01-20scaler optimizations:Andrew Mahone1-0/+45
2009-01-08cleanup for core-file-in-pluginlib compilation:Andrew Mahone1-5/+0
2009-01-04build a scaling-enabled bitmap loader in pluginlib for mono bitmap targets, a...Andrew Mahone1-2/+7
2008-12-26Make scaler output truly pluggable, add an 8-bit greyscale output toAndrew Mahone1-1/+24
2008-12-26Latest work on the bmp on-load scaler:Andrew Mahone1-5/+20
2008-12-10Fix a wrong comment in thread.c and mention an alternative approach to inits....Michael Sevakis1-1/+1
2008-12-09resize-on-load for bitmap files on 2bpp and color targetsAndrew Mahone1-0/+60