| Commit message (Expand) | Author | Age |
| * | Flag EOF and empty buffer conditions as UNLIKELY in JPEG decoder. | Andrew Mahone | 2009-05-11 |
| * | Fix a bug reading JPEG when the output data is smaller than sizeof(struct jpe... | Andrew Mahone | 2009-05-11 |
| * | Remove unneeded #include "backdrop.h" | Bertrik Sikken | 2009-05-09 |
| * | Don't build 16-point IDCT on greyscale targets, since it's only used for chro... | Andrew Mahone | 2009-05-09 |
| * | Inline output_row_8_native when building bmp.c in core without HAVE_JPEG or H... | Andrew Mahone | 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-09 |
| * | 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-08 |
| * | 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-07 |
| * | Move YUV->RGB in JPEG load from before scaler to after scaler. Required chang... | Andrew Mahone | 2009-05-06 |
| * | Make JPEG and BMP scaler optional with HAVE_JPEG and HAVE_BMP_SCALING, both d... | Andrew Mahone | 2009-05-04 |
| * | Make local function static in jpeg_load.c, add missing header file in read_im... | Bertrik Sikken | 2009-05-03 |
| * | 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-05-01 |
| * | Improve scaler reciprocal precision by 1 bit, and remove unused SC_NUM, SC_FI... | Andrew Mahone | 2009-04-08 |
| * | Some Sansa Fuze keymap work, enable line editing for the keyboard, copy from ... | Thomas Martitz | 2009-03-30 |
| * | Correct Björn's name in various file headers. | Nicolas Pennequin | 2009-03-23 |
| * | D2: Enable FM radio (based on FS#10035 by Michael Burtin with some changes by... | Rob Purchase | 2009-03-21 |
| * | Invert albumart when LCD Mode is set to inverse. | Jonas Häggqvist | 2009-03-19 |
| * | small speedup for scaler on sh-1, via use of hardware multiply instruction wh... | Andrew Mahone | 2009-03-14 |
| * | Fix red. | Bertrik Sikken | 2009-03-08 |
| * | 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-15 |
| * | Move screendump from apps to firmware, solving two nasty firmware-to-apps cal... | Jens Arnold | 2009-02-10 |
| * | Gigabeat S: Implement an SDMA API and use it in the PCM driver. Some other mi... | Michael Sevakis | 2009-02-08 |
| * | continuation of last nights statusbar cleanup. | Jonathan Gordon | 2009-02-02 |
| * | 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-02-01 |
| * | Various files: make function implementations consistent with their declaratio... | Bertrik Sikken | 2009-01-31 |
| * | Get checkwps working again | Maurus Cuelenaere | 2009-01-29 |
| * | Hopefully fix wrong colours on coldfire targets for certain scaling factors. ... | Jens Arnold | 2009-01-25 |
| * | 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-24 |
| * | fix test for SH in resize.h | Andrew Mahone | 2009-01-20 |
| * | scaler optimizations: | Andrew Mahone | 2009-01-20 |
| * | 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-13 |
| * | cleanup for core-file-in-pluginlib compilation: | Andrew Mahone | 2009-01-08 |
| * | temporarilty disable the statusbar in the keyboard because it doesnt use view... | Jonathan Gordon | 2009-01-05 |
| * | build a scaling-enabled bitmap loader in pluginlib for mono bitmap targets, a... | Andrew Mahone | 2009-01-04 |
| * | static/const/#include/tab police on various files | Bertrik Sikken | 2009-01-02 |
| * | 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-31 |
| * | 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-26 |