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