rockbox/apps/recorder
Magnus Holmgren a967523b2b Fix buffer overflow when adding a radio preset.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13327 a1c6a512-1295-4272-9138-f99709370657
2007-05-05 12:06:35 +00:00
..
bmp.c Customizable icons for all bitmap targets. (FS#7013) 2007-04-16 09:14:36 +00:00
bmp.h /me fail english? thats unpossible 2007-04-11 05:40:43 +00:00
icons.c Customizable icons for all bitmap targets. (FS#7013) 2007-04-16 09:14:36 +00:00
icons.h Customizable icons for all bitmap targets. (FS#7013) 2007-04-16 09:14:36 +00:00
keyboard.c Enable KBD_CURSOR_KEYS and KBD_MODES on Gigabeat. Enter things any way you like. 2007-05-04 17:15:55 +00:00
peakmeter.c Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BACKLIGHT to a simple HAVE_BACKLIGHT. 2007-04-12 22:12:13 +00:00
peakmeter.h Recording trigger for software codec targets 2006-11-09 12:27:56 +00:00
radio.c Fix buffer overflow when adding a radio preset. 2007-05-05 12:06:35 +00:00
radio.h FM Radio mishmash: Make a quieter screen for the SWCODEC targets esp. for the benefit of x5; I wasn't sure if it was good to alter timeouts for HW codec. Simplify things and prepare for eventual scanning and tuning changes (which should help quiet x5 down even more). Make things behave themselves better in general. Enable SWCODEC FM Recording menu and screen for sim as a bonus. 2007-03-16 14:40:40 +00:00
recording.c Get samplerate switching working in the sim to be similar to on target. Make all pcm functions available there as well. 2007-05-04 15:14:56 +00:00
recording.h Revert recording/repeat timer for now. It is useful as a feature, but didn't receive enough testing on multiple targets, and fixing it is non-trivial. Later reversal would be complicated because of .lng spreading. * The patch should probably redone in a different way, as it's huge for what it does... * Issues: (1) The repeat timer setting has NULL pointer hits. (2) The multi-int setting screen breaks with proportional fonts, and with somewhat larger fonts. (3) On some targets, all values except the leftmost one are unreachable. * Hint: The timer itself would be much simpler if it'd just store & compare ticks (497 days before it wraps). 2007-04-15 22:16:28 +00:00