summaryrefslogtreecommitdiff
path: root/apps/recorder
AgeCommit message (Expand)Author
2014-10-08YH820: Add a forgotten define in aa8ba60.Szymon Dziok
2014-10-08YH820/YH92X: Properly enable morse input.Szymon Dziok
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis
2014-06-21Fix some build errors and warnings.Thomas Martitz
2014-06-21lcd-24bit: Introduce a 24-bit mid-level LCD driverThomas Martitz
2014-01-11bmp loader: Fix loading of monochrome/greyscale BMPs with newer headers.Thomas Martitz
2014-01-05bmp.c: Undo debug stuff that got in by accident.Thomas Martitz
2014-01-05Do not include kernel.h in system.h.Thomas Martitz
2014-01-05Revert "Fix data abort introduced by ef92ed4a."Thomas Martitz
2014-01-04Fix data abort introduced by ef92ed4a.Frank Gevaerts
2013-12-24recording: Fix sloppy return value check. This caused an OOM panic.Thomas Martitz
2013-12-23fix some reds.Thomas Martitz
2013-12-23playback,talk: Share audiobuffer via core_alloc_maximum().Thomas Martitz
2013-12-22Fix errors introduced by a62bd92.Thomas Martitz
2013-12-22Fix warning and re-order code a bit.Thomas Martitz
2013-12-22Support GIMP bmp files.Thomas Martitz
2013-07-09Swap over a position of cursor while reaching the end of filename in keyboardRoman
2013-07-09SWCODEC recording: Boost CPU frequency before doing flush on stopMichael Sevakis
2013-07-0619b289a somehow missed one last LANG_RECORDING_FREQUENCY.Michael Sevakis
2013-06-30Temporarily disable keyclick in recording screen.Michael Sevakis
2013-06-29Fix strlcpy warnings in 4888131.Michael Sevakis
2013-06-30Update software recording engine to latest codec interface.Michael Sevakis
2013-06-30Fix some whitespace in files changed in following commit.Michael Sevakis
2013-05-31Some corrections after 5857c44.Michael Sevakis
2013-05-31Refactor audio thread to run both recording and playback.Michael Sevakis
2013-05-30pcm_record: Track initialization stateMichael Sevakis
2013-02-12bitmap drawing: Negate alpha channel to match alpha information format of fon...Thomas Martitz
2012-05-02Clean up peak calculating code.Michael Sevakis
2012-04-22Simplify warning suppression for unused argumentBertrik Sikken
2012-03-03Revise the PCM callback system after adding multichannel audio.Michael Sevakis
2011-12-20AGC: respect gain steps defined in audiohw_settings[]Marcin Bukat
2011-12-19Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR.Boris Gjenero
2011-12-19Fix bitmap scaling for Coldfire. Closes FS#12411.Andree Buschmann
2011-12-17Add const to global pointers to strings.Boris Gjenero
2011-12-14FS#12378 : Remove various unused code, and comment out some unused code and d...Boris Gjenero
2011-12-11Closing recording before initializing it the first time isn't needed and may ...Michael Sevakis
2011-12-08Move the PCMREC_E/W_* defines back to pcm_record.h because they're part of th...Michael Sevakis
2011-12-08Add a second boost condition to the recording PCM buffer to boost the CPU whe...Michael Sevakis
2011-12-08AS3525v1/v2:Michael Sevakis
2011-11-29Sansa Connect: Add keymap for YesNo dialog and keyboardTomasz Moń
2011-11-29FS#12412 : Delete old buffer allocation code which has been replaced by core_...Boris Gjenero
2011-11-15Use buflib for all skin engine allocations.Jonathan Gordon
2011-11-11Handle 32bit bitmaps with all-zero alpha channel as fully opaque.Thomas Martitz
2011-11-11Document the internal alpha channel format better, and fixes for 32bit alpha ...Thomas Martitz
2011-11-09Set alpha_offset to zero when loading a JPEG.Boris Gjenero
2011-11-08Fix warning on mrobe100.Thomas Martitz
2011-11-08Adapt the resize-on-load image scalers to support the alpha channel.Thomas Martitz
2011-11-08Support for transparency in 32bit bitmaps on color targets.Thomas Martitz
2011-11-08Redo r30826 (and hopefully not reintroduce font issues) which cleans up the f...Jonathan Gordon
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg