summaryrefslogtreecommitdiff
path: root/apps/recorder
AgeCommit message (Expand)Author
2009-12-01Add support for the ipod FM remote to the 4G, Color, 5G, nano 1G with RDSLaurent Gautier
2009-11-16mpeg.h/c cleanupJeffrey Goode
2009-11-15Fix scrolling lines that keep scrolling after exiting plugins and scrolling l...Nils Wallménius
2009-11-09keyboard: some random cleanup.Teruaki Kawashima
2009-11-08Merge duplicating code to remove char in keyboard.Teruaki Kawashima
2009-11-08FS#10338: Add "use morse input " entry to settings menuTeruaki Kawashima
2009-11-06Merge duplicating code to move cursor left/right.Teruaki Kawashima
2009-11-04Remove wps_data.remote_wps. It's redundant with the new global curr_screen.Thomas Martitz
2009-10-31FS#10739: playback.c code splitJeffrey Goode
2009-10-29Revert the recording key functionality changes back to before r21034: Both pl...Peter D'Hoye
2009-10-17Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius
2009-10-17Const correctness for output_dyn_value and unify some identical constantsNils Wallménius
2009-10-16Rework albumart buffering internally to allow for mutliple albumart sizes.Thomas Martitz
2009-10-11Avoid more useless string copys and make some random cleanupsNils Wallménius
2009-10-09Correct a recording screen usability issue created in r21034. Pause used to s...Peter D'Hoye
2009-10-09Vertical Stride: Add support for yuv to native output.Karl Kurbjun
2009-10-06fix checkwps breakage caused by r229900Nils Wallménius
2009-10-06Complete r22917. The icon still overlapped the text slightly.Teruaki Kawashima
2009-10-04Fix FS#7511, icon could overlap the line to edit.Teruaki Kawashima
2009-10-03Fix FS#10597: Loadable keyboard layout rendered incorrectly.Teruaki Kawashima
2009-09-25Rename struct skin_albumart members to be consistent with similar members of ...Thomas Martitz
2009-09-07rework AA load/display handling in the skins to get them working in viewports...Jonathan Gordon
2009-09-05Fix FS#10588 by stopping scrolling in the radio screen instead of blindy rely...Thomas Martitz
2009-09-04Fix STRIDE macro for multiscreen and add stride support for picture lib.Karl Kurbjun
2009-09-01Add support for vertical stride to resizer.Karl Kurbjun
2009-09-01Add in BMP loader for vertical stride and include lcd-16bit-vert.c in SOURCESKarl Kurbjun
2009-08-31Fix a typo in jpeg_idct8h which could cause display corruption on ARMv5+Rob Purchase
2009-08-29Samsung YH: Many keymap fixes for keyboard screen, wps, set time/date and qui...Thomas Martitz
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius
2009-08-16User definable UI viewport, to be able to restrict the UI into a viewport for...Thomas Martitz
2009-08-12Fix yellows.Thomas Martitz
2009-08-12Both of this isn't needed anymore as it's done at the end of the function.Thomas Martitz
2009-08-12Make kbd_input() show a cancel splash to indicate user abort better and for b...Thomas Martitz
2009-08-03A bit mroe wps/skin engine cleanup so that the structs the wps uses can be st...Thomas Martitz
2009-08-03part two of the grand overall wps/skinning engine cleanup work:Jonathan Gordon
2009-07-27Start of some apps/ and wps cleanup work... Move everything related to the ac...Jonathan Gordon
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