summaryrefslogtreecommitdiffstats
path: root/apps/recorder
AgeCommit message (Expand)AuthorFilesLines
2009-10-16Rework albumart buffering internally to allow for mutliple albumart sizes.Thomas Martitz2-21/+6
2009-10-11Avoid more useless string copys and make some random cleanupsNils Wallménius2-9/+8
2009-10-09Correct a recording screen usability issue created in r21034. Pause used to s...Peter D'Hoye1-10/+7
2009-10-09Vertical Stride: Add support for yuv to native output.Karl Kurbjun1-4/+12
2009-10-06fix checkwps breakage caused by r229900Nils Wallménius1-2/+1
2009-10-06Complete r22917. The icon still overlapped the text slightly.Teruaki Kawashima1-11/+10
2009-10-04Fix FS#7511, icon could overlap the line to edit.Teruaki Kawashima1-55/+57
2009-10-03Fix FS#10597: Loadable keyboard layout rendered incorrectly.Teruaki Kawashima1-39/+43
2009-09-25Rename struct skin_albumart members to be consistent with similar members of ...Thomas Martitz1-14/+14
2009-09-07rework AA load/display handling in the skins to get them working in viewports...Jonathan Gordon1-14/+18
2009-09-05Fix FS#10588 by stopping scrolling in the radio screen instead of blindy rely...Thomas Martitz1-1/+2
2009-09-04Fix STRIDE macro for multiscreen and add stride support for picture lib.Karl Kurbjun2-1/+4
2009-09-01Add support for vertical stride to resizer.Karl Kurbjun1-0/+25
2009-09-01Add in BMP loader for vertical stride and include lcd-16bit-vert.c in SOURCESKarl Kurbjun1-0/+19
2009-08-31Fix a typo in jpeg_idct8h which could cause display corruption on ARMv5+Rob Purchase1-1/+1
2009-08-29Samsung YH: Many keymap fixes for keyboard screen, wps, set time/date and qui...Thomas Martitz1-5/+3
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius2-4/+4
2009-08-16User definable UI viewport, to be able to restrict the UI into a viewport for...Thomas Martitz2-3/+9
2009-08-12Fix yellows.Thomas Martitz1-1/+2
2009-08-12Both of this isn't needed anymore as it's done at the end of the function.Thomas Martitz1-5/+0
2009-08-12Make kbd_input() show a cancel splash to indicate user abort better and for b...Thomas Martitz1-2/+6
2009-08-03A bit mroe wps/skin engine cleanup so that the structs the wps uses can be st...Thomas Martitz1-6/+12
2009-08-03part two of the grand overall wps/skinning engine cleanup work:Jonathan Gordon1-1/+1
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