summaryrefslogtreecommitdiffstats
path: root/apps/recorder/resize.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy1-91/+0
2014-06-21lcd-24bit: Introduce a 24-bit mid-level LCD driverThomas Martitz1-3/+9
2014-01-05Do not include kernel.h in system.h.Thomas Martitz1-3/+5
2011-12-19Fix bitmap scaling for Coldfire. Closes FS#12411.Andree Buschmann1-1/+1
2011-11-11Document the internal alpha channel format better, and fixes for 32bit alpha ...Thomas Martitz1-2/+2
2011-11-08Adapt the resize-on-load image scalers to support the alpha channel.Thomas Martitz1-58/+64
2011-03-28remove set but unused variableRafaël Carré1-2/+1
2010-01-03Coldfire targets: Restore EMAC status after using the EMAC for bitmap resizin...Jens Arnold1-0/+6
2009-10-09Vertical Stride: Add support for yuv to native output.Karl Kurbjun1-4/+12
2009-09-01Add support for vertical stride to resizer.Karl Kurbjun1-0/+25
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-124/+285
2009-05-09Split 8-bit-to-native conversion in bmp.c into a function, add support for pl...Andrew Mahone1-11/+12
2009-05-08Fix red.Andrew Mahone1-1/+1
2009-05-06Move YUV->RGB in JPEG load from before scaler to after scaler. Required chang...Andrew Mahone1-0/+47
2009-05-04Make JPEG and BMP scaler optional with HAVE_JPEG and HAVE_BMP_SCALING, both d...Andrew Mahone1-3/+16
2009-04-08Improve scaler reciprocal precision by 1 bit, and remove unused SC_NUM, SC_FI...Andrew Mahone1-2/+2
2009-03-14small speedup for scaler on sh-1, via use of hardware multiply instruction wh...Andrew Mahone1-5/+14
2009-01-31Various files: make function implementations consistent with their declaratio...Bertrik Sikken1-1/+1
2009-01-20scaler optimizations:Andrew Mahone1-11/+10
2009-01-13support pixel aspect ratio compensation in recalc_dimension, with PAR defined...Andrew Mahone1-7/+13
2009-01-13remove align_buffer from firmare/general.c, replacing with ALIGN_BUFFER macro...Andrew Mahone1-4/+2
2009-01-08cleanup for core-file-in-pluginlib compilation:Andrew Mahone1-22/+9
2009-01-04build a scaling-enabled bitmap loader in pluginlib for mono bitmap targets, a...Andrew Mahone1-17/+38
2009-01-02static/const/#include/tab police on various filesBertrik Sikken1-1/+2
2008-12-26Make scaler output truly pluggable, add an 8-bit greyscale output toAndrew Mahone1-19/+6
2008-12-26Latest work on the bmp on-load scaler:Andrew Mahone1-502/+418
2008-12-14fix yellowAndrew Mahone1-1/+1
2008-12-14remove unneeded testAndrew Mahone1-0/+4
2008-12-12fix yellowAndrew Mahone1-3/+5
2008-12-12fix broken greyscale upscalingAndrew Mahone1-24/+18
2008-12-10Fix a wrong comment in thread.c and mention an alternative approach to inits....Michael Sevakis1-1/+1
2008-12-10code cleanup, more descriptive variable names, and algorithm docs for color s...Andrew Mahone1-61/+124
2008-12-10small binsize improvement for color scalersAndrew Mahone1-20/+20
2008-12-09fix yellow - bogus unitialized use warningsAndrew Mahone1-2/+2
2008-12-09resize-on-load for bitmap files on 2bpp and color targetsAndrew Mahone1-0/+718