summaryrefslogtreecommitdiffstats
path: root/apps/recorder
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-22Auto-Ranging Time Formatting For Menus (hh:mm:ss:mss)William Wilgus3-68/+18
2018-12-09Fix possible truncation misc.c->output_dyn_value + use KibytesWilliam Wilgus1-1/+1
2018-12-08Decrease static code size recording.cWilliam Wilgus1-42/+48
2018-12-08Fix truncation warning recording.c->recording_screenWilliam Wilgus1-36/+37
2018-06-12Agptek Rocker: Initial commitMarcin Bukat1-1/+1
2017-11-21Undo hacks to meant to get around string formatting limitationsMichael Sevakis1-31/+1
2017-02-04Fix dangerous castsAmaury Pouly1-1/+1
2017-02-04Implement speaker enable/disable on jack (un)plugAmaury Pouly1-2/+2
2016-04-01Fix FS#12981 JPEG decoding problem when entropy data starts with FFBoris Gjenero2-8/+8
2016-01-25Replace SAMSUNG_YH920_PAD with YH92XSebastian Leonhardt1-1/+1
2014-10-08YH820: Add a forgotten define in aa8ba60.Szymon Dziok1-0/+1
2014-10-08YH820/YH92X: Properly enable morse input.Szymon Dziok1-1/+3
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis2-2/+2
2014-06-21Fix some build errors and warnings.Thomas Martitz1-4/+0
2014-06-21lcd-24bit: Introduce a 24-bit mid-level LCD driverThomas Martitz2-8/+21
2014-01-11bmp loader: Fix loading of monochrome/greyscale BMPs with newer headers.Thomas Martitz1-2/+4
2014-01-05bmp.c: Undo debug stuff that got in by accident.Thomas Martitz1-3/+1
2014-01-05Do not include kernel.h in system.h.Thomas Martitz2-4/+8
2014-01-05Revert "Fix data abort introduced by ef92ed4a."Thomas Martitz1-2/+4
2014-01-04Fix data abort introduced by ef92ed4a.Frank Gevaerts1-1/+1
2013-12-24recording: Fix sloppy return value check. This caused an OOM panic.Thomas Martitz1-1/+1
2013-12-23fix some reds.Thomas Martitz1-1/+2
2013-12-23playback,talk: Share audiobuffer via core_alloc_maximum().Thomas Martitz2-11/+19
2013-12-22Fix errors introduced by a62bd92.Thomas Martitz1-3/+4
2013-12-22Fix warning and re-order code a bit.Thomas Martitz1-11/+8
2013-12-22Support GIMP bmp files.Thomas Martitz2-44/+67
2013-07-09Swap over a position of cursor while reaching the end of filename in keyboardRoman1-6/+12
2013-07-09SWCODEC recording: Boost CPU frequency before doing flush on stopMichael Sevakis1-0/+2
2013-07-0619b289a somehow missed one last LANG_RECORDING_FREQUENCY.Michael Sevakis1-2/+1
2013-06-30Temporarily disable keyclick in recording screen.Michael Sevakis1-0/+7
2013-06-29Fix strlcpy warnings in 4888131.Michael Sevakis1-0/+1
2013-06-30Update software recording engine to latest codec interface.Michael Sevakis3-1384/+1627
2013-06-30Fix some whitespace in files changed in following commit.Michael Sevakis2-29/+29
2013-05-31Some corrections after 5857c44.Michael Sevakis1-3/+3
2013-05-31Refactor audio thread to run both recording and playback.Michael Sevakis3-180/+138
2013-05-30pcm_record: Track initialization stateMichael Sevakis1-1/+19
2013-02-12bitmap drawing: Negate alpha channel to match alpha information format of fon...Thomas Martitz1-2/+3