summaryrefslogtreecommitdiffstats
path: root/apps/recorder
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-02Clean up peak calculating code.Michael Sevakis1-1/+6
2012-04-22Simplify warning suppression for unused argumentBertrik Sikken1-1/+1
2012-03-03Revise the PCM callback system after adding multichannel audio.Michael Sevakis1-15/+21
2011-12-20AGC: respect gain steps defined in audiohw_settings[]Marcin Bukat1-4/+6
2011-12-19Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR.Boris Gjenero1-1/+3
2011-12-19Fix bitmap scaling for Coldfire. Closes FS#12411.Andree Buschmann1-1/+1
2011-12-17Add const to global pointers to strings.Boris Gjenero1-1/+1
2011-12-14FS#12378 : Remove various unused code, and comment out some unused code and d...Boris Gjenero2-31/+0
2011-12-11Closing recording before initializing it the first time isn't needed and may ...Michael Sevakis1-3/+0
2011-12-08Move the PCMREC_E/W_* defines back to pcm_record.h because they're part of th...Michael Sevakis1-0/+19
2011-12-08Add a second boost condition to the recording PCM buffer to boost the CPU whe...Michael Sevakis1-2/+4
2011-12-08AS3525v1/v2:Michael Sevakis1-1/+1