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