summaryrefslogtreecommitdiff
path: root/apps/recorder/recording.c
AgeCommit message (Expand)Author
2008-11-04Since *set_led_enabled() is actually an ata-specific feature, move it back to...Frank Gevaerts
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts
2008-10-14Moved pcm_record from firmware to apps. Cleaned up some. Now all code using s...Björn Stenberg
2008-10-08New recording setting to configure how mono recordings are made. Previously, ...Peter D'Hoye
2008-08-20Fix broken h1x0 sim build by providing a stub for pcm_sample_rate()Peter D'Hoye
2008-08-20Recording screen: show spdif samplerate on SWCODEC targets (with spdif of cou...Peter D'Hoye
2008-08-20Recording screen: do not show L/R gain settings when recording mono; do not s...Peter D'Hoye
2008-08-15Adapt comment to the fact that the splash is removedPeter D'Hoye
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius
2008-08-13Fix a small delay in updating the recording screen. This caused the screen no...Peter D'Hoye
2008-08-11Adapt clip counter to compact view of recording screenPeter D'Hoye
2008-08-10Recording screen: show a more compact view if 6 lines do not fit but 4 do. Sh...Peter D'Hoye
2008-08-07Style police, trigStat -> trig_statNils Wallménius
2008-08-06First step of the recording screen redesign. The screen is split into a fixed...Peter D'Hoye
2008-07-05fix FS#9146Jonathan Gordon
2008-07-03Implement FS#8947 - Add a stub in the simulator for ata_disk_is_active. This ...Bertrik Sikken
2008-06-28Remove a viewport ambiguity by changing the screens width/heigth members into...Peter D'Hoye
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-06-23FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon
2008-05-28Updated recording trigger screen (seems to be a feature almost noone uses?)Jonathan Gordon
2008-05-15Fix redPeter D'Hoye
2008-05-15Accept FS #8994: add another recording filesplit option: stop recording and s...Peter D'Hoye
2008-05-03Made source files #include the header file that they implement to make sure t...Bertrik Sikken
2008-04-28Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken
2008-03-08Simplify that clip indicator reset code a bitPeter D'Hoye
2008-03-08Reset recording clipping indicators when changing gain. Solves FS #6147Peter D'Hoye
2007-12-15Quick fix to prevent freezing of H10 (possibly others too) when left at the d...Peter D'Hoye
2007-12-07More code policePeter D'Hoye
2007-12-07Code policePeter D'Hoye
2007-12-07Fix gradient selection bar in recording screenPeter D'Hoye
2007-11-30Repair the no-spinup on start/split feature of recording. Recording directory...Michael Sevakis
2007-11-26Make the recording screen handle button repeats correctly when changing gain....Linus Nielsen Feltzing
2007-11-25Make the variable for numbers of screens to update const on non-remote-lcd ta...Nils Wallménius
2007-11-21make check_dir use dir_exists and slightly optimise the latter Robert Kukla
2007-10-19Mop up some yellow.Steve Bavin
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin
2007-10-10Voice the recording trigger settings screen.Stéphane Doyon
2007-10-06Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis
2007-09-28Make the gradient look better when more than one line is selected (running ti...Nicolas Pennequin
2007-09-27FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier.Nicolas Pennequin
2007-09-22small optimisation: make a locally used function staticPeter D'Hoye
2007-08-29The clipcount string used in the rec screen should have been named sysfont. F...Peter D'Hoye
2007-08-25Implement FS #2976: Clip Counter for recording screen. If enabled in peak met...Peter D'Hoye
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius
2007-08-03Final changes to the recording naming code, this should make jhMikeS happy ;)Peter D'Hoye
2007-08-02Even more optimizing for the recording name change...Peter D'Hoye
2007-08-02Simplify the source based recording file names a bit.Jens Arnold
2007-08-01Let recording create filenames based on the recording source, closes FS #921 ...Peter D'Hoye
2007-07-11Rearrange and cleanup settings codeJonathan Gordon
2007-07-10User configurable recording path (my patch in FS#7201). path defaults to / an...Jonathan Gordon