rockbox/apps/recorder
Michael Sevakis aced667f48 Undo hacks to meant to get around string formatting limitations
The new vuprintf makes unnecessary workarounds due to formatting
limitations. I checked grep output for whatever appeared to fit
but it's possible I missed some instances because they weren't
so obvious.

Also, this means sound settings can dynamically work with any
number of decimals rather than the current assumption of one or
two. Add an ipow() function to help and take advantage of dynamic
field width and precision. Consolidate string formatting of sound
settings.

Change-Id: I46caf534859dfd1916cd440cd25e5206b192fcd8
2017-11-21 05:01:14 -05:00
..
albumart.c Rewrite filesystem code (WIP) 2014-08-30 03:48:23 +02:00
albumart.h
bmp.c Fix some build errors and warnings. 2014-06-21 00:49:05 +02:00
bmp.h Support GIMP bmp files. 2013-12-22 19:55:55 +01:00
icons.c FS#12378 : Remove various unused code, and comment out some unused code and data for reference or future use. 2011-12-14 21:45:25 +00:00
icons.h FS#12378 : Remove various unused code, and comment out some unused code and data for reference or future use. 2011-12-14 21:45:25 +00:00
jpeg_common.h Fix FS#12981 JPEG decoding problem when entropy data starts with FF 2016-04-01 19:29:41 +02:00
jpeg_idct_arm.S
jpeg_load.c Fix FS#12981 JPEG decoding problem when entropy data starts with FF 2016-04-01 19:29:41 +02:00
jpeg_load.h
keyboard.c Fix dangerous casts 2017-02-04 17:24:47 +01:00
pcm_record.c recording: Fix sloppy return value check. This caused an OOM panic. 2013-12-24 10:20:13 +01:00
pcm_record.h Update software recording engine to latest codec interface. 2013-06-30 00:40:27 +02:00
peakmeter.c Clean up peak calculating code. 2012-05-02 20:53:07 -04:00
peakmeter.h Make function calc_db in peakmeter.c static 2011-10-04 21:25:26 +00:00
recording.c Undo hacks to meant to get around string formatting limitations 2017-11-21 05:01:14 -05:00
recording.h
resize.c lcd-24bit: Introduce a 24-bit mid-level LCD driver 2014-06-21 00:15:53 +02:00
resize.h Adapt the resize-on-load image scalers to support the alpha channel. 2011-11-08 21:39:23 +00:00