summaryrefslogtreecommitdiffstats
path: root/apps/recorder
AgeCommit message (Expand)AuthorFilesLines
6 daysUsing ARM Unified Assembler LanguageChris Chua1-6/+6
2023-01-14Database: Add ability to insert multiple files into playlistsChristian Soffke1-26/+0
2023-01-13[BUGFix] ClipPlus move picker below yellow screen splitWilliam Wilgus1-0/+8
2023-01-13Revert "keyboard.c make editline respect current UI font"William Wilgus1-2/+2
2023-01-13Remove buflib allocation names, part twoAidan MacDonald1-1/+1
2023-01-13keyboard.c make editline respect current UI fontWilliam Wilgus1-2/+2
2022-12-14wps.c cleanup gui_show_wpsWilliam Wilgus1-1/+1
2022-12-11Eliminate skin updates in between activitiesChristian Soffke1-1/+1
2022-11-15convert a few more strlcpy to strmemccpy calls Fix Red and YellowWilliam Wilgus1-0/+6
2022-11-14replace strlcpy with strmemccpyWilliam Wilgus3-5/+5
2022-11-14Remove some shadowed variables identified by -WshadowWilliam Wilgus1-1/+1
2022-10-17Limit exposure of skin engine internalsAidan MacDonald2-76/+0
2022-10-15move buflib_free invalid handle check to the functionWilliam Wilgus1-2/+1
2022-10-05gui: Remove "enum list_wrap" from list action functionsAidan MacDonald1-1/+1
2022-09-30Define LCD_STRIDEFORMAT unconditionallyAidan MacDonald1-1/+1
2022-05-03add const to const * strings iriver Fix RedWilliam Wilgus1-1/+2
2022-05-03add const to const * stringsWilliam Wilgus2-2/+2
2022-05-02Fix some non-portable alignment valuesAidan MacDonald1-2/+2
2022-04-27keyboard.c change math for editline above pickerWilliam Wilgus1-1/+17
2022-04-16apps: Add ability to do a clean rebootAidan MacDonald1-1/+2
2022-04-09jpeg: provide a rough estimate of decoder memory overheadAidan MacDonald2-0/+18
2022-04-08BUGFIX keyboard.c make vp alloc staticWilliam Wilgus1-23/+5
2022-04-07keyboard.c Use viewports, move text box posWilliam Wilgus1-27/+156
2022-02-12buflib: add a common dummy callbacks struct & use itAidan MacDonald1-5/+2
2022-01-29FiiO M3K: remove volume setting on rec. screenAidan MacDonald1-0/+12
2022-01-17recording: fix mono mode mixdown functionsAidan MacDonald1-32/+16
2022-01-17recscreen: clean up menu building codeAidan MacDonald1-61/+31
2022-01-17Fix some hardcoded assumptions in recording.cAidan MacDonald2-56/+99
2021-11-21touchscreen: force 3x3 mode in the keyboardAidan MacDonald1-0/+11
2021-11-11Add setting for disabling wrap-around listsChristian Soffke1-2/+30
2021-08-26Plugin Api add core bitmapsWilliam Wilgus2-0/+32
2021-08-19peakmeter: re-enable on hosted platformsUlrich Hecht1-13/+0
2021-08-10pcm_record.c iAudioM5 FixRedWilliam Wilgus1-6/+14
2021-08-10recorder/pcm_record.c cleanup copy functionWilliam Wilgus1-14/+18
2021-08-05Simplify clamp_componentAidan MacDonald1-2/+2
2021-07-07RFC: Fix a couple more dangling stack-allocated viewportsSolomon Peachy1-2/+4
2021-03-02Remove execute bit from file permissions from recent commitWilliam Wilgus1-0/+0
2020-12-14Do not resize images greater than 32767 pixels in either dimensionMichael Giacomelli1-0/+9
2020-10-26statusbar: Make statusbar height equal SYSFONT_HEIGHTSolomon Peachy2-4/+9
2020-10-26LCD core move buf ptr and address look up function viewport structWilliam Wilgus1-2/+2
2020-07-24peakmeter: Fix warning on some hosted targetsSolomon Peachy1-3/+8
2020-07-24peakmeter: Fix simulator build breakage introduced in 8cb55546Solomon Peachy1-2/+0
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-3/+0
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy6-164/+11
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy5-493/+6
2020-07-22keyboard add ability to specify temporary custom layoutsWilliam Wilgus1-5/+12
2020-04-05jpeg: Fix an overflow when decoding images for non-color targets.Solomon Peachy1-1/+8
2019-08-04fix recording.c file split time in seconds not minutesWilliam Wilgus1-1/+1
2019-07-09Fix possible truncation albumart.cWilliam Wilgus1-2/+2
2018-12-23Handle SYS_POWEROFF event in recorder and chessbox pluginsSolomon Peachy1-0/+5