summaryrefslogtreecommitdiff
path: root/apps/recorder
AgeCommit message (Expand)Author
2009-07-22Commit part of FS#9873 - Utilise buttons for playlistingThomas Martitz
2009-07-18correct bottom viewport height calculation in the recording screenAntonius Hellmann
2009-07-17Remove ldrd from ARMv5 JPEG IDCT, remove old debug code selecting ARMv5 code ...Andrew Mahone
2009-07-14FS#10080Nils Wallménius
2009-07-13Add new asmdefs mechanism for exporting information only available to the C c...Andrew Mahone
2009-07-05FS#10406 - split the statusbar setting into one for each display, and allow t...Jonathan Gordon
2009-07-03JPEG IDCT8 ARMv6 assembly, slight speedup vs ARMv5.Andrew Mahone
2009-07-02Core JPEG IDCT8 optimizations for ARMv5+, small optimizations for ARMv4.Andrew Mahone
2009-06-28Use hand-written constants table on ARMv5+ for JPEG IDCT, and load four 16-bi...Andrew Mahone
2009-06-27Use single-instruction shift-and-saturate in place of range_limit for JPEG on...Andrew Mahone
2009-06-27ARM assembly 8-point IDCT, both passes. No ARMv5/6 optimizations yet, aside f...Andrew Mahone
2009-06-26Fix a typo in jpeg_idct4h which caused garbled JPEGs on ARMv5.Rob Purchase
2009-06-23fix a typo in comments (audio CD duration is not 74 or 80 hours)Rafaël Carré
2009-06-22Redo r21460 and r21462 so that it doesn't introduce a new #define. Patch by J...Thomas Martitz
2009-06-21FS#10365 - Optional debug output for albumart.c Thomas Martitz
2009-06-20Forgot to commit the change to keyboard.c to make the line edit mode acctuall...Marianne Arnold
2009-06-192-point and 1-point JPEG IDCT ARM assembly, remove comment in jpeg_load.c abo...Andrew Mahone
2009-06-19Core JPEG decoder improvements:Andrew Mahone
2009-06-14Remove explicit counter for rows/columns in IDCT, instead testing against a p...Andrew Mahone
2009-06-14Adjust AC decode such that decode *always* stops before storing an unneeded c...Andrew Mahone
2009-06-12Fix red.Andrew Mahone
2009-06-11ARMv4 and ARMv5 inline assembly for 4-point IDCT.Andrew Mahone
2009-06-11Move +128 offset out of range_limit, and add it to the DC coefficient in each...Andrew Mahone
2009-06-11Don't compensate for lack of shift in second IDCT stage, allowing quantizatio...Andrew Mahone
2009-06-07Undo the delta on ARM but making the loop variables signed as before r21205. ...Jens Arnold
2009-06-07Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold
2009-06-03Don't perform YUV->RGB conversion before row output for unscaled loads of gre...Andrew Mahone
2009-05-29Don't recheck for track art when checking track art first.Andrew Mahone
2009-05-29Change the search_albumart_files "ignore track art" option to check track art...Andrew Mahone
2009-05-28Describe the magic of search_albumart_files (still not complete)Alexander Levin
2009-05-28Suggested by Thomas Martitz, don't check for track-specific files when search...Andrew Mahone
2009-05-26Fix yellow when building with HAVE_ALBUMART, without HAVE_JPEG/HAVE_BMP_SCALING.Andrew Mahone
2009-05-26Use pre-multiplication in scaler to save one multiply per color component on ...Andrew Mahone
2009-05-25Should fix redMaurus Cuelenaere
2009-05-25Fix FORMAT_RETURN_SIZE in read_bmp_*() when scaling (thanks to Andrew Mahone)Maurus Cuelenaere
2009-05-25* read_bmp_*(): add FORMAT_RETURN_SIZEMaurus Cuelenaere
2009-05-22FS#10230 - Remove 'start new file if not recording' functionality from ACTION...Marc Guay
2009-05-17Fix duplicate #includesBertrik Sikken
2009-05-17Clean up some unused #includesBertrik Sikken
2009-05-16Clean up albumart.c a bit, reducing use of USE_JPEG_COVER inside search_album...Andrew Mahone
2009-05-16Define a symbol and use it instead of repeating the conditionAlexander Levin
2009-05-16Make variables static where possibleAlexander Levin
2009-05-15FS#10201, skip folder.jpg in search_albumart_files if size_string is not empty.Andrew Mahone
2009-05-15Remove unneeded function call (radio_load_presets does clear the memory)Alexander Levin
2009-05-11Flag EOF and empty buffer conditions as UNLIKELY in JPEG decoder.Andrew Mahone
2009-05-11Fix a bug reading JPEG when the output data is smaller than sizeof(struct jpe...Andrew Mahone
2009-05-09Remove unneeded #include "backdrop.h"Bertrik Sikken
2009-05-09Don't build 16-point IDCT on greyscale targets, since it's only used for chro...Andrew Mahone
2009-05-09Inline output_row_8_native when building bmp.c in core without HAVE_JPEG or H...Andrew Mahone
2009-05-09Fix test for direct JPEG output, bump plugin API as r20884 changed struct cus...Andrew Mahone