Age | Commit message (Expand) | Author |
2009-07-13 | Add new asmdefs mechanism for exporting information only available to the C c... | Andrew Mahone |
2009-07-05 | FS#10406 - split the statusbar setting into one for each display, and allow t... | Jonathan Gordon |
2009-07-03 | JPEG IDCT8 ARMv6 assembly, slight speedup vs ARMv5. | Andrew Mahone |
2009-07-02 | Core JPEG IDCT8 optimizations for ARMv5+, small optimizations for ARMv4. | Andrew Mahone |
2009-06-28 | Use hand-written constants table on ARMv5+ for JPEG IDCT, and load four 16-bi... | Andrew Mahone |
2009-06-27 | Use single-instruction shift-and-saturate in place of range_limit for JPEG on... | Andrew Mahone |
2009-06-27 | ARM assembly 8-point IDCT, both passes. No ARMv5/6 optimizations yet, aside f... | Andrew Mahone |
2009-06-26 | Fix a typo in jpeg_idct4h which caused garbled JPEGs on ARMv5. | Rob Purchase |
2009-06-23 | fix a typo in comments (audio CD duration is not 74 or 80 hours) | Rafaël Carré |
2009-06-22 | Redo r21460 and r21462 so that it doesn't introduce a new #define. Patch by J... | Thomas Martitz |
2009-06-21 | FS#10365 - Optional debug output for albumart.c | Thomas Martitz |
2009-06-20 | Forgot to commit the change to keyboard.c to make the line edit mode acctuall... | Marianne Arnold |
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-29 | Don't recheck for track art when checking track art first. | Andrew Mahone |
2009-05-29 | Change the search_albumart_files "ignore track art" option to check track art... | Andrew Mahone |
2009-05-28 | Describe the magic of search_albumart_files (still not complete) | Alexander Levin |
2009-05-28 | Suggested by Thomas Martitz, don't check for track-specific files when search... | Andrew Mahone |
2009-05-26 | Fix yellow when building with HAVE_ALBUMART, without HAVE_JPEG/HAVE_BMP_SCALING. | Andrew Mahone |
2009-05-26 | Use pre-multiplication in scaler to save one multiply per color component on ... | Andrew Mahone |
2009-05-25 | Should fix red | Maurus Cuelenaere |
2009-05-25 | Fix FORMAT_RETURN_SIZE in read_bmp_*() when scaling (thanks to Andrew Mahone) | Maurus Cuelenaere |
2009-05-25 | * read_bmp_*(): add FORMAT_RETURN_SIZE | Maurus Cuelenaere |
2009-05-22 | FS#10230 - Remove 'start new file if not recording' functionality from ACTION... | Marc Guay |
2009-05-17 | Fix duplicate #includes | Bertrik Sikken |
2009-05-17 | Clean up some unused #includes | Bertrik Sikken |
2009-05-16 | Clean up albumart.c a bit, reducing use of USE_JPEG_COVER inside search_album... | Andrew Mahone |
2009-05-16 | Define a symbol and use it instead of repeating the condition | Alexander Levin |
2009-05-16 | Make variables static where possible | Alexander Levin |
2009-05-15 | FS#10201, skip folder.jpg in search_albumart_files if size_string is not empty. | Andrew Mahone |
2009-05-15 | Remove unneeded function call (radio_load_presets does clear the memory) | Alexander Levin |
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 | 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-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 |