summaryrefslogtreecommitdiff
path: root/apps/recorder
AgeCommit message (Expand)Author
2009-05-09Fix test for direct JPEG output, bump plugin API as r20884 changed struct cus...Andrew Mahone
2009-05-09Split 8-bit-to-native conversion in bmp.c into a function, add support for pl...Andrew Mahone
2009-05-08Convert Huffman decode from inline function to macro, for small code size sav...Andrew Mahone
2009-05-08Small size improvement for JPEG on ARM/Coldfire.Andrew Mahone
2009-05-08Fix red.Andrew Mahone
2009-05-08Plugin JPEG decoder for data in memory, along with test_mem_jpeg.c and bench_...Andrew Mahone
2009-05-07Never use upscaling IDCT for luma (to reduce blockiness), plus some small siz...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-03Make local function static in jpeg_load.c, add missing header file in read_im...Bertrik Sikken
2009-05-01Fix AA search for file with same basename to test all extensions.Andrew Mahone
2009-05-01Search for, and load, JPEG album art files.Andrew Mahone
2009-05-01Add core JPEG reader, adapted from the JPEG plugin's decoder, with some chang...Andrew Mahone
2009-04-08Improve scaler reciprocal precision by 1 bit, and remove unused SC_NUM, SC_FI...Andrew Mahone
2009-03-30Some Sansa Fuze keymap work, enable line editing for the keyboard, copy from ...Thomas Martitz
2009-03-23Correct Björn's name in various file headers.Nicolas Pennequin
2009-03-21D2: Enable FM radio (based on FS#10035 by Michael Burtin with some changes by...Rob Purchase
2009-03-19Invert albumart when LCD Mode is set to inverse.Jonas Häggqvist
2009-03-14small speedup for scaler on sh-1, via use of hardware multiply instruction wh...Andrew Mahone
2009-03-08Fix red.Bertrik Sikken
2009-02-15Get rid of a useless copy instruction in the SH1 32*32->64bit multiply routin...Jens Arnold
2009-02-15Add an unsigned 32*32->top32 bit multiply for resizing on SH1, and switch to ...Jens Arnold
2009-02-10Move screendump from apps to firmware, solving two nasty firmware-to-apps cal...Jens Arnold
2009-02-08Gigabeat S: Implement an SDMA API and use it in the PCM driver. Some other mi...Michael Sevakis
2009-02-02continuation of last nights statusbar cleanup.Jonathan Gordon
2009-02-01Accept a quick patch from Alexander Levin to neaten up the #defines and comme...Jonathan Gordon
2009-02-01Statusbar handling fixes. Jonathan Gordon
2009-01-31Various files: make function implementations consistent with their declaratio...Bertrik Sikken
2009-01-29Get checkwps working againMaurus Cuelenaere
2009-01-25Hopefully fix wrong colours on coldfire targets for certain scaling factors. ...Jens Arnold
2009-01-24plugins/lib/feature_wrappers.h to provide easy access to some feature that ma...Andrew Mahone
2009-01-24albumart search in pluginlib when building without HAVE_ALBUMART (for later u...Andrew Mahone
2009-01-20fix test for SH in resize.hAndrew Mahone
2009-01-20scaler optimizations:Andrew Mahone
2009-01-13support pixel aspect ratio compensation in recalc_dimension, with PAR defined...Andrew Mahone
2009-01-13remove align_buffer from firmare/general.c, replacing with ALIGN_BUFFER macro...Andrew Mahone
2009-01-08cleanup for core-file-in-pluginlib compilation:Andrew Mahone
2009-01-05temporarilty disable the statusbar in the keyboard because it doesnt use view...Jonathan Gordon
2009-01-04build a scaling-enabled bitmap loader in pluginlib for mono bitmap targets, a...Andrew Mahone
2009-01-02static/const/#include/tab police on various filesBertrik Sikken
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon
2008-12-31Gigabeat S: Allow recording from FM. Give FM the same volume range as playbac...Michael Sevakis
2008-12-26Make scaler output truly pluggable, add an 8-bit greyscale output toAndrew Mahone
2008-12-26Latest work on the bmp on-load scaler:Andrew Mahone
2008-12-16Accept FS#9646 by Christopher Williams which fixes a few radio preset bugs:Jonathan Gordon
2008-12-14fix yellowAndrew Mahone
2008-12-14remove unneeded testAndrew Mahone
2008-12-13Keyclick fixup take two. It is only 88 samples (2msec) long so keep a small s...Michael Sevakis
2008-12-13PCM buffer beeping needs the audio buffer reset in order to work after operat...Michael Sevakis