summaryrefslogtreecommitdiff
path: root/apps/recorder (follow)
Commit message (Expand)AuthorAge
...
* FS#10338: Add "use morse input " entry to settings menuTeruaki Kawashima2009-11-08
* Merge duplicating code to move cursor left/right.Teruaki Kawashima2009-11-06
* Remove wps_data.remote_wps. It's redundant with the new global curr_screen.Thomas Martitz2009-11-04
* FS#10739: playback.c code splitJeffrey Goode2009-10-31
* Revert the recording key functionality changes back to before r21034: Both pl...Peter D'Hoye2009-10-29
* Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius2009-10-17
* Const correctness for output_dyn_value and unify some identical constantsNils Wallménius2009-10-17
* Rework albumart buffering internally to allow for mutliple albumart sizes.Thomas Martitz2009-10-16
* Avoid more useless string copys and make some random cleanupsNils Wallménius2009-10-11
* Correct a recording screen usability issue created in r21034. Pause used to s...Peter D'Hoye2009-10-09
* Vertical Stride: Add support for yuv to native output.Karl Kurbjun2009-10-09
* fix checkwps breakage caused by r229900Nils Wallménius2009-10-06
* Complete r22917. The icon still overlapped the text slightly.Teruaki Kawashima2009-10-06
* Fix FS#7511, icon could overlap the line to edit.Teruaki Kawashima2009-10-04
* Fix FS#10597: Loadable keyboard layout rendered incorrectly.Teruaki Kawashima2009-10-03
* Rename struct skin_albumart members to be consistent with similar members of ...Thomas Martitz2009-09-25
* rework AA load/display handling in the skins to get them working in viewports...Jonathan Gordon2009-09-07
* Fix FS#10588 by stopping scrolling in the radio screen instead of blindy rely...Thomas Martitz2009-09-05
* Fix STRIDE macro for multiscreen and add stride support for picture lib.Karl Kurbjun2009-09-04
* Add support for vertical stride to resizer.Karl Kurbjun2009-09-01
* Add in BMP loader for vertical stride and include lcd-16bit-vert.c in SOURCESKarl Kurbjun2009-09-01
* Fix a typo in jpeg_idct8h which could cause display corruption on ARMv5+Rob Purchase2009-08-31
* Samsung YH: Many keymap fixes for keyboard screen, wps, set time/date and qui...Thomas Martitz2009-08-29
* Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius2009-08-20
* User definable UI viewport, to be able to restrict the UI into a viewport for...Thomas Martitz2009-08-16
* Fix yellows.Thomas Martitz2009-08-12
* Both of this isn't needed anymore as it's done at the end of the function.Thomas Martitz2009-08-12
* Make kbd_input() show a cancel splash to indicate user abort better and for b...Thomas Martitz2009-08-12
* A bit mroe wps/skin engine cleanup so that the structs the wps uses can be st...Thomas Martitz2009-08-03
* part two of the grand overall wps/skinning engine cleanup work:Jonathan Gordon2009-08-03
* Start of some apps/ and wps cleanup work... Move everything related to the ac...Jonathan Gordon2009-07-27
* Commit part of FS#9873 - Utilise buttons for playlistingThomas Martitz2009-07-22
* correct bottom viewport height calculation in the recording screenAntonius Hellmann2009-07-18
* Remove ldrd from ARMv5 JPEG IDCT, remove old debug code selecting ARMv5 code ...Andrew Mahone2009-07-17
* FS#10080Nils Wallménius2009-07-14
* Add new asmdefs mechanism for exporting information only available to the C c...Andrew Mahone2009-07-13
* FS#10406 - split the statusbar setting into one for each display, and allow t...Jonathan Gordon2009-07-05
* JPEG IDCT8 ARMv6 assembly, slight speedup vs ARMv5.Andrew Mahone2009-07-03
* Core JPEG IDCT8 optimizations for ARMv5+, small optimizations for ARMv4.Andrew Mahone2009-07-02
* Use hand-written constants table on ARMv5+ for JPEG IDCT, and load four 16-bi...Andrew Mahone2009-06-28
* Use single-instruction shift-and-saturate in place of range_limit for JPEG on...Andrew Mahone2009-06-27
* ARM assembly 8-point IDCT, both passes. No ARMv5/6 optimizations yet, aside f...Andrew Mahone2009-06-27
* Fix a typo in jpeg_idct4h which caused garbled JPEGs on ARMv5.Rob Purchase2009-06-26
* fix a typo in comments (audio CD duration is not 74 or 80 hours)Rafaël Carré2009-06-23
* Redo r21460 and r21462 so that it doesn't introduce a new #define. Patch by J...Thomas Martitz2009-06-22
* FS#10365 - Optional debug output for albumart.c Thomas Martitz2009-06-21
* Forgot to commit the change to keyboard.c to make the line edit mode acctuall...Marianne Arnold2009-06-20
* 2-point and 1-point JPEG IDCT ARM assembly, remove comment in jpeg_load.c abo...Andrew Mahone2009-06-19
* Core JPEG decoder improvements:Andrew Mahone2009-06-19
* Remove explicit counter for rows/columns in IDCT, instead testing against a p...Andrew Mahone2009-06-14