summaryrefslogtreecommitdiff
path: root/apps/recorder/recording.c (follow)
Commit message (Expand)AuthorAge
* AGC: respect gain steps defined in audiohw_settings[]Marcin Bukat2011-12-20
* Closing recording before initializing it the first time isn't needed and may ...Michael Sevakis2011-12-11
* Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg2011-10-15
* Shuffle some functions around so that interfacing with playback.c in particul...Michael Sevakis2011-09-01
* Fix errors and warnings.Thomas Martitz2011-08-14
* Make the histogram code usable for playback as well. Move the recording histo...Peter D'Hoye2011-06-05
* FS#11925 - Add a proper system to keep track of the current screen/activity t...Jonathan Gordon2011-06-01
* recording.cMarcin Bukat2011-03-15
* FS#11725: fix duplicationg slash indicating root in filename.Teruaki Kawashima2010-11-29
* Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#111...Marcin Bukat2010-10-31
* Fix reds.Thomas Martitz2010-08-01
* Rockbox as an application: add get_user_file_path().Thomas Martitz2010-08-01
* Simulator: build recording codeRafaël Carré2010-07-04
* Fix r26298 yellow: Somehow missed those warnings. Need playback.h.Michael Sevakis2010-05-26
* SWCODEC: Wait for audio init to complete before starting radio or recording; ...Michael Sevakis2010-05-26
* slightly rework peakmeter handling to make it cleaner and be able to be used ...Jonathan Gordon2010-05-09
* Fix some more snprintf related warnings.Thomas Martitz2010-05-06
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Fix two warnings that appear with gcc4.4.3. The one in recording.c ("compact_...Thomas Martitz2010-03-08
* fix yellowPeter D'Hoye2010-03-08
* change histogram display principle to scrolling and simplify the code a bitPeter D'Hoye2010-03-08
* fix cutoff of f2/f3_rec_screen in the recording screen. Teruaki Kawashima2010-03-06
* Histogram display on recording screen. Based on the work of Jvo Studer in FS ...Peter D'Hoye2010-03-03
* Disable speaker when recording to prevent feedback.Maurus Cuelenaere2010-01-03
* FS#10824 - viewport/statusbar API rework.Jonathan Gordon2009-12-09
* mpeg.h/c cleanupJeffrey Goode2009-11-16
* FS#10739: playback.c code splitJeffrey Goode2009-10-31
* Revert the recording key functionality changes back to before r21034: Both pl...Peter D'Hoye2009-10-29
* Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius2009-10-17
* Const correctness for output_dyn_value and unify some identical constantsNils Wallménius2009-10-17
* Avoid more useless string copys and make some random cleanupsNils Wallménius2009-10-11
* Correct a recording screen usability issue created in r21034. Pause used to s...Peter D'Hoye2009-10-09
* Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius2009-08-20
* User definable UI viewport, to be able to restrict the UI into a viewport for...Thomas Martitz2009-08-16
* correct bottom viewport height calculation in the recording screenAntonius Hellmann2009-07-18
* FS#10080Nils Wallménius2009-07-14
* FS#10406 - split the statusbar setting into one for each display, and allow t...Jonathan Gordon2009-07-05
* fix a typo in comments (audio CD duration is not 74 or 80 hours)Rafaël Carré2009-06-23
* FS#10230 - Remove 'start new file if not recording' functionality from ACTION...Marc Guay2009-05-22
* Fix duplicate #includesBertrik Sikken2009-05-17
* Remove unneeded #include "backdrop.h"Bertrik Sikken2009-05-09
* Move screendump from apps to firmware, solving two nasty firmware-to-apps cal...Jens Arnold2009-02-10
* continuation of last nights statusbar cleanup.Jonathan Gordon2009-02-02
* Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon2008-12-31
* Gigabeat S: Allow recording from FM. Give FM the same volume range as playbac...Michael Sevakis2008-12-31
* Since *set_led_enabled() is actually an ata-specific feature, move it back to...Frank Gevaerts2008-11-04
* Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts2008-11-01
* Moved pcm_record from firmware to apps. Cleaned up some. Now all code using s...Björn Stenberg2008-10-14
* New recording setting to configure how mono recordings are made. Previously, ...Peter D'Hoye2008-10-08
* Fix broken h1x0 sim build by providing a stub for pcm_sample_rate()Peter D'Hoye2008-08-20