summaryrefslogtreecommitdiff
path: root/apps/recorder/peakmeter.c (follow)
Commit message (Expand)AuthorAge
* 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
* also enable recording cliplight when monitoring before recordingPeter D'Hoye2006-02-24
* Make peak meter work in simulator for SWCODEC targets.Dan Everton2006-02-23
* Patch #1423609 by Martin Scarratt and myself: enables using the backlight as ...Peter D'Hoye2006-02-17
* fix yellow build by removing a static unused variable from the simulator buildDaniel Stenberg2005-12-02
* iRiver recording changes:Andy2005-12-02
* Remote WPS support (and some WPS bugfixes) by Stephan WezelChristi Scarborough2005-11-17
* Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold2005-08-29
* Major peakmeter rework: * Changed set/get functions for dbfs mode to bool typ...Jens Arnold2005-08-29
* Initial attempt to support peak meter on iriver. It still has someMiika Pekkarinen2005-07-17
* 4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold2005-07-06
* Second part of graphics api rework. Bitmap drawing and text output converted;...Jens Arnold2005-06-28
* Core functions taking advantage of the new, optimised lcd_hline() and lcd_vli...Jens Arnold2005-06-25
* First part of graphics api rework. Special functions, parameter handling, pix...Jens Arnold2005-06-24
* Killed some warningsLinus Nielsen Feltzing2005-06-06
* Bugfix: The peakmeter drew too much cpu power when recording, occasionally ca...Jens Arnold2005-06-04
* Removed 'static' keyword from non-static variables.Thom Johansen2005-04-26
* Triggered recording fixes: (1) Made it compile for Ondio FM recorder (no led,...Jens Arnold2005-04-04
* Patch #868645 by Philipp Pertermann, volume triggered recording for the Archo...Linus Nielsen Feltzing2005-04-04
* long policyJean-Philippe Bernardy2005-02-16
* make this build on systems with no HW codec (iriver/gmini)Daniel Stenberg2005-02-02
* Const policed pointer arguments to functions, part 4Jens Arnold2004-08-18
* More const policeing step 2Jens Arnold2004-08-01