rockbox/apps/recorder
2007-11-15 20:22:03 +00:00
..
albumart.c Improved use of album name when locating the album art file: replace chars that are invalid in file names; double quotes to single quotes, other invalid chars to underscore (now only very long album names could cause a problem). Also removed some unecessary code and reduced stack usage a bit. 2007-11-15 20:22:03 +00:00
albumart.h Various album art improvements: 2007-11-12 01:31:42 +00:00
bmp.c Add read_bmp_fd and make the first parameter of read_bmp_file ("filename") const. 2007-11-10 13:26:11 +00:00
bmp.h Add read_bmp_fd and make the first parameter of read_bmp_file ("filename") const. 2007-11-10 13:26:11 +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 FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just menus), hopefully save some space. 2007-10-19 15:31:42 +00:00
peakmeter.c Disable highperf mode in the peakmeter for swcodec targets, as it makes no sense. Improves responsiveness a lot with a peakmeter-enabled wps on targets with slow lcd updates (e.g. G5). Added a comment why highperf mode is needed for MAS targets. 2007-10-16 08:34:51 +00:00
peakmeter.h Make a few private functins static and use fewer bytes for constants 2007-09-20 16:44:28 +00:00
radio.c FS#8046: H10 FM tuner support. Thanks to Przemyslaw Holubowski for doing the hard work in figuring out how to communicate with the tuner. 2007-11-11 16:00:33 +00:00
radio.h Do some planned radio interface cleanup since adding in the LV24020LP. 2007-07-14 11:20:31 +00:00
recording.c Mop up some yellow. 2007-10-19 15:43:43 +00:00
recording.h Implement FS #2976: Clip Counter for recording screen. If enabled in peak meter settings, it shows the number of times clipping occurred (clip indicator going on). Count is reset on recording start and only counts during actual recording. Stays on screen when stopping or pauzing. Also fix a drawing bug when peakmeters start at a non-zero x offset. 2007-08-25 15:53:54 +00:00