summaryrefslogtreecommitdiff
path: root/apps/recorder/peakmeter.c (follow)
Commit message (Expand)AuthorAge
* Clean up peak calculating code.Michael Sevakis2012-05-02
* Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg2011-10-15
* Make function calc_db in peakmeter.c staticBertrik Sikken2011-10-04
* Use playback channel directly for peakmeters and plugins using peak calculati...Michael Sevakis2011-07-02
* Make the histogram code usable for playback as well. Move the recording histo...Peter D'Hoye2011-06-05
* FS#11867 - Add 2 new tags to allow skins to display themed peakmetersJonathan Gordon2011-01-13
* Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#111...Marcin Bukat2010-10-31
* I shouldn't have touched backlight.c at all :\ Also fix the yellow in peakmet...Thomas Martitz2010-06-21
* Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz2010-06-21
* slightly rework peakmeter handling to make it cleaner and be able to be used ...Jonathan Gordon2010-05-09
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Histogram display on recording screen. Based on the work of Jvo Studer in FS ...Peter D'Hoye2010-03-03
* Clean up some unused #includesBertrik Sikken2009-05-17
* continuation of last nights statusbar cleanup.Jonathan Gordon2009-02-02
* Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts2008-11-01
* First step of the recording screen redesign. The screen is split into a fixed...Peter D'Hoye2008-08-06
* Implement FS#8947 - Add a stub in the simulator for ata_disk_is_active. This ...Bertrik Sikken2008-07-03
* Fix FS #9128: invalidate the peakmeter scales when switching between playback...Peter D'Hoye2008-06-29
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Peakmeters: use screens[].getwidth() and not screens[].width as the latter on...Peter D'Hoye2008-06-28
* Fix broken peakmeters: peakmeter was using viewport drawing code but absolute...Peter D'Hoye2008-06-28
* Updated recording trigger screen (seems to be a feature almost noone uses?)Jonathan Gordon2008-05-28
* Killed unnecessary global variables by making them static.Bertrik Sikken2008-04-20
* Commit viewports-in-WPS patch (FS#8385). This adds the %V tag - see the Cust...Dave Chapman2008-03-21
* Simplify that clip indicator reset code a bitPeter D'Hoye2008-03-08
* Fix FS #8514 (remote peakmeter issue) by separating the peak release times fo...Peter D'Hoye2008-02-06
* Disable highperf mode in the peakmeter for swcodec targets, as it makes no se...Jens Arnold2007-10-16
* Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis2007-10-06
* Make a few private functins static and use fewer bytes for constantsNils Wallménius2007-09-20
* Make peakmeters work for real in swcodec simulators instead of just showing r...Jens Arnold2007-09-09
* only build the clipcounter for targets with recordingPeter D'Hoye2007-08-26
* Implement FS #2976: Clip Counter for recording screen. If enabled in peak met...Peter D'Hoye2007-08-25
* Make peak release work per tick as intended. But that's too fast, so it's not...Jens Arnold2007-08-20
* Make peakmeter release setting work in units per tick (was units per read), a...Peter D'Hoye2007-08-18
* Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC...Jens Arnold2007-04-12
* Draw peakmeter scale marks in foreground color instead of inversed background...Nils Wallménius2007-03-19
* Fix CONFIG_BACKLIGHT warnings.Jens Arnold2007-02-18
* Next round of static'ing and related fixes.Jens Arnold2006-12-25
* Recording trigger for software codec targetsMartin Scarratt2006-11-09
* Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis2006-11-06
* Button action code for recording screen. Shouldnt make any noticable differen...Martin Scarratt2006-08-20
* Guard against division by zero in the peak meter (the settings menu allows th...Magnus Holmgren2006-08-17
* Automatic Gain Control during recording. At this point only compiled for iriv...Peter D'Hoye2006-08-16
* I-River targets: A workaround for the recording interference hardware issue w...Martin Scarratt2006-07-31
* On-the-fly filesplitting when recording for I-Rivers. Record button starts ne...Martin Scarratt2006-07-20
* Completed implementation of display GUI code for recording and peakmeterMartin Scarratt2006-07-19
* Increased peakmeter accuracy in the (for recording important) -12 to 0 dB ran...Peter D'Hoye2006-07-02
* Patch #4999 by Matthias Mohr - Peakmeter scaling dots does not respect x-offs...Linus Nielsen Feltzing2006-04-03
* Support the recording screen on the LCD remote. Also adds support for the pea...Dan Everton2006-03-25
* Make clipping detection more sensitive for swcodec platforms by triggering on...Peter D'Hoye2006-03-08