index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
recorder
/
peakmeter.c
Age
Commit message (
Expand
)
Author
2021-08-19
peakmeter: re-enable on hosted platforms
Ulrich Hecht
2020-10-26
statusbar: Make statusbar height equal SYSFONT_HEIGHT
Solomon Peachy
2020-07-24
peakmeter: Fix warning on some hosted targets
Solomon Peachy
2020-07-24
peakmeter: Fix simulator build breakage introduced in 8cb55546
Solomon Peachy
2020-07-24
[3/4] Completely remove HWCODEC support
Solomon Peachy
2018-12-22
Auto-Ranging Time Formatting For Menus (hh:mm:ss:mss)
William Wilgus
2012-05-02
Clean up peak calculating code.
Michael Sevakis
2011-10-15
Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...
Björn Stenberg
2011-10-04
Make function calc_db in peakmeter.c static
Bertrik Sikken
2011-07-02
Use playback channel directly for peakmeters and plugins using peak calculati...
Michael Sevakis
2011-06-05
Make the histogram code usable for playback as well. Move the recording histo...
Peter D'Hoye
2011-01-13
FS#11867 - Add 2 new tags to allow skins to display themed peakmeters
Jonathan Gordon
2010-10-31
Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#111...
Marcin Bukat
2010-06-21
I shouldn't have touched backlight.c at all :\ Also fix the yellow in peakmet...
Thomas Martitz
2010-06-21
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...
Thomas Martitz
2010-05-09
slightly rework peakmeter handling to make it cleaner and be able to be used ...
Jonathan Gordon
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-03-03
Histogram display on recording screen. Based on the work of Jvo Studer in FS ...
Peter D'Hoye
2009-05-17
Clean up some unused #includes
Bertrik Sikken
2009-02-02
continuation of last nights statusbar cleanup.
Jonathan Gordon
2008-11-01
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...
Frank Gevaerts
2008-08-06
First step of the recording screen redesign. The screen is split into a fixed...
Peter D'Hoye
2008-07-03
Implement FS#8947 - Add a stub in the simulator for ata_disk_is_active. This ...
Bertrik Sikken
2008-06-29
Fix FS #9128: invalidate the peakmeter scales when switching between playback...
Peter D'Hoye
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-06-28
Peakmeters: use screens[].getwidth() and not screens[].width as the latter on...
Peter D'Hoye
2008-06-28
Fix broken peakmeters: peakmeter was using viewport drawing code but absolute...
Peter D'Hoye
2008-05-28
Updated recording trigger screen (seems to be a feature almost noone uses?)
Jonathan Gordon
2008-04-20
Killed unnecessary global variables by making them static.
Bertrik Sikken
2008-03-21
Commit viewports-in-WPS patch (FS#8385). This adds the %V tag - see the Cust...
Dave Chapman
2008-03-08
Simplify that clip indicator reset code a bit
Peter D'Hoye
2008-02-06
Fix FS #8514 (remote peakmeter issue) by separating the peak release times fo...
Peter D'Hoye
2007-10-16
Disable highperf mode in the peakmeter for swcodec targets, as it makes no se...
Jens Arnold
2007-10-06
Unify PCM interface just above the hardware driver level for all targets incl...
Michael Sevakis
2007-09-20
Make a few private functins static and use fewer bytes for constants
Nils Wallménius
2007-09-09
Make peakmeters work for real in swcodec simulators instead of just showing r...
Jens Arnold
2007-08-26
only build the clipcounter for targets with recording
Peter D'Hoye
2007-08-25
Implement FS #2976: Clip Counter for recording screen. If enabled in peak met...
Peter D'Hoye
2007-08-20
Make peak release work per tick as intended. But that's too fast, so it's not...
Jens Arnold
2007-08-18
Make peakmeter release setting work in units per tick (was units per read), a...
Peter D'Hoye
2007-04-12
Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC...
Jens Arnold
2007-03-19
Draw peakmeter scale marks in foreground color instead of inversed background...
Nils Wallménius
2007-02-18
Fix CONFIG_BACKLIGHT warnings.
Jens Arnold
2006-12-25
Next round of static'ing and related fixes.
Jens Arnold
2006-11-09
Recording trigger for software codec targets
Martin Scarratt
2006-11-06
Big Patch adds primarily: Samplerate and format selection to recording for SW...
Michael Sevakis
2006-08-20
Button action code for recording screen. Shouldnt make any noticable differen...
Martin Scarratt
2006-08-17
Guard against division by zero in the peak meter (the settings menu allows th...
Magnus Holmgren
2006-08-16
Automatic Gain Control during recording. At this point only compiled for iriv...
Peter D'Hoye
2006-07-31
I-River targets: A workaround for the recording interference hardware issue w...
Martin Scarratt
[next]