Age | Commit message (Expand) | Author |
2009-06-19 | 2-point and 1-point JPEG IDCT ARM assembly, remove comment in jpeg_load.c abo... | Andrew Mahone |
2009-06-19 | Core JPEG decoder improvements: | Andrew Mahone |
2009-06-14 | Remove explicit counter for rows/columns in IDCT, instead testing against a p... | Andrew Mahone |
2009-06-14 | Adjust AC decode such that decode *always* stops before storing an unneeded c... | Andrew Mahone |
2009-06-12 | Fix red. | Andrew Mahone |
2009-06-11 | ARMv4 and ARMv5 inline assembly for 4-point IDCT. | Andrew Mahone |
2009-06-11 | Move +128 offset out of range_limit, and add it to the DC coefficient in each... | Andrew Mahone |
2009-06-11 | Don't compensate for lack of shift in second IDCT stage, allowing quantizatio... | Andrew Mahone |
2009-06-07 | Undo the delta on ARM but making the loop variables signed as before r21205. ... | Jens Arnold |
2009-06-07 | Convert a number of places in core and plugins to use the BIT_N() macro inste... | Jens Arnold |
2009-06-03 | Don't perform YUV->RGB conversion before row output for unscaled loads of gre... | Andrew Mahone |
2009-05-11 | 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-09 | Don't build 16-point IDCT on greyscale targets, since it's only used for chro... | 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-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 | 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-06 | Move YUV->RGB in JPEG load from before scaler to after scaler. Required chang... | 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 | Add core JPEG reader, adapted from the JPEG plugin's decoder, with some chang... | Andrew Mahone |