summaryrefslogtreecommitdiffstats
path: root/apps/recorder
AgeCommit message (Expand)AuthorFilesLines
2011-05-01Fix several 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann1-4/+0
2011-03-28remove set but unused variableRafaël Carré1-2/+1
2011-03-15recording.cMarcin Bukat1-34/+51
2011-03-05Change the thread api a bit.Thomas Martitz1-3/+3
2011-02-27Fix warning in android build.Thomas Martitz2-2/+2
2011-02-23Give playback engine better control over the codec. Codec simply follows comm...Michael Sevakis1-5/+4
2011-02-10Fix test plugin build.Andree Buschmann1-0/+2
2011-02-09Embedded album art support in MP3/ID3v2 tags.Thomas Martitz2-8/+58
2011-02-02Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann1-4/+4
2011-01-29Fix yellowThomas Martitz1-0/+2
2011-01-13FS#11867 - Add 2 new tags to allow skins to display themed peakmetersJonathan Gordon2-7/+19
2010-11-29FS#11725: fix duplicationg slash indicating root in filename.Teruaki Kawashima1-1/+2
2010-10-31Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#111...Marcin Bukat3-2/+1
2010-10-18HDD6330: Try to adapt the keys for the new touchpad code, remove the non exis...Szymon Dziok1-0/+1
2010-09-19kbd_input(): move sc assignement under #ifdef HAVE_TOUCHSCREENRafaël Carré1-2/+3
2010-08-12Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz1-1/+4
2010-08-09Mark constant array as 'const' and use a smaller datatype.Nils Wallménius1-1/+1
2010-08-09Remove old kluge that makes little difference with the new arm toolchain.Nils Wallménius1-5/+0
2010-08-01Fix reds.Thomas Martitz1-0/+1
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz2-1/+2
2010-07-29FS#11470 - new skin code, finally svn uses the new parser from the theme edit...Jonathan Gordon1-1/+3
2010-07-24s/HAVE_LCD_REMOTE/HAVE_REMOTE_LCD/Nils Wallménius1-1/+1
2010-07-10keyboard: change how charactars are stored in the buffer.Teruaki Kawashima1-86/+82
2010-07-04Simulator: build recording codeRafaël Carré2-76/+3
2010-06-27FS#10925 by myself: add touchscreen support for virtual keyboard.Teruaki Kawashima1-3/+168
2010-06-26e200v1/c200v1: Implement limited samplerate switching. Rates 24kHz and below ...Michael Sevakis1-4/+4
2010-06-21I shouldn't have touched backlight.c at all :\ Also fix the yellow in peakmet...Thomas Martitz1-1/+1
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-3/+3
2010-06-11FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré1-12/+12
2010-06-09keyboard: clean up. remove unneeded #ifdefs.Teruaki Kawashima1-73/+37
2010-06-06Virtual keyboard: enable line edit mode as an alternative on all target. Ther...Marianne Arnold1-11/+1
2010-05-26Fix r26298 yellow: Somehow missed those warnings. Need playback.h.Michael Sevakis1-0/+1
2010-05-26SWCODEC: Wait for audio init to complete before starting radio or recording; ...Michael Sevakis1-0/+4
2010-05-24Make PCM->driver interface about as simple as it will get. Registered callbac...Michael Sevakis1-5/+5
2010-05-17split the radio code into multiple files in the hope that makes it more likel...Jonathan Gordon2-1852/+0
2010-05-16yellow go bye byeJonathan Gordon1-0/+1
2010-05-16FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Ba...Jonathan Gordon3-0/+150
2010-05-14Enable recording on clipv1/m200v4/c200v2Rafaël Carré1-6/+22
2010-05-13fix FS#11264 - frequency bar and presets not working in the sbsJonathan Gordon1-6/+0
2010-05-12fix the last of the reds, and make RDS tags actually work (and add them to th...Jonathan Gordon1-2/+5
2010-05-12fix red and yellow (most of it anyway)Jonathan Gordon1-1/+3
2010-05-12FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tagsJonathan Gordon2-176/+140
2010-05-09slightly rework peakmeter handling to make it cleaner and be able to be used ...Jonathan Gordon4-6/+10
2010-05-06Fix some more snprintf related warnings.Thomas Martitz1-1/+1
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz7-18/+14
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz1-1/+1
2010-04-06Make array static const in apps/recorder/jpeg_load.cBertrik Sikken1-1/+1
2010-03-31Fix FS#11152 in a cleaner way. At least on the sim, the state remained in FMR...Frank Gevaerts1-7/+12
2010-03-30Make sure FM Tuner is stopped at initRafaël Carré1-1/+2
2010-03-08Fix two warnings that appear with gcc4.4.3. The one in recording.c ("compact_...Thomas Martitz1-1/+2