summaryrefslogtreecommitdiffstats
path: root/apps/recorder/peakmeter.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-17Clean up some unused #includesBertrik Sikken1-1/+0
2009-02-02continuation of last nights statusbar cleanup.Jonathan Gordon1-1/+3
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts1-2/+2
2008-08-06First step of the recording screen redesign. The screen is split into a fixed...Peter D'Hoye1-16/+17
2008-07-03Implement FS#8947 - Add a stub in the simulator for ata_disk_is_active. This ...Bertrik Sikken1-1/+1
2008-06-29Fix FS #9128: invalidate the peakmeter scales when switching between playback...Peter D'Hoye1-1/+7
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-28Peakmeters: use screens[].getwidth() and not screens[].width as the latter on...Peter D'Hoye1-9/+12
2008-06-28Fix broken peakmeters: peakmeter was using viewport drawing code but absolute...Peter D'Hoye1-1/+2
2008-05-28Updated recording trigger screen (seems to be a feature almost noone uses?)Jonathan Gordon1-2/+3
2008-04-20Killed unnecessary global variables by making them static.Bertrik Sikken1-2/+2
2008-03-21Commit viewports-in-WPS patch (FS#8385). This adds the %V tag - see the Cust...Dave Chapman1-4/+4
2008-03-08Simplify that clip indicator reset code a bitPeter D'Hoye1-7/+3
2008-02-06Fix FS #8514 (remote peakmeter issue) by separating the peak release times fo...Peter D'Hoye1-0/+10
2007-10-16Disable highperf mode in the peakmeter for swcodec targets, as it makes no se...Jens Arnold1-3/+8
2007-10-06Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis1-1/+1
2007-09-20Make a few private functins static and use fewer bytes for constantsNils Wallménius1-4/+7
2007-09-09Make peakmeters work for real in swcodec simulators instead of just showing r...Jens Arnold1-2/+2
2007-08-26only build the clipcounter for targets with recordingPeter D'Hoye1-5/+11
2007-08-25Implement FS #2976: Clip Counter for recording screen. If enabled in peak met...Peter D'Hoye1-3/+53
2007-08-20Make peak release work per tick as intended. But that's too fast, so it's not...Jens Arnold1-12/+6
2007-08-18Make peakmeter release setting work in units per tick (was units per read), a...Peter D'Hoye1-3/+12
2007-04-12Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC...Jens Arnold1-3/+3
2007-03-19Draw peakmeter scale marks in foreground color instead of inversed background...Nils Wallménius1-2/+1
2007-02-18Fix CONFIG_BACKLIGHT warnings.Jens Arnold1-3/+3
2006-12-25Next round of static'ing and related fixes.Jens Arnold1-4/+4
2006-11-09Recording trigger for software codec targetsMartin Scarratt1-30/+74
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis1-4/+2
2006-08-20Button action code for recording screen. Shouldnt make any noticable differen...Martin Scarratt1-1/+2
2006-08-17Guard against division by zero in the peak meter (the settings menu allows th...Magnus Holmgren1-0/+10
2006-08-16Automatic Gain Control during recording. At this point only compiled for iriv...Peter D'Hoye1-0/+29
2006-07-31I-River targets: A workaround for the recording interference hardware issue w...Martin Scarratt1-2/+2
2006-07-20On-the-fly filesplitting when recording for I-Rivers. Record button starts ne...Martin Scarratt1-3/+3
2006-07-19Completed implementation of display GUI code for recording and peakmeterMartin Scarratt1-6/+10
2006-07-02Increased peakmeter accuracy in the (for recording important) -12 to 0 dB ran...Peter D'Hoye1-65/+55
2006-04-03Patch #4999 by Matthias Mohr - Peakmeter scaling dots does not respect x-offs...Linus Nielsen Feltzing1-1/+2
2006-03-25Support the recording screen on the LCD remote. Also adds support for the pea...Dan Everton1-78/+85
2006-03-08Make clipping detection more sensitive for swcodec platforms by triggering on...Peter D'Hoye1-1/+11
2006-02-24also enable recording cliplight when monitoring before recordingPeter D'Hoye1-2/+2
2006-02-23Make peak meter work in simulator for SWCODEC targets.Dan Everton1-7/+6
2006-02-17Patch #1423609 by Martin Scarratt and myself: enables using the backlight as ...Peter D'Hoye1-2/+32
2005-12-02fix yellow build by removing a static unused variable from the simulator buildDaniel Stenberg1-0/+4
2005-12-02iRiver recording changes:Andy1-3/+15
2005-11-17Remote WPS support (and some WPS bugfixes) by Stephan WezelChristi Scarborough1-1/+1
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold1-4/+4
2005-08-29Major peakmeter rework: * Changed set/get functions for dbfs mode to bool typ...Jens Arnold1-269/+255
2005-07-17Initial attempt to support peak meter on iriver. It still has someMiika Pekkarinen1-7/+9
2005-07-064-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold1-10/+10
2005-06-28Second part of graphics api rework. Bitmap drawing and text output converted;...Jens Arnold1-4/+4
2005-06-25Core functions taking advantage of the new, optimised lcd_hline() and lcd_vli...Jens Arnold1-11/+8