summaryrefslogtreecommitdiff
path: root/apps/recorder/resize.c (follow)
Commit message (Expand)AuthorAge
* Coldfire targets: Restore EMAC status after using the EMAC for bitmap resizin...Jens Arnold2010-01-03
* Vertical Stride: Add support for yuv to native output.Karl Kurbjun2009-10-09
* Add support for vertical stride to resizer.Karl Kurbjun2009-09-01
* Fix yellow when building with HAVE_ALBUMART, without HAVE_JPEG/HAVE_BMP_SCALING.Andrew Mahone2009-05-26
* Use pre-multiplication in scaler to save one multiply per color component on ...Andrew Mahone2009-05-26
* Split 8-bit-to-native conversion in bmp.c into a function, add support for pl...Andrew Mahone2009-05-09
* Fix red.Andrew Mahone2009-05-08
* 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
* Improve scaler reciprocal precision by 1 bit, and remove unused SC_NUM, SC_FI...Andrew Mahone2009-04-08
* small speedup for scaler on sh-1, via use of hardware multiply instruction wh...Andrew Mahone2009-03-14
* Various files: make function implementations consistent with their declaratio...Bertrik Sikken2009-01-31
* scaler optimizations:Andrew Mahone2009-01-20
* support pixel aspect ratio compensation in recalc_dimension, with PAR defined...Andrew Mahone2009-01-13
* remove align_buffer from firmare/general.c, replacing with ALIGN_BUFFER macro...Andrew Mahone2009-01-13
* cleanup for core-file-in-pluginlib compilation:Andrew Mahone2009-01-08
* build a scaling-enabled bitmap loader in pluginlib for mono bitmap targets, a...Andrew Mahone2009-01-04
* static/const/#include/tab police on various filesBertrik Sikken2009-01-02
* Make scaler output truly pluggable, add an 8-bit greyscale output toAndrew Mahone2008-12-26
* Latest work on the bmp on-load scaler:Andrew Mahone2008-12-26
* fix yellowAndrew Mahone2008-12-14
* remove unneeded testAndrew Mahone2008-12-14
* fix yellowAndrew Mahone2008-12-12
* fix broken greyscale upscalingAndrew Mahone2008-12-12
* Fix a wrong comment in thread.c and mention an alternative approach to inits....Michael Sevakis2008-12-10
* code cleanup, more descriptive variable names, and algorithm docs for color s...Andrew Mahone2008-12-10
* small binsize improvement for color scalersAndrew Mahone2008-12-10
* fix yellow - bogus unitialized use warningsAndrew Mahone2008-12-09
* resize-on-load for bitmap files on 2bpp and color targetsAndrew Mahone2008-12-09