summaryrefslogtreecommitdiffstats
path: root/apps/recorder/recording.c
AgeCommit message (Expand)AuthorFilesLines
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 Bukat1-1/+0
2010-08-01Fix reds.Thomas Martitz1-0/+1
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz1-1/+1
2010-07-04Simulator: build recording codeRafaël Carré1-75/+2
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-09slightly rework peakmeter handling to make it cleaner and be able to be used ...Jonathan Gordon1-3/+3
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 Martitz1-2/+2
2010-03-08Fix two warnings that appear with gcc4.4.3. The one in recording.c ("compact_...Thomas Martitz1-1/+2
2010-03-08fix yellowPeter D'Hoye1-1/+2
2010-03-08change histogram display principle to scrolling and simplify the code a bitPeter D'Hoye1-39/+28
2010-03-06fix cutoff of f2/f3_rec_screen in the recording screen. Teruaki Kawashima1-0/+2
2010-03-03Histogram display on recording screen. Based on the work of Jvo Studer in FS ...Peter D'Hoye1-49/+189
2010-01-03Disable speaker when recording to prevent feedback.Maurus Cuelenaere1-0/+10
2009-12-09FS#10824 - viewport/statusbar API rework.Jonathan Gordon1-12/+3
2009-11-16mpeg.h/c cleanupJeffrey Goode1-1/+0
2009-10-31FS#10739: playback.c code splitJeffrey Goode1-1/+0
2009-10-29Revert the recording key functionality changes back to before r21034: Both pl...Peter D'Hoye1-21/+22
2009-10-17Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius1-4/+7
2009-10-17Const correctness for output_dyn_value and unify some identical constantsNils Wallménius1-7/+0
2009-10-11Avoid more useless string copys and make some random cleanupsNils Wallménius1-5/+4
2009-10-09Correct a recording screen usability issue created in r21034. Pause used to s...Peter D'Hoye1-10/+7
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius1-2/+2
2009-08-16User definable UI viewport, to be able to restrict the UI into a viewport for...Thomas Martitz1-1/+4
2009-07-18correct bottom viewport height calculation in the recording screenAntonius Hellmann1-2/+2
2009-07-14FS#10080Nils Wallménius1-1/+1
2009-07-05FS#10406 - split the statusbar setting into one for each display, and allow t...Jonathan Gordon1-5/+3
2009-06-23fix a typo in comments (audio CD duration is not 74 or 80 hours)Rafaël Carré1-2/+2
2009-05-22FS#10230 - Remove 'start new file if not recording' functionality from ACTION...Marc Guay1-19/+21
2009-05-17Fix duplicate #includesBertrik Sikken1-1/+0
2009-05-09Remove unneeded #include "backdrop.h"Bertrik Sikken1-1/+0
2009-02-10Move screendump from apps to firmware, solving two nasty firmware-to-apps cal...Jens Arnold1-0/+1
2009-02-02continuation of last nights statusbar cleanup.Jonathan Gordon1-26/+17
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-4/+1
2008-12-31Gigabeat S: Allow recording from FM. Give FM the same volume range as playbac...Michael Sevakis1-7/+39
2008-11-04Since *set_led_enabled() is actually an ata-specific feature, move it back to...Frank Gevaerts1-4/+10
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts1-4/+4
2008-10-14Moved pcm_record from firmware to apps. Cleaned up some. Now all code using s...Björn Stenberg1-0/+1
2008-10-08New recording setting to configure how mono recordings are made. Previously, ...Peter D'Hoye1-0/+1
2008-08-20Fix broken h1x0 sim build by providing a stub for pcm_sample_rate()Peter D'Hoye1-0/+5
2008-08-20Recording screen: show spdif samplerate on SWCODEC targets (with spdif of cou...Peter D'Hoye1-5/+44
2008-08-20Recording screen: do not show L/R gain settings when recording mono; do not s...Peter D'Hoye1-7/+23
2008-08-15Adapt comment to the fact that the splash is removedPeter D'Hoye1-2/+1
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-5/+4
2008-08-13Fix a small delay in updating the recording screen. This caused the screen no...Peter D'Hoye1-10/+10
2008-08-11Adapt clip counter to compact view of recording screenPeter D'Hoye1-2/+3
2008-08-10Recording screen: show a more compact view if 6 lines do not fit but 4 do. Sh...Peter D'Hoye1-2/+19
2008-08-07Style police, trigStat -> trig_statNils Wallménius1-2/+2